Update formatting in changelog

main
~erin 2021-07-26 19:02:46 +00:00
parent da51a37b49
commit 1de762f788
1 changed files with 6 additions and 5 deletions

View File

@ -14,16 +14,17 @@
- Use sled database instead of json file to store users
- Now use `GET /api/token/<name>` to validate a users session token
### 0.5.1
- `/api/logout` API to delete session token
- Add basic support for different message types
- Messages now use unix timestamps
- Backend finds timestamp
### 0.5.2
- When changing a username, it now deletes the previous user instead of creating a new one
- Database functions should now use some error handling
- Functions use `db_read_user()` instead of reading in the whole database
### 0.5.1
- `/api/logout` API to delete session token
- Add basic support for different message types
- Messages now use unix timestamps
- Backend finds timestamp
## 0.4.0
- Serve frontend code
- Set cookie for token