You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,29 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## v1.3.TODO - 2023-01-11
6
+
7
+
### Added
8
+
- option to show note reminder only when switching from a work project without notes
9
+
- option to show a 'are you sure' confirmation before closing KeepTime
10
+
- import functionality of database (to be used with an export of the export functionality)
11
+
- app icon shown in dialogs
12
+
- in the report a collapse / expand button was added
13
+
14
+
### Changed
15
+
- updated the settings dialog design
16
+
- replaced deprecated fontawesome dependencies
17
+
- 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
18
+
- when creating a new project 'isWork' is selected by default
19
+
- when editing a note the note field will be in focus instead of the project
20
+
- in the report dialog the currently active work item is not editable anymore (marked as 'active work' instead)
21
+
- in report dialog simplified the note format when copying them (removed the note count)
22
+
- when creating/editing a project the name cannot be empty anymore
23
+
- moved CI to github actions
24
+
25
+
### Fixed
26
+
- 'hide projects' setting was not working correctly on linux. we disabled the setting for linux
0 commit comments