Skip to content

Commit

Permalink
release: bump version to v0.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Oct 17, 2024
1 parent 66ad781 commit 078eb3a
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 6 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will be documented in this file.

---
## [0.24.4](https://github.com/GZTimeWalker/GZCTF/compare/v0.24.3..v0.24.4) - 2024-10-17

### ⛰️ Features

- **(i18n)** add es-ES (MT) - ([cd6727](https://github.com/GZTimeWalker/GZCTF/commit/cd6727)) by **GZTime**
- **(i18n)** show note message when switch - ([ee72f9](https://github.com/GZTimeWalker/GZCTF/commit/ee72f9)) by **GZTime**
- **(i18n)** add zh-TW - ([5110ea](https://github.com/GZTimeWalker/GZCTF/commit/5110ea)) by **GZTime**

### 🐛 Bug Fixes

- **(admin)** overflow on review page - ([f057e1](https://github.com/GZTimeWalker/GZCTF/commit/f057e1)) by **GZTime**
- **(challenge)** title overflow - ([295dbc](https://github.com/GZTimeWalker/GZCTF/commit/295dbc)) by **GZTime**
- **(frontend)** missing css vars may cause `NaNem` in media query - ([d08f36](https://github.com/GZTimeWalker/GZCTF/commit/d08f36)) by **GZTime**
- **(instance)** extend button not disable when destroy container - ([4944b5](https://github.com/GZTimeWalker/GZCTF/commit/4944b5)) by **GZTime**
- **(theme)** sync theme colors between tabs - ([38cbbe](https://github.com/GZTimeWalker/GZCTF/commit/38cbbe)) by **GZTime**
- Fix wrong port color in light mode - ([4e0566](https://github.com/GZTimeWalker/GZCTF/commit/4e0566)) by **Kengwang**

### 🎨 Styling

- **(slide)** update slide style on mobile - ([dc759e](https://github.com/GZTimeWalker/GZCTF/commit/dc759e)) by **GZTime**

---
## [0.24.3](https://github.com/GZTimeWalker/GZCTF/compare/v0.24.2-patch.1..v0.24.3) - 2024-10-10

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-docs",
"version": "0.24.3",
"version": "0.24.4",
"private": true,
"scripts": {
"dev": "next",
Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF.Test/GZCTF.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<IsPackable>false</IsPackable>
<CollectCoverage>true</CollectCoverage>
<Configurations>Debug;Release;GenAPI</Configurations>
<ReleaseVersion>0.24.3</ReleaseVersion>
<ReleaseVersion>0.24.4</ReleaseVersion>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF.sln
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ Global
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.24.3
version = 0.24.4
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-client",
"version": "0.24.3",
"version": "0.24.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/GZCTF/GZCTF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyVersion>0.24.3.0</AssemblyVersion>
<AssemblyVersion>0.24.4.0</AssemblyVersion>
<Description>GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP)</Description>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand All @@ -18,7 +18,7 @@
<SpaProxyServerUrl>http://localhost:63000</SpaProxyServerUrl>
<SpaProxyLaunchCommand>npm run dev -- --host</SpaProxyLaunchCommand>
<Configurations>Debug;Release</Configurations>
<ReleaseVersion>0.24.3</ReleaseVersion>
<ReleaseVersion>0.24.4</ReleaseVersion>
<WarningLevel>4</WarningLevel>
<ServerGarbageCollection>true</ServerGarbageCollection>
<GarbageCollectionAdaptationMode>1</GarbageCollectionAdaptationMode>
Expand Down

0 comments on commit 078eb3a

Please sign in to comment.