Skip to content

Commit

Permalink
saturn v0.4.4
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Hollensbe <[email protected]>
  • Loading branch information
erikh committed Nov 26, 2023
1 parent 56aef2c commit 369acf3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- `v0.4.4`:
- Fix an issue where all day events would be spam notified every day.
- Google: recurring tasks always preferred the original start time, not the current time.
- Fix using certain weekdays as time specifiers.
- `v0.4.3`:
- Fix an issue where notifications for other days at the same time of day would appear in `saturn notify`.
- `v0.4.2`:
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "saturn-cli"
version = "0.4.3"
version = "0.4.4"
edition = "2021"
description = "saturn is a command-line interface to calendaring, supporting Google Calendar"
authors = ["Erik Hollensbe <[email protected]>"]
Expand Down

0 comments on commit 369acf3

Please sign in to comment.