Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeric-X committed Sep 27, 2023
1 parent 177e1ab commit 1ce1579
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
v2.0.1.3 (working)
v2.1.0
- 更改临时文件储存位置到系统appdata目录
- 支持被动模式
- 开启本地服务器时支持客户端混合模式
- WinUI:
- 支持托盘图标tooltip
- 设置任务栏和任务管理器图标
- 关闭右键菜单动画

v2.0.1
- WinUI:
Expand Down
2 changes: 1 addition & 1 deletion SyncClipboard.Core/Commons/Env.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public static class Env
{
public const string SoftName = "SyncClipboard";
public const string HomePage = "https://github.com/Jeric-X/SyncClipboard";
public const string VERSION = "2.0.1.3";
public const string VERSION = "2.1.0";
public static readonly string Directory = AppDomain.CurrentDomain.BaseDirectory;
public static readonly string AppDataDirectory = GetAppDataDirectory();
public static readonly string ProgramPath = Environment.ProcessPath ?? "";
Expand Down

0 comments on commit 1ce1579

Please sign in to comment.