Skip to content

Commit

Permalink
release: bump version to v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed May 11, 2024
1 parent afa29a6 commit ef7d6d7
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 6 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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

---
## [0.20.1](https://github.com/GZTimeWalker/GZCTF/compare/v0.20.0..v0.20.1) - 2024-05-11

### ⛰️ Features

- **(i18n)** switch language on mobile - ([e6ff33](https://github.com/GZTimeWalker/GZCTF/commit/e6ff33)) by **GZTime**
- **(style)** use more css modules - ([04cd3e](https://github.com/GZTimeWalker/GZCTF/commit/04cd3e)) by **GZTime**
- control frontend color on client - ([fc3e8b](https://github.com/GZTimeWalker/GZCTF/commit/fc3e8b)) by **GZTime**
- custom theme color for frontend - ([d45f6d](https://github.com/GZTimeWalker/GZCTF/commit/d45f6d)) by **GZTime**
- add global `ErrorBoundary` - ([55e610](https://github.com/GZTimeWalker/GZCTF/commit/55e610)) by **GZTime**

### 🐛 Bug Fixes

- **(notification)** container destory notification - ([5448ad](https://github.com/GZTimeWalker/GZCTF/commit/5448ad)) by **GZTime**
- **(security)** html injection by team name - ([31e775](https://github.com/GZTimeWalker/GZCTF/commit/31e775)) by **GZTime**
- **(style)** tooltip & font size in navbar - ([7d2b2b](https://github.com/GZTimeWalker/GZCTF/commit/7d2b2b)) by **GZTime**
- **(style)** mobile post card - ([4f0a15](https://github.com/GZTimeWalker/GZCTF/commit/4f0a15)) by **GZTime**
- **(style)** pinned post card - ([d9b8b8](https://github.com/GZTimeWalker/GZCTF/commit/d9b8b8)) by **GZTime**
- **(style)** sticky header - ([d495c1](https://github.com/GZTimeWalker/GZCTF/commit/d495c1)) by **GZTime**
- **(style)** notifications never close - ([219c60](https://github.com/GZTimeWalker/GZCTF/commit/219c60)) by **GZTime**
- some global config will be clear when save color - ([c547bb](https://github.com/GZTimeWalker/GZCTF/commit/c547bb)) by **GZTime**
- custom theme cannot be set properly - ([725b3a](https://github.com/GZTimeWalker/GZCTF/commit/725b3a)) by **GZTime**

### ⚙️ Miscellaneous Tasks

- **(i18n)** update translations - ([e9f2d9](https://github.com/GZTimeWalker/GZCTF/commit/e9f2d9)) by **GZTime**
- use `useEffect` & `useState` for custom theme - ([924395](https://github.com/GZTimeWalker/GZCTF/commit/924395)) by **GZTime**

---
## [0.20.0](https://github.com/GZTimeWalker/GZCTF/compare/v0.19.4..v0.20.0) - 2024-05-08

Expand All @@ -15,8 +43,15 @@ All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will b
### 🐛 Bug Fixes

- **(i18n)** set `lang` attr in `html` - ([9d8b39](https://github.com/GZTimeWalker/GZCTF/commit/9d8b39)) by **GZTime**
- **(style)** review page - ([d6bf73](https://github.com/GZTimeWalker/GZCTF/commit/d6bf73)) by **GZTime**
- **(style)** blinking underline - ([e88bc5](https://github.com/GZTimeWalker/GZCTF/commit/e88bc5)) by **GZTime**
- **(style)** some style issue - ([26ca2c](https://github.com/GZTimeWalker/GZCTF/commit/26ca2c)) by **GZTime**
- **(style)** footer color use css var - ([aafbf2](https://github.com/GZTimeWalker/GZCTF/commit/aafbf2)) by **GZTime**

### 🎨 Styling

- use tootip for blood legend - ([f05f13](https://github.com/GZTimeWalker/GZCTF/commit/f05f13)) by **GZTime**

---
## [0.19.4](https://github.com/GZTimeWalker/GZCTF/compare/v0.19.3..v0.19.4) - 2024-05-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.0",
"version": "0.20.1",
"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.0</ReleaseVersion>
<ReleaseVersion>0.20.1</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.0
version = 0.20.1
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.0",
"version": "0.20.1",
"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.0.0</AssemblyVersion>
<AssemblyVersion>0.20.1.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.0</ReleaseVersion>
<ReleaseVersion>0.20.1</ReleaseVersion>
<WarningLevel>4</WarningLevel>
<ServerGarbageCollection>true</ServerGarbageCollection>
<GarbageCollectionAdaptationMode>1</GarbageCollectionAdaptationMode>
Expand Down

0 comments on commit ef7d6d7

Please sign in to comment.