Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
This change bumps the version of the crate to 0.1.2. The following
notable changes have been made since 0.1.1:
- Added support for searching (and selecting) tasks via a sub-string of
  their summary
- Added support for selecting tabs by numbers
- Added support for directly selecting the previously active tab
- Editing a task summary to empty deletes the task
- Replaced deprecated std::env::home_dir with functionality from dirs
  crate
  - Added new dependency to dirs
- Enabled Rust 2018 edition lints
- Bumped gui dependency to 0.2
  • Loading branch information
d-e-s-o committed Sep 23, 2018
1 parent 08ab17b commit fedf368
Show file tree
Hide file tree
Showing 3 changed files with 7 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.1.2
-----
- Added support for searching (and selecting) tasks via a sub-string of
their summary
- Added support for selecting tabs by numbers
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.1.1"
version = "0.1.2"
authors = ["Daniel Mueller <deso@posteo.net>"]
license = "GPL-3.0+"
homepage = "https://github.com/d-e-s-o/notnow"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ The program is in a well progressed development phase. A lot of the
desired functionality exists, but not all is hooked up with the UI. More
improvements are being worked on.

**notnow** typically compiles with the most recent version of stable
Rust. On compile errors please try upgrading to a more recent version
first.

[rust-lang]: https://www.rust-lang.org
[gui]: https://crates.io/crates/gui

0 comments on commit fedf368

Please sign in to comment.