Skip to content

Commit

Permalink
Windows v2.8.8 Desktop v0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeric-X committed Nov 24, 2024
1 parent fb317a2 commit 3508441
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.8.8
- 功能:支持自定义临时文件的保存时长
- 功能:server端增加监听ipv6地址

v2.8.7
- 修复:windows端开启混合模式服务器后无法同步其他客户端的剪贴板(#135)

Expand Down
4 changes: 2 additions & 2 deletions build/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleVersion</key>
<string>0.7.7</string>
<string>0.7.8</string>
<key>CFBundleShortVersionString</key>
<string>0.7.7</string>
<string>0.7.8</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion src/SyncClipboard.Desktop/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.Desktop";
public string AppVersion => "0.7.7";
public string AppVersion => "0.7.8";
public string UpdateApiUrl => "https://api.github.com/repos/Jeric-X/SyncClipboard.Desktop/releases";
public string UpdateUrl => "https://github.com/Jeric-X/SyncClipboard.Desktop/releases/latest";
}
4 changes: 4 additions & 0 deletions src/SyncClipboard.Desktop/Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.7.8
- 功能:支持自定义临时文件的保存时长
- 功能:server端增加监听ipv6地址

0.7.7
- 功能:增加快捷键:手动上传(忽略内容控制)(https://github.com/Jeric-X/SyncClipboard/issues/122, https://github.com/Jeric-X/SyncClipboard/issues/115)
- 修复:在office或wps表格中复制内容后剪贴板失去格式信息(https://github.com/Jeric-X/SyncClipboard/issues/130)
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.7";
public string AppVersion => "2.8.8";
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 3508441

Please sign in to comment.