From 47c6a19fed1f7b3a36f2024e8459a3c9fa04d8b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 03:13:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(master):=20=F0=9F=94=96=20release=201.0.0?= =?UTF-8?q?=20(#1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please/.release-please-manifest.json | 3 +- CHANGELOG.md | 32 +++++++++++++++++++ 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please/.release-please-manifest.json b/.release-please/.release-please-manifest.json index 2c63c08..11fea0f 100644 --- a/.release-please/.release-please-manifest.json +++ b/.release-please/.release-please-manifest.json @@ -1,2 +1 @@ -{ -} +{".":"1.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..36c8317 --- /dev/null +++ b/CHANGELOG.md @@ -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))