Skip to content

Commit

Permalink
release: bump version to v0.20.8
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Jun 13, 2024
1 parent ef238b0 commit 8122b53
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

---
## [0.20.8](https://github.com/GZTimeWalker/GZCTF/compare/v0.20.7-patch.1..v0.20.8) - 2024-06-13

### ⛰️ Features

- **(frontend)** upgrade marked to v13 with custom extension - ([43f908](https://github.com/GZTimeWalker/GZCTF/commit/43f908)) by **GZTime**

### 🐛 Bug Fixes

- **(frontend)** unexpected indentation in markdown render (#304) - ([0861e7](https://github.com/GZTimeWalker/GZCTF/commit/0861e7)) by **埃拉**
- **(game)** access to disabled challenges - ([440e15](https://github.com/GZTimeWalker/GZCTF/commit/440e15)) by **GZTime**
- overflow for some challenges - ([6b44ef](https://github.com/GZTimeWalker/GZCTF/commit/6b44ef)) by **GZTime**

---
## [0.20.7-patch.1](https://github.com/GZTimeWalker/GZCTF/compare/v0.20.7..v0.20.7-patch.1) - 2024-06-08

### ⛰️ Features

- show `external link` for remote attachment - ([2082c5](https://github.com/GZTimeWalker/GZCTF/commit/2082c5)) by **GZTime**

---
## [0.20.7](https://github.com/GZTimeWalker/GZCTF/compare/v0.20.6-patch.1..v0.20.7) - 2024-06-07

Expand All @@ -10,6 +30,10 @@ All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will b
- **(frontend)** redesigned challenge modal - ([cbedf8](https://github.com/GZTimeWalker/GZCTF/commit/cbedf8)) by **GZTime**
- add more labels for container - ([817abd](https://github.com/GZTimeWalker/GZCTF/commit/817abd)) by **GZTime**

### 🐛 Bug Fixes

- **(frontend)** incorrect icon map - ([704d36](https://github.com/GZTimeWalker/GZCTF/commit/704d36)) by **GZTime**

---
## [0.20.6-patch.1](https://github.com/GZTimeWalker/GZCTF/compare/v0.20.6..v0.20.6-patch.1) - 2024-06-03

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.20.7",
"version": "0.20.8",
"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.20.7</ReleaseVersion>
<ReleaseVersion>0.20.8</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.20.7
version = 0.20.8
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.20.7",
"version": "0.20.8",
"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.20.7.0</AssemblyVersion>
<AssemblyVersion>0.20.8.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.20.7</ReleaseVersion>
<ReleaseVersion>0.20.8</ReleaseVersion>
<WarningLevel>4</WarningLevel>
<ServerGarbageCollection>true</ServerGarbageCollection>
<GarbageCollectionAdaptationMode>1</GarbageCollectionAdaptationMode>
Expand Down

0 comments on commit 8122b53

Please sign in to comment.