Skip to content

Releases: 0x5a4/tutel

v0.2.10

26 Mar 00:52
Compare
Choose a tag to compare

0.2.10

  • autocomplete for the 'edit' command

v0.2.9

10 Nov 14:08
Compare
Choose a tag to compare
  • fix a bug where tutel add would always write 'what' instead of the actual input

v0.2.8

09 Nov 22:17
Compare
Choose a tag to compare

0.2.8

More of a maintenance release, focusing on cleanup and very minor improvements.

What's changed?

  • tutel now support dynamic shell completions thanks to bpaf.
    If you type something like tutel done <TAB> you will be offered a list of possible Tasks
    you might want to refer to. This cuts down on running tutel all the time in order to
    see what index that god damn task had.
  • Minor, but important refactoring of the code base

What's to come?

  • Due Dates, at the moment I'm unsure how to properly implement them though
  • Sub categories through placing files in sub-directories. Once again, I'm unsure how to
    properly implement them.

v0.2.7

21 Aug 13:58
Compare
Choose a tag to compare

Changes

  • allow indices up to 999
  • bump bpaf to v0.5.0, errror messages should now work properly(thanks to @pacak)

v0.2.6

05 Aug 11:15
Compare
Choose a tag to compare

##Changelog

  • fixed a bug where tutel add would only take more than one argument

v0.2.5

03 Aug 22:20
Compare
Choose a tag to compare

Changes

  • --project option for rm to remove the entire project file
  • Prettier printing that looks less like debug leftovers
  • Indicator how many recursive steps were taken until a project file was found
  • Manually implement Serialize, Deserialize to omit serde_derive and shorten compile times
  • Replace clap with the more minimal bpaf to shorten compile times
  • Replace ansi_term with colored for more readable colored text formatting
  • Rename Task::name to Task::desc as it is more fitting
  • Fix randomly inserted lines when editing a task

v0.2.4

30 Jul 22:34
Compare
Choose a tag to compare

DISCLAIMER

This release breaks compatibility with older todo-files.

Changes

  • Shell Auto-completion
  • Consistent Task indices across removals, making addressing them suck less
  • Edit Tasks
  • Option to select all tasks for rm and done commands
  • Option to remove all completed tasks for rm command
  • Command aliases
  • Removed tutelnav

Full Changelog: v0.2.3...v0.2.4

v0.2.3

24 Dec 22:45
Compare
Choose a tag to compare

Full Changelog: v0.2.2...v0.2.3

  • Fix broken project loading. note to self: start testing before releasing lol
  • tutel add now takes multiple params for task removing the need for quotation marks

v0.2.2

24 Dec 01:22
Compare
Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

  • Fix wrong tutelnav entries. tutelnav wasnt operational before

v0.2.1

24 Dec 00:43
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

  • Change description
  • Move tutelnav file to .local/share
  • fix tutelnav entries not being written when using track