Update the changelog
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
parent
ac4573bc91
commit
4f90e0f05b
1 changed files with 66 additions and 1 deletions
67
CHANGELOG.md
67
CHANGELOG.md
|
@ -1,3 +1,69 @@
|
|||
## 0.11.0 - 2019-06-25
|
||||
### Added
|
||||
- Implement sharing task lists with other users #410
|
||||
- Allow to delete all completed (root) tasks #414
|
||||
- Allow to select a privacy classification for a task #412
|
||||
- Updated preview screenshot for appstore #413
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
- Regression: Open a new task after its creation #397
|
||||
- Regression: Always show subtasks when task is open in details view #422
|
||||
- Regression: Fix editing task properties in details view #405
|
||||
- Fix scrolling task lists on mobile #421
|
||||
- Better drag and drop experience #425
|
||||
- Percentage complete value not visible in Chrome #411
|
||||
- Better compatibility with MS Edge #401
|
||||
|
||||
## 0.10.1 - 2019-05-10
|
||||
### Added
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
- Correctly handle all numeric UIDs #394
|
||||
|
||||
## 0.10.0 - 2019-05-08
|
||||
The front end of the app was completely rewritten in Vue.js.
|
||||
|
||||
### Added
|
||||
- Move the app to Vue.js #194 which should speedup the app #27
|
||||
- Add support for dark theme #218
|
||||
- Sort tasks by last-modified, created or completed date #183, #313
|
||||
- Sort calendar list alphabetically #152
|
||||
- Implement colorpicker for list color selection #110
|
||||
- Allow to change list of a task in details view #97
|
||||
- Markdown support for task notes field #76
|
||||
- Display dates according to the locale #45
|
||||
- Allow to chose a default list #26
|
||||
- Add synchronisation indicator showing the state of saving a task
|
||||
- Show last-modified, created and completed date in details view footer
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
- Fix drag and drop #78
|
||||
- No glitching on app load #160
|
||||
- Fix invalid priority date #180
|
||||
- Fix saving due date after task creation #167
|
||||
- Fix date input format #21
|
||||
- Fix creating lists withouth latin characters #148
|
||||
|
||||
## 0.9.8 - 2018-11-21
|
||||
### Fixed
|
||||
- Fixed smart collections usability on Chrome #77
|
||||
- Adjust calendar delete confirmation text #196
|
||||
- Improve highlight of selected task #104
|
||||
- Fix client-side search #22
|
||||
|
||||
## 0.9.7 - 2018-09-06
|
||||
### Fixed
|
||||
- Compatiblity with Nextcloud 14
|
||||
- Fix creation of new list on mobile
|
||||
|
||||
## 0.9.6 - 2018-02-07
|
||||
### Fixed
|
||||
- Compatiblity with Nextcloud 13
|
||||
- Visual fixes and cleaned up icons
|
||||
|
||||
## 0.9.5 - 2017-03-02
|
||||
### Fixed
|
||||
- Show category delete icon again #31
|
||||
|
@ -5,7 +71,6 @@
|
|||
- Adjust app-navigation-entry menu for NC 11.0.2+ #52, #53, #54
|
||||
- Improve app-sidebar to better work with other apps #59
|
||||
|
||||
|
||||
## 0.9.4 - 2016-12-14
|
||||
### Added
|
||||
- Compatible with Nextcloud 11
|
||||
|
|
Loading…
Reference in a new issue