Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
This change bumps the version of the crate to 0.3.0. The following
notable changes have been made since 0.2.6:
- Changed task storage format:
  - Switched from single-file-for-all-tasks scheme to having one task per
    file (identified by 128 bit UUID)
  - Switched from using custom JSON serialization format to relying on
    interchangeable iCalendar TODO events
  - Added support for only saving tasks that were changed
- Added support for finding the currently selected task on other tabs
  via '*'
- Added example program using automatically generated task data
- Overhauled error reporting mechanism, now reporting error chains
- Made tag to toggle through UI user-configurable and no longer hard
  wired to task completion
- Re-select task after successfully editing tags
- Use Unicode aware lowercase in task summary search
- Fixed reverse task search not progressing under certain conditions
- Switched to using GitHub Actions as CI provider
- Bumped minimum supported Rust version to 1.65
- Bumped dirs dependency to 4.0
  • Loading branch information
d-e-s-o committed Mar 27, 2023
1 parent a669adc commit d4bd764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unreleased
----------
0.3.0
-----
- Changed task storage format:
- Switched from single-file-for-all-tasks scheme to having one task per
file (identified by 128 bit UUID)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notnow"
version = "0.2.6"
version = "0.3.0"
edition = "2021"
rust-version = "1.65"
authors = ["Daniel Mueller <deso@posteo.net>"]
Expand Down

0 comments on commit d4bd764

Please sign in to comment.