Skip to content

Latest commit

 

History

History
226 lines (118 loc) · 11 KB

CHANGELOG.md

File metadata and controls

226 lines (118 loc) · 11 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

8.3.2 (2023-09-15)

Bug Fixes

  • bump versions of dependencies to fix openpgp import issue (f739ae6)

Misc

  • add example usage for interoperability (64dfb71)

8.3.1 (2023-08-27)

Bug Fixes

  • do not split lines when not writing to tty (1d0dc3a)
  • update zsh completion (0eba8ef)

8.3.0 (2023-08-26)

Features

  • support json output for ls cmd (ec7c7e7)
  • support list tasks by nums (31abec4)

Bug Fixes

  • fix completion for workspace command (82ae6b8)

Misc

  • add nur installation option (0eae8c7)

8.2.4 (2023-08-03)

Misc

  • deps: bump dependency versions (9319a2d)
  • update changelog config (1d969b3)

8.2.3 (2023-07-28)

Bug Fixes

  • add typescript as dev dependency (971acfa)

8.2.2 (2023-07-27)

Bug Fixes

  • fix a typo in zsh completion (63f3c1a)

8.2.1 (2023-07-06)

Bug Fixes

8.2.0 (2023-07-06)

⚠ BREAKING CHANGES

  • rename comand restore to rollback and fix undo command

Bug Fixes

  • rename comand restore to rollback and fix undo command (a406a47)

8.1.0 (2023-06-30)

Features

  • use dynamic imports to speed up startup (174bc42)

Bug Fixes

  • hard code version in app.js to reduce package loading (82ff8b4)

8.0.4 (2023-04-14)

Bug Fixes

  • update client library to fix error mesages (9deff5f)

8.0.3 (2023-04-14)

Bug Fixes

  • fix key option in server cmd (2485e2c)

8.0.2 (2023-04-11)

Bug Fixes

  • let luxon throw on invalid dates (3b45335)

8.0.1 (2023-04-11)

Bug Fixes

  • add new line in serialize/deserialize function (d3300be)
  • append a new line when appending data (5299cdc)
  • keep only unique number (3b1bba1)
  • show task detail in do cmd (2f76ebd)

8.0.0 (2023-04-09)

⚠ BREAKING CHANGES

  • upgrade to task.json v2

Features

  • add e2e encryption when syncing with server (897d48c)
  • show removed task text by default (5e0d1ae)
  • update zsh completion (5f74efe)
  • upgrade to task.json v2 (ac62a8a)

Bug Fixes

  • allow showing server encryption key (747cacd)
  • copy instead of removing when adding new task (33023bd)
  • fix due command (10041fd)
  • rename encryptionKey to key (d0c3bc6)
  • start index from 0 instead of 1 (9168817)
  • update zsh completion (502baa1)

7.0.6 (2022-12-02)

7.0.5 (2022-12-02)

Bug Fixes

  • handle errors gracefully (765ce65)

7.0.4 (2022-07-09)

Bug Fixes

  • fix arguments in zsh completion (6ed4741)
  • fix bool options in _tj (d9a1b4d)
  • fix filterByField (2f8edc5)
  • fix zsh completion for workspace (cead379)

7.0.3 (2022-07-06)

Bug Fixes

7.0.2 (2022-07-05)

Bug Fixes

  • include missing file (911f272)
  • read version from package.json (d6a0fcf)

7.0.1 (2022-07-05)

Bug Fixes

  • bump task.json-client and update metadata (00a2a19)
  • fix esm import extension (4265c83)

7.0.0 (2022-07-05)

⚠ BREAKING CHANGES

  • add basic framework using commander
  • update license, docs, and config files

Features

  • add add command (6d4b712)
  • add do and undo command (c372505)
  • add erase command (using inquirer.js) (e096e57)
  • add login subcommand for server command (07eea66)
  • add restore and show commands (ec71560)
  • add rm and due commands (ee2bfe7)
  • add workspace command (9f0d193)
  • add basic framework using commander (be5fe21)
  • add completion and lsnum commands (6ded8cb)
  • add ls command (ac34c1a)
  • add lsctx and lsproj commands (92c3fd4)
  • add modify command (e1761a8)
  • add server command (63c1090)
  • add sync subcommand for server (9456b26)
  • add zsh completion for remaining commands (6553d22)
  • support showing only names in server and workspace (cc5537a)

Bug Fixes