Skip to content

Commit d47a577

Browse files
committed
升级到 v2.3.1
1 parent acdb632 commit d47a577

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
> [2.3.0] - 2025-04-23
2-
* ✨ 全新的 UI 设计
3-
* 🔥 新增简单的程序主页,方便提交反馈和建议
4-
* ⚽ 新增赞赏记录,感谢支持
1+
> [2.3.1] - 2025-05-18
2+
* 🎉 新增设置:按下 ESC 键后最小化到托盘
3+
* 🌀 新增设置:使用软件渲染来减少内存占用
4+
* ✨ 修复在 Windows 锁屏状态下启用自动锁定时,额外记录大量日志的问题
5+
* 🌈 程序逻辑优化
56

67

78
* 🍭 [查看完整版本记录](VERSION_HISTORY.md)

VERSION_HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
> [2.3.1] - 2025-05-18
2+
* 🎉 新增设置:按下 ESC 键后最小化到托盘
3+
* 🌀 新增设置:使用软件渲染来减少内存占用
4+
* ✨ 修复在 Windows 锁屏状态下启用自动锁定时,额外记录大量日志的问题
5+
* 🌈 程序逻辑优化
6+
17
> [2.3.0] - 2025-04-23
28
* ✨ 全新的 UI 设计
39
* 🔥 新增简单的程序主页,方便提交反馈和建议

src/ComputerLock/ComputerLock.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Authors>九零</Authors>
55
<Product>透明锁屏</Product>
6-
<Version>2.3.0</Version>
6+
<Version>2.3.1</Version>
77
<OutputType>WinExe</OutputType>
88
<TargetFramework>net8.0-windows</TargetFramework>
99
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)