diff --git a/CHANGELOG.md b/CHANGELOG.md index 007afaa9..8135692b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,35 @@ 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). +## [1.0.0] - 2024-05-09 + +### Added + +- Result winner ID. +- Prefabs for bullet, armors, and M16. +- Pick up and use grenade cooldown. +- Boost grenade. +- Adjust armor. +- Player on GUI. +- Destroy picked items. +- Add armor and firearm UI. +- Value adjustment. +- Larger beam in client. +- Gun fire animation. +- FaceTo. + +### Changed + +- Update audio effect in client. +- Modify ticks. +- Adjust log timestamp level to millisecond. + +### Fixed + +- Bug in client. +- Bugs in camera. +- Typo. + ## [0.4.1] - 2024-05-05 ### Fixed @@ -105,6 +134,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First version of server +[1.0.0]: https://github.com/Zhangyr2022/thuai-7/compare/v0.4.1...v1.0.0 [0.4.1]: https://github.com/Zhangyr2022/thuai-7/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/Zhangyr2022/thuai-7/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/Zhangyr2022/thuai-7/compare/v0.2.0...v0.3.0 diff --git a/client/ProjectSettings/ProjectSettings.asset b/client/ProjectSettings/ProjectSettings.asset index cdd3695e..76c4c5d0 100644 --- a/client/ProjectSettings/ProjectSettings.asset +++ b/client/ProjectSettings/ProjectSettings.asset @@ -135,7 +135,7 @@ PlayerSettings: vulkanEnableLateAcquireNextImage: 0 vulkanEnableCommandBufferRecycling: 1 loadStoreDebugModeEnabled: 0 - bundleVersion: 0.4.1 + bundleVersion: 1.0.0 preloadedAssets: [] metroInputSource: 0 wsaTransparentSwapchain: 0 diff --git a/server/src/GameServer/GameServer.csproj b/server/src/GameServer/GameServer.csproj index e2d473e9..af5d1f9a 100644 --- a/server/src/GameServer/GameServer.csproj +++ b/server/src/GameServer/GameServer.csproj @@ -6,7 +6,7 @@ enable enable true - 0.4.1 + 1.0.0