Skip to content

Commit

Permalink
Windows v2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeric-X committed Oct 27, 2024
1 parent 2c197e3 commit 95507aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.8.7
- 修复:windows端开启混合模式服务器后无法同步其他客户端的剪贴板(#135)

v2.8.6
- 功能:增加快捷键:手动上传(忽略内容控制)(#122, #115)
- 功能:使用环境变量设置独立服务器的账号和密码(#114)
Expand Down
2 changes: 1 addition & 1 deletion src/SyncClipboard.WinUI3/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ internal class AppConfig : IAppConfig
{
public string AppId => Env.AppId;
public string AppStringId => "SyncClipboard.WinUI";
public string AppVersion => "2.8.6";
public string AppVersion => "2.8.7";
public string UpdateApiUrl => "https://api.github.com/repos/Jeric-X/SyncClipboard/releases";
public string UpdateUrl => "https://github.com/Jeric-X/SyncClipboard/releases/latest";
}

0 comments on commit 95507aa

Please sign in to comment.