Skip to content

Commit e7183ab

Browse files
authored
Merge pull request #31 from jugglerchris/improve_timezone_handling
Improve timezone handling and bump dependencies.
2 parents cd85236 + 5a2f4d3 commit e7183ab

6 files changed

Lines changed: 148 additions & 85 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Possible log types:
1111
- `[security]` to invite users to upgrade in case of vulnerabilities.
1212
-->
1313

14+
### 0.4.12
15+
16+
- [fixed] The filtering from the local cache was not handling due dates with
17+
no times correctly. In the UK timezone, they appear with a date of 23:00UTC
18+
on the day before the intended due date (it's midnight local time), so events
19+
due tomorrow were appearing in a "today" view. Improve the calculation.
20+
- [security] Update dependencies.
21+
1422
### 0.4.11
1523

1624
- [added] Local task cache in an sqlite database. This makes the TUI mode

0 commit comments

Comments
 (0)