improved calendar (#784)

This commit is contained in:
Kevin Papst
2019-05-19 16:16:20 +02:00
committed by GitHub
parent 1903d6fb77
commit d2ad87d09c
66 changed files with 1030 additions and 1190 deletions

View File

@@ -28,6 +28,10 @@ New permissions are available:
- `view_tag` - view all tags
- `delete_tag` - delete tags
### BC BREAKS
- API: Format for queries including a datetime object fixed, finally using the HTML5 format (previously `2019-03-02 14:23` - now `2019-03-02T14:23:00`)
## [0.9](https://github.com/kevinpapst/kimai2/releases/tag/0.9)
Follow the normal update and database migration process (see above).