Release server 1.0.3 (#462)

This commit is contained in:
Sung Won Cho 2020-05-03 09:39:04 +10:00 committed by GitHub
commit 91d5c710ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,10 @@ The following log documents the history of the server project.
### Unreleased
None
### 1.0.3 2020-05-03
#### Fixed
- Fix timeline grouping notes by added time rather than updated time.
@ -20,6 +24,12 @@ The following log documents the history of the server project.
- Sort notes by last activity to make it easier to see the most recently accessed information.
### 1.0.2 2020-05-03
#### Changed
* Support arm64.
### 1.0.1 - 2020-03-29
- Fix fresh install running migrations against tables that no longer exists.