Skip to content

Commit

Permalink
Merge pull request #12 from Nigh/version-release
Browse files Browse the repository at this point in the history
version update & logo upload
  • Loading branch information
Nigh authored Aug 31, 2023
2 parents e426987 + 955e859 commit 5640252
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified icon.ico
Binary file not shown.
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions meta.ahk
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@

FileEncoding("UTF-8")
appName:="auto upgrader"
version:="0.0.3"
version:="0.1.0"
versionFilename:="version.txt"
ahkFilename:="app.ahk"
binaryFilename:="PicQuickCompare.exe"
downloadFilename:="PicQuickCompare.zip"
downloadUrl:="/Nigh/PicQuickCompare/releases/latest/download/"
update_log:="
(
1. 优化DPI缩放后的尺寸计算
2. 修复窗口尺寸约束计算错误
3. 添加图片名称指示器
4. 添加交换按钮,交换对比的两张图
1. 添加快捷键 空格 临时切换图片
2. 添加快捷键 s 交换图片顺序
3. 添加快捷键 ctrl+w 关闭窗口
4. 窗口尺寸改变时自动居中
)"

0 comments on commit 5640252

Please sign in to comment.