Skip to content

Commit 54c85d2

Browse files
committed
升级到 v2.1.10
1 parent 12e7411 commit 54c85d2

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
##
1+
#### [2.1.10] - 2025-01-14
2+
* 🌈 锁屏时支持隐藏鼠标光标
3+
* 🌀 修改缩放比例可能导致窗口位置异常的问题
4+
* 🔥 重构配置管理模块
5+
* 🎉 升级自动更新模块
6+
* ✨ 界面布局微调
27

3-
##
8+
####
49
* 🍭 [查看完整版本记录](VERSION_HISTORY.md)

VERSION_HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#### [2.1.10] - 2025-01-14
2+
* 🌈 锁屏时支持隐藏鼠标光标
3+
* 🌀 修改缩放比例可能导致窗口位置异常的问题
4+
* 🔥 重构配置管理模块
5+
* 🎉 升级自动更新模块
6+
* ✨ 界面布局微调
7+
18
#### [2.1.9] - 2024-09-14
29
* 🔥 修改锁屏快捷键后,历史快捷键依然生效的bug
310
* 🌈 完善多语言支持

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

0 commit comments

Comments
 (0)