Skip to content

Commit

Permalink
升级到 v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuLing-zhang committed Feb 13, 2025
1 parent fa1100d commit f8c2f71
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
> [2.1.10] - 2025-01-14
* 🌈 锁屏时支持隐藏鼠标光标
* 🌀 修改缩放比例可能导致窗口位置异常的问题
* 🔥 重构配置管理模块
* 🎉 升级自动更新模块
* ✨ 界面布局微调
> [2.2.0] - 2025-02-13
* ✨ 新增:支持通过快捷键解锁
* 🌈 新增:可设置 Windows 系统锁定时自动停止锁定服务
* 🌀 新增:首次启动显示更新日志
* ⚽ 设置自动锁定和密码框位置后实时生效
* 🔥 升级基础组件
* 🎉 优化程序逻辑


* 🍭 [查看完整版本记录](VERSION_HISTORY.md)
8 changes: 8 additions & 0 deletions VERSION_HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> [2.2.0] - 2025-02-13
* ✨ 新增:支持通过快捷键解锁
* 🌈 新增:可设置 Windows 系统锁定时自动停止锁定服务
* 🌀 新增:首次启动显示更新日志
* ⚽ 设置自动锁定和密码框位置后实时生效
* 🔥 升级基础组件
* 🎉 优化程序逻辑

> [2.1.10] - 2025-01-14
* 🌈 锁屏时支持隐藏鼠标光标
* 🌀 修改缩放比例可能导致窗口位置异常的问题
Expand Down
Binary file modified resources/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/app_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.10</Version>
<Version>2.2.0</Version>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit f8c2f71

Please sign in to comment.