-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(master): π release 1.0.0 (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
72d2103
commit 47c6a19
Showing
2 changed files
with
33 additions
and
2 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 |
---|---|---|
@@ -1,2 +1 @@ | ||
{ | ||
} | ||
{".":"1.0.0"} |
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,32 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-06-17) | ||
|
||
|
||
### Features | ||
|
||
* β¨ add scheduledDeletionAt to MinecraftProfile ([169f98c](https://github.com/BSR-Server/AltairVelocity/commit/169f98cd52ef300818b470ff7c0d3210942fa473)) | ||
* β¨ basic structure ([ac166d1](https://github.com/BSR-Server/AltairVelocity/commit/ac166d1957b67d652af31c597e57df98248a7a97)) | ||
* β¨ full server group support ([a190330](https://github.com/BSR-Server/AltairVelocity/commit/a190330da10615f2fbd8b1892469408a3f6ae277)) | ||
* β¨ update command help msg ([d133af5](https://github.com/BSR-Server/AltairVelocity/commit/d133af5d21b827b7bcb1b5786bd0d73ad19924e6)) | ||
* β¨ update DataManager ([2029922](https://github.com/BSR-Server/AltairVelocity/commit/2029922a707584287c971698cb6f93fc4705d8d6)) | ||
* β¨ update ServerInfo ([61b3e1a](https://github.com/BSR-Server/AltairVelocity/commit/61b3e1ae8e775d3ed28442ac24d0b8f0b82cc1f1)) | ||
* π initial commit ([e217949](https://github.com/BSR-Server/AltairVelocity/commit/e217949f33e1a83dc4d77337c8b6ce474f921ef6)) | ||
* **credential:** β¨ add credential ([ba53dad](https://github.com/BSR-Server/AltairVelocity/commit/ba53dad31a8e6dc267f20315914647b95dd62e67)) | ||
* **data:** β¨ data cache ([3bbec39](https://github.com/BSR-Server/AltairVelocity/commit/3bbec39b31018f31f8fa8d0fd64e5aae15377f4f)) | ||
* **greeter:** β¨ add greeter ([e701738](https://github.com/BSR-Server/AltairVelocity/commit/e701738ccb0f47b78c872d5c28a94aa7a0c28d6a)) | ||
* **hitokoto:** β¨ add hitokoto command ([b922a29](https://github.com/BSR-Server/AltairVelocity/commit/b922a29cbcc55b3d8e33bf374a59c3f11cae1707)) | ||
* **whitelist:** β¨ whitelist ([f5355d0](https://github.com/BSR-Server/AltairVelocity/commit/f5355d05ed0f5693bc78ece752f2103f94df343c)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* π fix data manager ([20a6339](https://github.com/BSR-Server/AltairVelocity/commit/20a633933830bcad4a56ddab26b6ce7961e1fcdd)) | ||
* π fix online players count check ([70f08f8](https://github.com/BSR-Server/AltairVelocity/commit/70f08f8e6d885428e6823533d92b53d0e200a41a)) | ||
* **whitelist:** π avoid duplicate disconnect ([d28ea3a](https://github.com/BSR-Server/AltairVelocity/commit/d28ea3a60d7d6806af4a06b9226b8dc2cc6a6d0f)) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* **data:** β‘οΈ asynchronized update data ([945dfbc](https://github.com/BSR-Server/AltairVelocity/commit/945dfbc7bc27e192dc795fdecc9d0a8d44b88c80)) | ||
* **data:** β‘οΈ update data task schedule ([e5c6ce4](https://github.com/BSR-Server/AltairVelocity/commit/e5c6ce4a1075461dd0574ec91c63e9941ea79e73)) |