We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e7411 commit 54c85d2Copy full SHA for 54c85d2
CHANGELOG.md
@@ -1,4 +1,9 @@
1
-##
+#### [2.1.10] - 2025-01-14
2
+* 🌈 锁屏时支持隐藏鼠标光标
3
+* 🌀 修改缩放比例可能导致窗口位置异常的问题
4
+* 🔥 重构配置管理模块
5
+* 🎉 升级自动更新模块
6
+* ✨ 界面布局微调
7
8
+####
9
* 🍭 [查看完整版本记录](VERSION_HISTORY.md)
VERSION_HISTORY.md
@@ -1,3 +1,10 @@
+
#### [2.1.9] - 2024-09-14
* 🔥 修改锁屏快捷键后,历史快捷键依然生效的bug
10
* 🌈 完善多语言支持
src/ComputerLock/ComputerLock.csproj
@@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>九零</Authors>
<Product>透明锁屏</Product>
- <Version>2.1.9</Version>
+ <Version>2.1.10</Version>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
0 commit comments