Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 50743da

Browse files
chore: update changelog
1 parent 113a931 commit 50743da

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.2] - 2025-05-17
9+
10+
### Fixed
11+
12+
- Record loading when there are multiple entries in record file
13+
- Incorrect camera view resetting after each battle
14+
815
## [0.3.1] - 2025-05-15
916

1017
### Fixed
@@ -52,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5259

5360
First release.
5461

62+
[0.3.2]: https://github.com/thuasta/thuai-8/compare/v0.3.1...v0.3.2
5563
[0.3.1]: https://github.com/thuasta/thuai-8/compare/v0.3.0...v0.3.1
5664
[0.3.0]: https://github.com/thuasta/thuai-8/compare/v0.2.1...v0.3.0
5765
[0.2.1]: https://github.com/thuasta/thuai-8/compare/v0.2.0...v0.2.1

server/src/Thuai.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88

9-
<Version>0.3.1</Version>
9+
<Version>0.3.2</Version>
1010

1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1212
</PropertyGroup>

0 commit comments

Comments
 (0)