Skip to content

v0.5.0

Choose a tag to compare

@smarzban smarzban released this 05 Sep 19:17
· 190 commits to main since this release
0f62cb4
  • Wide task view: At 110 columns or wider, move between the full board, board plus task, task rail, and full task page without losing drafts or focus.
  • Archive: Archive tasks and projects without changing human status, browse archived work, and open archived projects in read-only focus.
  • Safer storage: Store format 2 adds migrations and versioned backups; bounded undo, durable trash, and tsk trash restore protect deleted work.
  • Private local state: Unix state and configuration paths are restricted to the current user, including existing paths left by earlier releases.
  • CLI and docs: New archive, unarchive, archived-list, and trash-restore commands are documented at https://gettsk.sh.

The project is available under the MIT license. Existing format 1 stores migrate in memory, then preserve tsk.json.v1 beside the live file on first save.