-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
5,304 additions
and
988 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
<!--- | ||
## [0.8.0] - 2023-12-24 | ||
--> | ||
|
||
### Added | ||
|
||
- Added full TUS(Title User Storage) API support. | ||
- Added GetNetworkTime support. | ||
- Added cleanup of unused data files from score/tus on startup(note that they are not cleaned while the server is running as otherwise I can't guarantee atomicity of the db query + file access). | ||
|
||
### Changed | ||
|
||
- Improved code parsing by adding some wrappers. | ||
- Improved friend queries by storing both user id and username of friends on login. | ||
- Improved some database queries | ||
|
||
### Fixed | ||
|
||
- Fixed users getting stuck in logged in state if the thread panics by moving logging out procedures to Client Drop impl. |
Oops, something went wrong.