Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bot/google_sheet_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ def create_backlog_entry(spreadsheet_id, backlog_day, backlog_month, row_data):

if day_first_entry_index is None:
create_date(spreadsheet_id, backlog_day, backlog_month, new_entry_row)
day_first_entry_index = new_entry_row

data = [price, remarks, category, payment]
sheet_column_start = "H"
Expand Down
11 changes: 7 additions & 4 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# Release Notes
## Version 2.3.1 - Date 18 Mar 2024
## Version 2.3.2 - Date 27 Mar 2024
### Bug Fix 🛠️
- Fix backlog new date entry bug

### Changes 🛠️
## Version 2.3.1 - Date 18 Mar 2024
### Bug Fix 🛠️
- Censor URL for error message
- Month capitalize bug fix

## Version 2.3.0 - Date 16 Mar 2024
### For Developer 🧑‍💻
- Create new database module which is currently in use for future maintenance and development purposes

### Changes 🛠️
### Bug Fix 🛠️
- Censor URL for error message

## Version 2.2.1 - Date 24 Feb 2024
### Changes 🛠️
### Bug Fix 🛠️
- Include error message when replying back to users

## Version 2.2.0 - Date 27 Jan 2024
Expand Down