Skip to content

Commit

Permalink
Windows v2.8.6 Desktop v0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeric-X committed Oct 5, 2024
1 parent a108e8c commit 896feb2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v2.8.6
- 功能:增加快捷键:手动上传(忽略内容控制)(#122, #115)
- 功能:使用环境变量设置独立服务器的账号和密码(#114)
- 修复:在office或wps表格中复制内容后剪贴板失去格式信息(#130)
- 修复:创建快捷方式失败导致系统通知失效时:不再异常退出,并在服务状态页面展示错误(#128)
- 修复:重试次数设为0时上传失败(#117)

v2.8.5
- 修复:使用aliyundrive-webdav及其衍生工具作为服务器时无法上传(#98)
- 功能:添加多种同步内容控制开关(上传/下载/文本/文件/文件夹/文件类型)(#90, #111)
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.6</string>
<string>0.7.7</string>
<key>CFBundleShortVersionString</key>
<string>0.7.6</string>
<string>0.7.7</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.6";
public string AppVersion => "0.7.7";
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.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)
- 修复:重试次数设为0时上传失败(https://github.com/Jeric-X/SyncClipboard/issues/117)

0.7.6
- 修复:使用aliyundrive-webdav及其衍生工具作为服务器时无法上传(https://github.com/Jeric-X/SyncClipboard/issues/98)
- 功能:添加多种同步内容控制开关(上传/下载/文本/文件/文件夹/文件类型)(https://github.com/Jeric-X/SyncClipboard/issues/90 , https://github.com/Jeric-X/SyncClipboard/issues/111)
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.5";
public string AppVersion => "2.8.6";
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 896feb2

Please sign in to comment.