Skip to content

KeepTime v1.2.265-SNAPSHOT

Pre-release
Pre-release
Compare
Choose a tag to compare
@Death111 Death111 released this 12 Jan 16:35
· 47 commits to develop since this release
c577d71

This is a pre-release for testing.
Note: This version (with possible bugfixes) will be release later as 1.3.x.

Migration from older version

What's Changed

Added

  • option to show note reminder only when switching from a work project without notes
  • option to show a 'are you sure' confirmation before closing KeepTime
  • import functionality of database (to be used with an export of the export functionality)
  • app icon shown in dialogs
  • in the report a collapse / expand button was added

Changed

  • updated the settings dialog design
  • replaced deprecated fontawesome dependencies
  • updated dependencies - we now also require Java 11 (instead of 8). note migration of data of previous version. see section 'Migrate from old version' in readme before updating
  • when creating a new project 'isWork' is selected by default
  • when editing a note the note field will be in focus instead of the project
  • in the report dialog the currently active work item is not editable anymore (marked as 'active work' instead)
  • in report dialog simplified the note format when copying them (removed the note count)
  • when creating/editing a project the name cannot be empty anymore
  • moved CI to github actions

Fixed

  • 'hide projects' setting was not working correctly on linux. we disabled the setting for linux

New Contributors

Full Changelog: v1.2.0...v1.2.265-SNAPSHOT