Skip to content

Releases: d-e-s-o/notnow

v0.4.0-beta.0

12 Jun 03:46
d8e0ceb
Compare
Choose a tag to compare
  • Reworked "view" configuration to store human-modifiable logical formulas instead of structured but cryptic Conjunctive Normal Form data
  • Removed support for deprecated notnow.json configuration format

Full Changelog: v0.3.10...v0.4.0-beta.0

v0.3.10

05 Jun 14:55
ecefaaa
Compare
Choose a tag to compare
  • Automatically convert notnow.json to new format on "save"
  • Fixed rendering bugs encountered on small terminal sizes
  • Bumped minimum supported Rust version to 1.81

Full Changelog: v0.3.9...v0.3.10

v0.3.8

27 May 03:12
04250db
Compare
Choose a tag to compare
  • Added support for running multiple instances as long as configuration directories differ
  • Added --config-dir/-c option to make configuration directory to use configurable
  • Added support for copying and pasting a task via 'y' and 'p'

Full Changelog: v0.3.7...v0.3.8

v0.3.9

29 Aug 15:11
c4845b9
Compare
Choose a tag to compare
  • Bumped termion dependency to 4.0
  • Bumped minimum supported Rust version to 1.66

Full Changelog: v0.3.8...v0.3.9

v0.3.7

31 Jan 05:17
3cab905
Compare
Choose a tag to compare
  • Converted UI to update widgets incrementally
    • Eliminated flicker and other rendering artifacts

Full Changelog: v0.3.6...v0.3.7

v0.3.6

17 Jan 15:52
82f644e
Compare
Choose a tag to compare
  • Added support for editing of multi-line free-form task "details"
  • Fixed potential panic caused by clipping task summaries at non-char boundaries
  • Bumped icalendar dependency to 0.16

Full Changelog: v0.3.5...v0.3.6

v0.3.5

07 Oct 15:12
80e3181
Compare
Choose a tag to compare
  • Fixed build failure on Apple platforms
  • Bumped dirs dependency to 5.0

Full Changelog: v0.3.4...v0.3.5

v0.3.4

06 Jul 15:23
4d4628b
Compare
Choose a tag to compare
  • Optimized runtime performance and decreased asymptotic time complexity of core data base operations
  • Introduced --help/-h options to display help text
  • Added GitHub Actions workflow for publishing the crate

Full Changelog: v0.3.3...v0.3.4

v0.3.3

06 Jul 15:20
v0.3.3
3a2b514
Compare
Choose a tag to compare
  • Split configuration by moving various selections into $XDG_CACHE_HOME/notnow/ui-state.json
  • Warn if unsaved changes are present when trying to quit program
  • Correctly handle selection indexes for all Unicode inputs

Full Changelog: v0.3.2...v0.3.3

v0.3.2

06 Jul 15:19
v0.3.2
dc8311b
Compare
Choose a tag to compare
  • Fixed --version/-V options to work properly again
  • Fixed potential panics when task positions are exhausted

Full Changelog: v0.3.1...v0.3.2