Skip to content

Releases: u8slvn/hyperfocus

1.2.0

06 Sep 06:52
Compare
Choose a tag to compare

Added:

  • Add edit command to edit task title and details.
  • Task ids prompt accepts multiple ids separated by space, for done, reset and delete commands.

Changed:

  • Default response option while reviewing unfinished tasks is now y.

1.1.0

11 Aug 15:48
Compare
Choose a tag to compare

Added:

  • Add --bulk option for add command to add multiple tasks at once.

Changed:

  • Upgrade add command to accept inline task details. By @a-delannoy.
  • Improve add command to accept multiple line task details.
  • Colorized action in output message to improve readability.

1.0.0

12 Jun 12:48
Compare
Choose a tag to compare

Added:

  • Add -h option for help.
  • Add log command to show task log history.
  • New style management with markup.
  • Colored design for config --list.
  • Add stash command group to manage tasks into stash box.
    • Add stash pop command.
    • Add stash apply command.
    • Add stash list command.
    • Add stash clear command.
  • Add --force option to delete command to allow force deletion.
  • Add task details with history in show command.
  • Add progress bar to working day status.
  • Add security check preventing bad config deletion.
  • Commands done, block, reset and delete accept task id batches.
  • Force color option for Windows.

Changed:

  • Improved global architecture.
  • New daily tasks progress bar style.
  • Tasks are now listed by task id.
  • Rework unfinished tasks review system.
  • Minor design modifications on new day and unfinished tasks events.

Fixed:

  • Log command must not show empty working days.
  • Handle database connection errors.
  • Alias cannot overwrite other commands.
  • hyf init initialize the whole config path and create missing directory.

0.2.1

11 Jul 22:55
Compare
Choose a tag to compare
  • Fix config command --list option.

0.2.0

10 Jul 22:26
Compare
Choose a tag to compare
  • Add alias options in config.
  • Add review of previous unfinished tasks on new day.
  • Add status command.
  • Add config command.
  • Pretty print click exceptions.

0.1.1

05 Jul 09:48
Compare
Choose a tag to compare
  • Fix update status without passing task id argument.

0.1.0

05 Jul 06:27
Compare
Choose a tag to compare
  • Initial release.
  • Manage daily tasks with status.
  • Copy task details to clipboard.