Skip to content

Commit c577d71

Browse files
authored
Feature/update changelog (#135)
* update changelog
1 parent e64d908 commit c577d71

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All notable changes to this project will be documented in this file.
44

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
27+
528
## v1.2.0 - yyyy-mm-dd
629

730
### Added

0 commit comments

Comments
 (0)