Skip to content

Commit

Permalink
升级到 v2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuLing-zhang committed Jan 14, 2025
1 parent 12e7411 commit 54c85d2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
##
#### [2.1.10] - 2025-01-14
* 🌈 锁屏时支持隐藏鼠标光标
* 🌀 修改缩放比例可能导致窗口位置异常的问题
* 🔥 重构配置管理模块
* 🎉 升级自动更新模块
* ✨ 界面布局微调

##
####
* 🍭 [查看完整版本记录](VERSION_HISTORY.md)
7 changes: 7 additions & 0 deletions VERSION_HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### [2.1.10] - 2025-01-14
* 🌈 锁屏时支持隐藏鼠标光标
* 🌀 修改缩放比例可能导致窗口位置异常的问题
* 🔥 重构配置管理模块
* 🎉 升级自动更新模块
* ✨ 界面布局微调

#### [2.1.9] - 2024-09-14
* 🔥 修改锁屏快捷键后,历史快捷键依然生效的bug
* 🌈 完善多语言支持
Expand Down
2 changes: 1 addition & 1 deletion src/ComputerLock/ComputerLock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 54c85d2

Please sign in to comment.