Skip to content

Releases: shellshape/tracker

v0.11.0

05 Mar 08:13

Choose a tag to compare

🚀 Features

  • Use sql3 database for entries
    Switch from single CSV files per day for storage to an SQLite3 database
    for easier, more consistent and more performant entry storage handling.
    Also add migration to migrate from previous storage model to new one.
  • Add status indicator to database migration

🐛 Bug Fixes

  • [view] Correct key bindings for pager view

v0.10.2

03 Mar 19:08

Choose a tag to compare

🐛 Bug Fixes

  • [view] Correct key bindings for pager view

v0.10.1

19 Nov 09:54

Choose a tag to compare

🐛 Bug Fixes

  • [view] Help display in page view
  • [view] Long entries in paging view
    Add carrier return before each line to fix prefix spacing for long entries in paging view.

v0.10.0

22 Sep 12:07

Choose a tag to compare

Changelog

🚀 Features

  • (view) Add paging

📚 Documentation

  • Update project readme
  • (commands) Update command doc

v0.9.0

05 Aug 09:25

Choose a tag to compare

Changelog

🚀 Features

  • (cmd-add, cmd-insert) Add date parameter and selector
  • (util) Add "yesterday" (y) syntax to date parsing

v0.8.0

16 Jul 14:32

Choose a tag to compare

Changelog

Warning

Breaking Change: The default directory for time tracking data has been changed from $HOME/time_trackings to $HOME/.local/share/time_trackings (or $XDG_DATA_HOME/time_trackings, if specified). On startup, a migration promt is available to migrate files from the old default directory to the new one if detected present.

🚀 Features

  • (config) [breaking] Change default storage location to home data directory
  • (config) Add migration step for new data location

v0.7.2

21 May 07:52

Choose a tag to compare

optimize build artifact size

v0.7.1

21 May 07:11

Choose a tag to compare

update readme

v0.7.0

06 May 14:12

Choose a tag to compare

update versions

v0.6.0

21 Mar 14:48

Choose a tag to compare

use pre-inserted text instead of default for edit command