Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeric-X committed May 27, 2023
1 parent 20b7c19 commit a84092f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
V1.5.0(working on)
v1.5.0
- 功能:新增内置服务器
- 修复:复制单个视频文件导致剪切板异常与cpu升高
- 功能:图片兼容性优化支持avif
Expand Down
2 changes: 1 addition & 1 deletion SyncClipboard/Env.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace SyncClipboard
internal static class Env
{
public const string SoftName = "SyncClipboard";
public const string VERSION = "1.4.2";
public const string VERSION = "1.5.0";
internal static readonly string Directory = System.Windows.Forms.Application.StartupPath;
internal static readonly string LOCAL_FILE_FOLDER = FullPath("file");
internal static string FullPath(string relativePath)
Expand Down

0 comments on commit a84092f

Please sign in to comment.