Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed May 9, 2024
1 parent 2394c76 commit 8140bd4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion client/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ PlayerSettings:
vulkanEnableLateAcquireNextImage: 0
vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0
bundleVersion: 0.4.1
bundleVersion: 1.0.0
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down
2 changes: 1 addition & 1 deletion server/src/GameServer/GameServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Version>0.4.1</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8140bd4

Please sign in to comment.