|
1 | 1 | # Release Notes
|
2 | 2 |
|
3 |
| -## Version 1.0.0 - Date: 20 May 2023 |
4 |
| -- Initial Launch |
5 |
| - |
6 |
| -## Version 1.1.0 - Date: 21 May 2023 |
7 |
| -### New Features 🆕 |
8 |
| -- Back button |
9 |
| -- Added help command |
10 |
| - |
11 |
| -### Bug Fixes 🛠️ |
12 |
| -- Remove 'Transport' category from others |
13 |
| -- Fixed others and transport row tracker |
14 |
| -- Fixed first row tracker |
15 |
| - |
16 |
| -### Enhancement 🔥 |
17 |
| -- Refactor file structure |
18 |
| - |
19 |
| -## Version 1.2.0 - Date: 24 May 2023 |
20 |
| -### New Features 🆕 (Planned deployment: 27 May 2023) |
21 |
| -- Retrieve past transaction with /retrievetransaction command |
22 |
| -- Add income with /addincome command |
23 |
| - |
24 |
| -### Enhancement 🔥 |
25 |
| -- Increase number of options for add others |
26 |
| - |
27 |
| -## Version 2.0.0 - Date 28 May 2023 |
28 |
| -### Enhancement 🔥 |
29 |
| -- Cloud hosting w Flask & Vercel 🎉 |
30 |
| -- Move string to text_str.py |
| 3 | +## Version 2.1.5 - Date 30 July 2023 |
| 4 | +### Bug Fix 🛠️ |
| 5 | +- Added tracker check when adding google sheet to prevent resetting of (existing) tracker |
31 | 6 |
|
| 7 | +## Version 2.1.4 - Date 16 July 2023 |
32 | 8 | ### Bug Fix 🛠️
|
33 |
| -- Allow negative price entry |
| 9 | +- Added end conversation handler for get day transaction |
34 | 10 |
|
35 |
| -### To note ❗ |
36 |
| -- Remove sql functions |
37 |
| -- python-telegram-bot library changed to 13.7 |
38 |
| -- Move services account to environment variable |
39 |
| -- Please read the new README for developer |
| 11 | +## Version 2.1.3 - Date 16 July 2023 |
| 12 | +### Enhancement 🔥 |
| 13 | +- Allows user to add multiple settings for quick transport |
| 14 | + - If there is only one settings, that will be used as default (/addtransport only) |
| 15 | +- Revamp Google Sheet with new looks |
40 | 16 |
|
41 |
| -## Version 2.0.1 - Date 1 Jun 2023 |
42 | 17 | ### Bug Fix 🛠️
|
43 |
| -- Fix month abbreviation |
44 |
| -- Fix updating of previous month |
| 18 | +- Skip empty cells for payment & category |
45 | 19 |
|
46 | 20 | ### For Developer 🧑💻
|
47 |
| -- Added a new updates.py file to push updates to all users |
48 |
| -- To run updates, call functions in push_updates.py |
| 21 | +- Remove firebase codes |
49 | 22 |
|
50 |
| -## Version 2.0.2 - Date 1 Jun 2023 |
| 23 | +## Version 2.1.2 - Date 26 Jun 2023 |
51 | 24 | ### Bug Fix 🛠️
|
52 |
| -- Day 1 sum creation bug |
| 25 | +- When new users join, new date entry was not created |
| 26 | +- Quick add settings not sending proper error message when either transport or others has been configured |
| 27 | + |
| 28 | +## Version 2.1.1 - Date 8 Jun 2023 |
| 29 | +### Enhancement 🔥 |
| 30 | +- Migrate to use firestore |
| 31 | +- Reformatted get overall transaction |
53 | 32 |
|
54 | 33 | ## Version 2.1.0 - Date 1 Jun 2023
|
55 | 34 | ### New Features 🆕
|
|
61 | 40 | ### For Developer 🧑💻
|
62 | 41 | - When you run test.py, ngrok will auto setup with the correct webhook!
|
63 | 42 |
|
| 43 | +## Version 2.0.2 - Date 1 Jun 2023 |
| 44 | +### Bug Fix 🛠️ |
| 45 | +- Day 1 sum creation bug |
64 | 46 |
|
65 |
| -## Version 2.1.1 - Date 8 Jun 2023 |
| 47 | +## Version 2.0.1 - Date 1 Jun 2023 |
| 48 | +### Bug Fix 🛠️ |
| 49 | +- Fix month abbreviation |
| 50 | +- Fix updating of previous month |
| 51 | + |
| 52 | +### For Developer 🧑💻 |
| 53 | +- Added a new updates.py file to push updates to all users |
| 54 | +- To run updates, call functions in push_updates.py |
| 55 | + |
| 56 | +## Version 2.0.0 - Date 28 May 2023 |
66 | 57 | ### Enhancement 🔥
|
67 |
| -- Migrate to use firestore |
68 |
| -- Reformatted get overall transaction |
| 58 | +- Cloud hosting w Flask & Vercel 🎉 |
| 59 | +- Move string to text_str.py |
69 | 60 |
|
70 |
| -## Version 2.1.2 - Date 26 Jun 2023 |
71 | 61 | ### Bug Fix 🛠️
|
72 |
| -- When new users join, new date entry was not created |
73 |
| -- Quick add settings not sending proper error message when either transport or others has been configured |
| 62 | +- Allow negative price entry |
74 | 63 |
|
| 64 | +### To note ❗ |
| 65 | +- Remove sql functions |
| 66 | +- python-telegram-bot library changed to 13.7 |
| 67 | +- Move services account to environment variable |
| 68 | +- Please read the new README for developer |
| 69 | + |
| 70 | +## Version 1.2.0 - Date: 24 May 2023 |
| 71 | +### New Features 🆕 (Planned deployment: 27 May 2023) |
| 72 | +- Retrieve past transaction with /retrievetransaction command |
| 73 | +- Add income with /addincome command |
75 | 74 |
|
76 |
| -## Version 2.1.3 - Date 16 July 2023 |
77 | 75 | ### Enhancement 🔥
|
78 |
| -- Allows user to add multiple settings for quick transport |
79 |
| - - If there is only one settings, that will be used as default (/addtransport only) |
80 |
| -- Revamp Google Sheet with new looks |
| 76 | +- Increase number of options for add others |
81 | 77 |
|
82 |
| -### Bug Fix 🛠️ |
83 |
| -- Skip empty cells for payment & category |
| 78 | +## Version 1.1.0 - Date: 21 May 2023 |
| 79 | +### New Features 🆕 |
| 80 | +- Back button |
| 81 | +- Added help command |
84 | 82 |
|
85 |
| -### For Developer 🧑💻 |
86 |
| -- Remove firebase codes |
| 83 | +### Bug Fixes 🛠️ |
| 84 | +- Remove 'Transport' category from others |
| 85 | +- Fixed others and transport row tracker |
| 86 | +- Fixed first row tracker |
87 | 87 |
|
| 88 | +### Enhancement 🔥 |
| 89 | +- Refactor file structure |
88 | 90 |
|
89 |
| -## Version 2.1.4 - Date 16 July 2023 |
90 |
| -### Bug Fix 🛠️ |
91 |
| -- Added end conversation handler for get day transaction |
| 91 | +## Version 1.0.0 - Date: 20 May 2023 |
| 92 | +- Initial Launch |
0 commit comments