Skip to content

Commit

Permalink
Windows v2.8.1 Desktop v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeric-X committed May 25, 2024
1 parent 2facc09 commit 66a56c5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v2.8.0.1
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.0.1</string>
<string>0.7.1</string>
<key>CFBundleShortVersionString</key>
<string>0.7.0.1</string>
<string>0.7.1</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.0.1";
public string AppVersion => "0.7.1";
public string UpdateApiUrl => "https://api.github.com/repos/Jeric-X/SyncClipboard.Desktop/releases/latest";
public string UpdateUrl => "https://github.com/Jeric-X/SyncClipboard.Desktop/releases/latest";
}
4 changes: 2 additions & 2 deletions src/SyncClipboard.Desktop/Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.7.0.1
- 修复:macOS menu bar图标无法自动自适应(https://github.com/Jeric-X/SyncClipboard/issues/73)
0.7.1
- 修复:macOS menu bar图标无法自动自适应系统主题(https://github.com/Jeric-X/SyncClipboard/issues/73)
- 修复:无法自动删除本地临时文件

0.7.0
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.0.1";
public string AppVersion => "2.8.1";
public string UpdateApiUrl => "https://api.github.com/repos/Jeric-X/SyncClipboard/releases/latest";
public string UpdateUrl => "https://github.com/Jeric-X/SyncClipboard/releases/latest";
}

0 comments on commit 66a56c5

Please sign in to comment.