generated from Nigh/ahk-autoupdate-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from Nigh/v0_2_5-update
V0.2.5 update
- Loading branch information
Showing
12 changed files
with
256 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,5 @@ $RECYCLE.BIN/ | |
dist/ | ||
|
||
*.ini | ||
|
||
compile_prop.ahk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "ahk-compile-toolset"] | ||
path = ahk-compile-toolset | ||
url = https://github.com/Nigh/ahk-compile-toolset.git |
Submodule ahk-compile-toolset
added at
1989c4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,23 @@ | ||
FileEncoding("UTF-8") | ||
appName := "PicQuickCompare" | ||
version := "0.2.4" | ||
version := "0.2.5" | ||
versionFilename := "version.txt" | ||
ahkFilename := "app.ahk" | ||
binaryFilename := "PicQuickCompare.exe" | ||
downloadFilename := "PicQuickCompare.zip" | ||
downloadUrl := "/Nigh/PicQuickCompare/releases/latest/download/" | ||
GitHubID := "Nigh" | ||
repoName := "PicQuickCompare" | ||
downloadUrl := "/" GitHubID "/" repoName "/releases/latest/download/" | ||
update_log := " | ||
( | ||
v0.2.X 更新日志 | ||
1. 增加Exif信息显示 | ||
2. 根据Exif信息自动旋转图片 | ||
3. 修复v0.2.0版本Exif只能获取英文系统的问题 | ||
4. 修复v0.2.1版本读取不含Exif文件报错的问题 | ||
5. 增加后台运行模式,选中图片按Ctrl+Q即可直接比较 | ||
6. 重写了DPI缩放逻辑,图片控件不再因为DPI缩放而模糊 | ||
3. 增加后台运行模式,选中图片按Ctrl+Q即可直接比较 | ||
4. 重写了DPI缩放逻辑,图片控件不再因为DPI缩放而模糊 | ||
5. 更新了编译工具链,使用C重写了部分升级相关功能,使得打包体积减小了一半 | ||
6. 减小了字体的DPI缩放系数 | ||
7. 过长文件名缩略显示 | ||
8. 添加图片尺寸与文件大小显示 | ||
9. 对LOGO启用DPI缩放 | ||
)" |
Oops, something went wrong.