Commit 66a56c5 1 parent 2facc09 commit 66a56c5 Copy full SHA for 66a56c5
File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- v2.8.0. 1
1
+ v2.8.1
2
2
- 修复:无法自动删除本地临时文件
3
3
- 功能:同步的文字中间含有URL也可以使用浏览器打开
4
4
- 功能:自动检测图标缺失并提示用户下载
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.0. 1 </string >
22
+ <string >0.7.1 </string >
23
23
<key >CFBundleShortVersionString </key >
24
- <string >0.7.0. 1 </string >
24
+ <string >0.7.1 </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.0. 1" ;
9
+ public string AppVersion => "0.7.1" ;
10
10
public string UpdateApiUrl => "https://api.github.com/repos/Jeric-X/SyncClipboard.Desktop/releases/latest" ;
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.0. 1
2
- - 修复:macOS menu bar图标无法自动自适应 (https://github.com/Jeric-X/SyncClipboard/issues/73 )
1
+ 0.7.1
2
+ - 修复:macOS menu bar图标无法自动自适应系统主题 (https://github.com/Jeric-X/SyncClipboard/issues/73 )
3
3
- 修复:无法自动删除本地临时文件
4
4
5
5
0.7.0
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.0. 1" ;
9
+ public string AppVersion => "2.8.1" ;
10
10
public string UpdateApiUrl => "https://api.github.com/repos/Jeric-X/SyncClipboard/releases/latest" ;
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