Skip to content

Commit

Permalink
Windows v2.8.2-beta1 Desktop v0.7.2-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeric-X committed May 31, 2024
1 parent 2e08030 commit 5bb9615
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v2.8.2
- 修复:服务端产生大量图片文件
- 变更:轮询间隔设置为0时在内部限制为0.5秒
- 功能:支持更新到预览版本

v2.8.1
- 修复:无法自动删除本地临时文件
- 功能:同步的文字中间含有URL也可以使用浏览器打开
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.1</string>
<string>0.7.2</string>
<key>CFBundleShortVersionString</key>
<string>0.7.1</string>
<string>0.7.2</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.1";
public string AppVersion => "0.7.2-beta1";
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";
}
5 changes: 5 additions & 0 deletions src/SyncClipboard.Desktop/Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.7.2
- 修复:服务端产生大量图片文件
- 变更:轮询间隔设置为0时在内部限制为0.5秒
- 功能:支持更新到预览版本

0.7.1
- 修复:macOS menu bar图标无法自动自适应系统主题(https://github.com/Jeric-X/SyncClipboard/issues/73)
- 修复:无法自动删除本地临时文件
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.1";
public string AppVersion => "2.8.2-beta1";
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 5bb9615

Please sign in to comment.