|
1 | 1 | Change Log |
2 | 2 | ========== |
3 | 3 |
|
4 | | -0.0.1 (06/07/2020) |
| 4 | +0.3.6 (11/10/2021) |
5 | 5 | ------------------ |
6 | | -- Initial commit |
| 6 | +- Return responses as a class object instead of a dictionary |
| 7 | +- Delete messages after sending an SMS |
| 8 | +- Do not remove docs directory if version is not bumped |
| 9 | +- Generate CHANGELOG in reverse |
7 | 10 |
|
8 | | -0.0.2 (06/08/2020) |
| 11 | +0.3.5 (10/16/2021) |
9 | 12 | ------------------ |
10 | | -- read raw email |
| 13 | +- Add project URLs and package requirements to pypi |
| 14 | +- Add markdown support to sphinx autodocs |
| 15 | +- Add a condition check for version upgrade |
| 16 | +- Update docs and changelog |
11 | 17 |
|
12 | | -0.0.3 (06/08/2020) |
| 18 | +0.3.4 (08/11/2021) |
13 | 19 | ------------------ |
14 | | -- decode raw email using email library |
| 20 | +- Add new lines to the message start to separate subject and body of the SMS |
| 21 | +- Update sphinx documentation to 4.1.2 |
15 | 22 |
|
16 | | -0.0.4 (06/08/2020) |
| 23 | +0.3.3 (08/04/2021) |
17 | 24 | ------------------ |
18 | | -- decode body of the email and display only text part |
| 25 | +- Fix incorrect HTTP return codes |
19 | 26 |
|
20 | | -0.0.5 (06/08/2020) |
| 27 | +0.3.2 (07/24/2021) |
21 | 28 | ------------------ |
22 | | -- added time when the email was received |
| 29 | +- Remove logger module. |
| 30 | +- Add exception handlers for Messenger class. |
| 31 | +- Update docs and CHANGELOG |
| 32 | +- Bump version. |
23 | 33 |
|
24 | | -0.0.6 (06/08/2020) |
| 34 | +0.3.1 (07/22/2021) |
25 | 35 | ------------------ |
26 | | -- pdt to cdt |
| 36 | +- Return a dictionary element after sending an email/SMS. |
| 37 | +- Add status code and description to return dict. |
| 38 | +- Update docs and CHANGELOG |
| 39 | +- Bump version. |
27 | 40 |
|
28 | | -0.0.7 (06/08/2020) |
| 41 | +0.3.0 (07/19/2021) |
29 | 42 | ------------------ |
30 | | -- user input condition to read email |
| 43 | +- Allow users to add multiple recipients while sending email. |
| 44 | +- Add CC and BCC options. |
| 45 | +- Check if attachment file is available before trying to attach. |
| 46 | +- Wrap recipient, cc and bcc items in a single list before email kick off. |
| 47 | +- Remove sender arg and default to the user login email address. |
| 48 | +- Fix version number format. |
31 | 49 |
|
32 | | -0.0.8 (06/08/2020) |
| 50 | +0.2.9 (07/19/2021) |
33 | 51 | ------------------ |
34 | | -- include number of unread emails on top |
| 52 | +- Add logging |
| 53 | +- Remove print statements |
| 54 | +- Bump version |
35 | 55 |
|
36 | | -0.0.9 (06/08/2020) |
| 56 | +0.2.8 (07/19/2021) |
37 | 57 | ------------------ |
38 | | -- get user input before showing any content |
| 58 | +- Bump version to support github action |
| 59 | +- Auto upload to pypi |
39 | 60 |
|
40 | | -0.1.0 (06/08/2020) |
| 61 | +0.2.7 (07/19/2021) |
41 | 62 | ------------------ |
42 | | -- get user input before reading multiple emails |
| 63 | +- auto upload to pypi when tagged a release version |
43 | 64 |
|
44 | | -0.1.1 (06/08/2020) |
| 65 | +0.2.6 (07/19/2021) |
45 | 66 | ------------------ |
46 | | -- added comments |
| 67 | +- onboard docs.yml but only prints a statement |
47 | 68 |
|
48 | | -0.1.2 (06/08/2020) |
| 69 | +0.2.5 (07/19/2021) |
49 | 70 | ------------------ |
50 | | -- improve coding standards |
| 71 | +- Add badges |
| 72 | +- Update README.md and CHANGELOG |
| 73 | +- Bump version |
51 | 74 |
|
52 | | -0.1.3 (06/09/2020) |
| 75 | +0.2.4 (07/18/2021) |
53 | 76 | ------------------ |
54 | | -- improve coding standards |
| 77 | +- Onboard `pypi` module |
| 78 | +- Add `setup.py`, `setup.cfg`, `__init__.py`, `CHANGELOG` |
| 79 | +- Update README.md and docs |
| 80 | +- Move files to `gmailconnector` support package |
55 | 81 |
|
56 | | -0.1.4 (06/11/2020) |
| 82 | +0.2.3 (07/18/2021) |
57 | 83 | ------------------ |
58 | | -- fix typo |
| 84 | +- Increase page width and update README.md |
59 | 85 |
|
60 | | -0.1.5 (06/27/2020) |
| 86 | +0.2.2 (07/18/2021) |
61 | 87 | ------------------ |
62 | | -- modify date time type standards instead of using index values |
| 88 | +- Onboard send_sms.py and update docs |
63 | 89 |
|
64 | | -0.1.6 (06/27/2020) |
| 90 | +0.2.1 (07/17/2021) |
65 | 91 | ------------------ |
66 | | -- included exception handler |
| 92 | +- Onboard sphinx auto generated documentation |
67 | 93 |
|
68 | | -0.1.7 (06/28/2020) |
| 94 | +0.2.0 (07/17/2021) |
69 | 95 | ------------------ |
70 | | -- look for env variables before failing |
| 96 | +- Refactor read_email.py and add send_email.py |
| 97 | +- Add pre-commit for linting |
| 98 | +- Update README.md |
| 99 | + |
| 100 | +0.1.9 (06/28/2020) |
| 101 | +------------------ |
| 102 | +- update README.md |
71 | 103 |
|
72 | 104 | 0.1.8 (06/28/2020) |
73 | 105 | ------------------ |
74 | 106 | - add LICENSE |
75 | 107 |
|
76 | | -0.1.9 (06/28/2020) |
| 108 | +0.1.7 (06/28/2020) |
77 | 109 | ------------------ |
78 | | -- update README.md |
| 110 | +- look for env variables before failing |
79 | 111 |
|
80 | | -0.2.0 (07/17/2021) |
| 112 | +0.1.6 (06/27/2020) |
81 | 113 | ------------------ |
82 | | -- Refactor read_email.py and add send_email.py |
83 | | -- Add pre-commit for linting |
84 | | -- Update README.md |
| 114 | +- included exception handler |
85 | 115 |
|
86 | | -0.2.1 (07/17/2021) |
| 116 | +0.1.5 (06/27/2020) |
87 | 117 | ------------------ |
88 | | -- Onboard sphinx auto generated documentation |
| 118 | +- modify date time type standards instead of using index values |
89 | 119 |
|
90 | | -0.2.2 (07/18/2021) |
| 120 | +0.1.4 (06/11/2020) |
91 | 121 | ------------------ |
92 | | -- Onboard send_sms.py and update docs |
| 122 | +- fix typo |
93 | 123 |
|
94 | | -0.2.3 (07/18/2021) |
| 124 | +0.1.3 (06/09/2020) |
95 | 125 | ------------------ |
96 | | -- Increase page width and update README.md |
| 126 | +- improve coding standards |
97 | 127 |
|
98 | | -0.2.4 (07/18/2021) |
| 128 | +0.1.2 (06/08/2020) |
99 | 129 | ------------------ |
100 | | -- Onboard `pypi` module |
101 | | -- Add `setup.py`, `setup.cfg`, `__init__.py`, `CHANGELOG` |
102 | | -- Update README.md and docs |
103 | | -- Move files to `gmailconnector` support package |
| 130 | +- improve coding standards |
104 | 131 |
|
105 | | -0.2.5 (07/19/2021) |
| 132 | +0.1.1 (06/08/2020) |
106 | 133 | ------------------ |
107 | | -- Add badges |
108 | | -- Update README.md and CHANGELOG |
109 | | -- Bump version |
| 134 | +- added comments |
110 | 135 |
|
111 | | -0.2.6 (07/19/2021) |
| 136 | +0.1.0 (06/08/2020) |
112 | 137 | ------------------ |
113 | | -- onboard docs.yml but only prints a statement |
| 138 | +- get user input before reading multiple emails |
114 | 139 |
|
115 | | -0.2.7 (07/19/2021) |
| 140 | +0.0.9 (06/08/2020) |
116 | 141 | ------------------ |
117 | | -- auto upload to pypi when tagged a release version |
| 142 | +- get user input before showing any content |
118 | 143 |
|
119 | | -0.2.8 (07/19/2021) |
| 144 | +0.0.8 (06/08/2020) |
120 | 145 | ------------------ |
121 | | -- Bump version to support github action |
122 | | -- Auto upload to pypi |
| 146 | +- include number of unread emails on top |
123 | 147 |
|
124 | | -0.2.9 (07/19/2021) |
| 148 | +0.0.7 (06/08/2020) |
125 | 149 | ------------------ |
126 | | -- Add logging |
127 | | -- Remove print statements |
128 | | -- Bump version |
| 150 | +- user input condition to read email |
129 | 151 |
|
130 | | -0.3.0 (07/19/2021) |
| 152 | +0.0.6 (06/08/2020) |
131 | 153 | ------------------ |
132 | | -- Allow users to add multiple recipients while sending email. |
133 | | -- Add CC and BCC options. |
134 | | -- Check if attachment file is available before trying to attach. |
135 | | -- Wrap recipient, cc and bcc items in a single list before email kick off. |
136 | | -- Remove sender arg and default to the user login email address. |
137 | | -- Fix version number format. |
| 154 | +- pdt to cdt |
138 | 155 |
|
139 | | -0.3.1 (07/22/2021) |
| 156 | +0.0.5 (06/08/2020) |
140 | 157 | ------------------ |
141 | | -- Return a dictionary element after sending an email/SMS. |
142 | | -- Add status code and description to return dict. |
143 | | -- Update docs and CHANGELOG |
144 | | -- Bump version. |
| 158 | +- added time when the email was received |
145 | 159 |
|
146 | | -0.3.2 (07/24/2021) |
| 160 | +0.0.4 (06/08/2020) |
147 | 161 | ------------------ |
148 | | -- Remove logger module. |
149 | | -- Add exception handlers for Messenger class. |
150 | | -- Update docs and CHANGELOG |
151 | | -- Bump version. |
| 162 | +- decode body of the email and display only text part |
152 | 163 |
|
153 | | -0.3.3 (08/04/2021) |
| 164 | +0.0.3 (06/08/2020) |
154 | 165 | ------------------ |
155 | | -- Fix incorrect HTTP return codes |
| 166 | +- decode raw email using email library |
156 | 167 |
|
157 | | -0.3.4 (08/11/2021) |
| 168 | +0.0.2 (06/08/2020) |
158 | 169 | ------------------ |
159 | | -- Add new lines to the message start to separate subject and body of the SMS |
160 | | -- Update sphinx documentation to 4.1.2 |
| 170 | +- read raw email |
161 | 171 |
|
162 | | -0.3.5 (10/16/2021) |
| 172 | +0.0.1 (06/07/2020) |
163 | 173 | ------------------ |
164 | | -- Add project URLs and package requirements to pypi |
165 | | -- Add markdown support to sphinx autodocs |
166 | | -- Add a condition check for version upgrade |
167 | | -- Update docs and changelog |
| 174 | +- Initial commit |
0 commit comments