Skip to content

Releases: shellshape/tracker

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 05 Mar 08:13

🚀 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

Choose a tag to compare

@github-actions github-actions released this 03 Mar 19:08

🐛 Bug Fixes

  • [view] Correct key bindings for pager view

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 19 Nov 09:54

🐛 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

Choose a tag to compare

@github-actions github-actions released this 22 Sep 12:07

Changelog

🚀 Features

  • (view) Add paging

📚 Documentation

  • Update project readme
  • (commands) Update command doc

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 09:25

Changelog

🚀 Features

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

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 14:32

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

Choose a tag to compare

@github-actions github-actions released this 21 May 07:52
optimize build artifact size

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 21 May 07:11
update readme

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 06 May 14:12
update versions

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 21 Mar 14:48
use pre-inserted text instead of default for edit command