Releases: Kamyil/work-tuimer
v0.6.0
What's Changed
- fix srcinfo indentation in release by @Kamyil in #65
- require up-to-date main for release by @Kamyil in #66
- Export csv of records with CLI by @paul-fornage in #70
- Add customer column to export command by @Kamyil in #71
- Lunch is also break by @paul-fornage in #68
New Contributors
- @paul-fornage made their first contribution in #70
Full Changelog: v0.5.3...v0.6.0
v0.5.3
v0.5.2
v0.5.1
v0.5.0
What's Changed
Full Changelog: v0.4.0...v0.5.0
v0.4.0
SQLite Migration
I've migrated data from storing each day in separate .json files to proper single local SQLite database
as it should be done in the beginning. This means lower disk usage as well as better ground for very advanced potential features to add in near future due to SQL capabilities.
In v0.5 I'm going launch dedicated SQLite Views (as plugin API contracts) for plugin integrations, which means that people could write external scripts that can hook into that SQLite database file and enhance WorkTUImer functionality by themselves
App on launch will first migrate the JSON contents to SQLite database and run seamlessly. In theory you should not feel any difference in usage and app should launch as fast as it did before since migration is simple, but in case of any issues - please raise the issue in the repo 🙏 We want this migration to feel as seamless as possible to everyone
What's Changed
Full Changelog: v0.3.6...v0.4.0
v0.3.6
What's Changed
Full Changelog: v0.3.5...v0.3.6
v0.3.5
v0.3.4
What's Changed
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Fix blinking summary lines when durations are tied (fixes #39) by @Kamyil in #40
- Bump cargo version by @Kamyil in #41
- Update justfile to bump cargo and do cargo publish as well by @Kamyil in #43
- Fix browser opening for URLs with query parameters by @Kamyil in #44
Full Changelog: v0.3.2...v0.3.3