Skip to content

Releases: Kamyil/work-tuimer

v0.6.0

15 Apr 11:32

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.6.0

v0.5.3

09 Mar 07:20

Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

09 Mar 07:11

Choose a tag to compare

What's Changed

  • update release flow for aur sync by @Kamyil in #61
  • change: esc just goes to normal mode without clearing the changes by @Kamyil in #62
  • remove makepkg from release flow by @Kamyil in #63

Full Changelog: v0.5.1...v0.5.2

v0.5.1

09 Mar 06:13

Choose a tag to compare

What's Changed

  • update SRCINFO and PKGBUILD here (and also in aur fork repo) by @Kamyil in #59
  • Fix enter numpad key not doing anything by @Kamyil in #57

Full Changelog: v0.5.0...v0.5.1

v0.5.0

06 Mar 09:48

Choose a tag to compare

What's Changed

  • New customer & project columns + ability to toggle optional columns in UI by @Kamyil in #54

Full Changelog: v0.4.0...v0.5.0

v0.4.0

24 Feb 12:50

Choose a tag to compare

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

  • migrate from json files to single sqlite db + doctor command (issue #22) by @Kamyil in #51

Full Changelog: v0.3.6...v0.4.0

v0.3.6

07 Jan 21:32

Choose a tag to compare

What's Changed

  • Fix flaky test that fails near midnight by @Kamyil in #50

Full Changelog: v0.3.5...v0.3.6

v0.3.5

29 Dec 10:17

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

02 Dec 10:30

Choose a tag to compare

What's Changed

  • Fix Windows URL opening with query parameters (v2) by @Kamyil in #45

Full Changelog: v0.3.3...v0.3.4

v0.3.3

27 Nov 14:50

Choose a tag to compare

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