Commit 5bb9615 1 parent 2e08030 commit 5bb9615 Copy full SHA for 5bb9615
File tree 5 files changed +14
-4
lines changed
5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change
1
+ v2.8.2
2
+ - 修复:服务端产生大量图片文件
3
+ - 变更:轮询间隔设置为0时在内部限制为0.5秒
4
+ - 功能:支持更新到预览版本
5
+
1
6
v2.8.1
2
7
- 修复:无法自动删除本地临时文件
3
8
- 功能:同步的文字中间含有URL也可以使用浏览器打开
Original file line number Diff line number Diff line change 19
19
<key >NSHighResolutionCapable </key >
20
20
<true />
21
21
<key >CFBundleVersion </key >
22
- <string >0.7.1 </string >
22
+ <string >0.7.2 </string >
23
23
<key >CFBundleShortVersionString </key >
24
- <string >0.7.1 </string >
24
+ <string >0.7.2 </string >
25
25
</dict >
26
26
</plist >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ internal class AppConfig : IAppConfig
6
6
{
7
7
public string AppId => Env . AppId ;
8
8
public string AppStringId => "SyncClipboard.Desktop" ;
9
- public string AppVersion => "0.7.1 " ;
9
+ public string AppVersion => "0.7.2-beta1 " ;
10
10
public string UpdateApiUrl => "https://api.github.com/repos/Jeric-X/SyncClipboard.Desktop/releases" ;
11
11
public string UpdateUrl => "https://github.com/Jeric-X/SyncClipboard.Desktop/releases/latest" ;
12
12
}
Original file line number Diff line number Diff line change
1
+ 0.7.2
2
+ - 修复:服务端产生大量图片文件
3
+ - 变更:轮询间隔设置为0时在内部限制为0.5秒
4
+ - 功能:支持更新到预览版本
5
+
1
6
0.7.1
2
7
- 修复:macOS menu bar图标无法自动自适应系统主题(https://github.com/Jeric-X/SyncClipboard/issues/73 )
3
8
- 修复:无法自动删除本地临时文件
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ internal class AppConfig : IAppConfig
6
6
{
7
7
public string AppId => Env . AppId ;
8
8
public string AppStringId => "SyncClipboard.WinUI" ;
9
- public string AppVersion => "2.8.1 " ;
9
+ public string AppVersion => "2.8.2-beta1 " ;
10
10
public string UpdateApiUrl => "https://api.github.com/repos/Jeric-X/SyncClipboard/releases" ;
11
11
public string UpdateUrl => "https://github.com/Jeric-X/SyncClipboard/releases/latest" ;
12
12
}
You can’t perform that action at this time.
0 commit comments