Skip to content

Commit f8c2f71

Browse files
committed
升级到 v2.2.0
1 parent fa1100d commit f8c2f71

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
> [2.1.10] - 2025-01-14
2-
* 🌈 锁屏时支持隐藏鼠标光标
3-
* 🌀 修改缩放比例可能导致窗口位置异常的问题
4-
* 🔥 重构配置管理模块
5-
* 🎉 升级自动更新模块
6-
* ✨ 界面布局微调
1+
> [2.2.0] - 2025-02-13
2+
* ✨ 新增:支持通过快捷键解锁
3+
* 🌈 新增:可设置 Windows 系统锁定时自动停止锁定服务
4+
* 🌀 新增:首次启动显示更新日志
5+
* ⚽ 设置自动锁定和密码框位置后实时生效
6+
* 🔥 升级基础组件
7+
* 🎉 优化程序逻辑
78

89

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

VERSION_HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
> [2.2.0] - 2025-02-13
2+
* ✨ 新增:支持通过快捷键解锁
3+
* 🌈 新增:可设置 Windows 系统锁定时自动停止锁定服务
4+
* 🌀 新增:首次启动显示更新日志
5+
* ⚽ 设置自动锁定和密码框位置后实时生效
6+
* 🔥 升级基础组件
7+
* 🎉 优化程序逻辑
8+
19
> [2.1.10] - 2025-01-14
210
* 🌈 锁屏时支持隐藏鼠标光标
311
* 🌀 修改缩放比例可能导致窗口位置异常的问题

resources/app.png

18.4 KB
Loading

resources/app_en.png

10.3 KB
Loading

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.1.10</Version>
6+
<Version>2.2.0</Version>
77
<OutputType>WinExe</OutputType>
88
<TargetFramework>net8.0-windows</TargetFramework>
99
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)