release: v1.5.1

This commit is contained in:
X1a0He
2025-02-07 00:07:50 +08:00
parent 8f80b70082
commit a6d234f49a
7 changed files with 111 additions and 29 deletions

View File

@@ -416,7 +416,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 150;
CURRENT_PROJECT_VERSION = 151;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Adobe Downloader/Preview Content\"";
DEVELOPMENT_TEAM = TG862GVKHK;
@@ -432,7 +432,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.x1a0he.macOS.Adobe-Downloader";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -450,7 +450,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 150;
CURRENT_PROJECT_VERSION = 151;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Adobe Downloader/Preview Content\"";
DEVELOPMENT_TEAM = TG862GVKHK;
@@ -466,7 +466,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.x1a0he.macOS.Adobe-Downloader";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;

View File

@@ -31,7 +31,7 @@
shouldAutocreateTestPlan = "YES">
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"

View File

@@ -11,7 +11,6 @@
},
"(可能导致处理 Setup 组件失败)" : {
"extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
@@ -22,7 +21,6 @@
}
},
"(将导致无法使用安装功能)" : {
"extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
@@ -288,6 +286,7 @@
},
"Debug 模式" : {
"extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
@@ -1385,6 +1384,7 @@
}
},
"将执行的命令:" : {
"extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
@@ -1425,6 +1425,7 @@
}
},
"展开全部" : {
"extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
@@ -1445,7 +1446,6 @@
}
},
"已处理" : {
"extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
@@ -1456,7 +1456,6 @@
}
},
"已备份" : {
"extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
@@ -1662,6 +1661,7 @@
}
},
"折叠全部" : {
"extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
@@ -1891,7 +1891,14 @@
}
},
"无法连接到服务器" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Server unreachable"
}
}
}
},
"无法连接到服务器: %@" : {
"comment" : "Server unreachable",
@@ -2092,9 +2099,6 @@
}
}
}
},
"查看持久化文件" : {
},
"检查中" : {
"localizations" : {
@@ -2610,7 +2614,14 @@
}
},
"程序退出" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Program exited"
}
}
}
},
"程序重启后自动暂停" : {
"localizations" : {

View File

@@ -2,6 +2,43 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>Adobe Downloader</title>
<item>
<title>1.5.1</title>
<pubDate>Fri, 07 Feb 2025 00:01:36 +0800</pubDate>
<sparkle:version>151</sparkle:version>
<sparkle:shortVersionString>1.5.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>12.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/X1a0He/Adobe-Downloader/releases/download/1.5.1/Adobe.Downloader.dmg"
length="10701341" type="application/octet-stream"
sparkle:edSignature="ks3V4B7KdV5vx8WS+eN1CUJNNMHqppa69hcHowqDxEFyme9P7pUY+Tza5v4Mz+TTGAlVqxh9MgHzG6ZqhTOVBw=="/>
<description>
<![CDATA[
<style>ul{margin-top: 0;margin-bottom: 7;padding-left: 18;}</style>
<h4>Adobe Downloader 更新日志: </h4>
<ul>
<li>1. 修复了当任务下载完成后,退出程序重新进入时,状态显示非已完成的问题</li>
<li>2. 修复了某种情况下,任务会被多次添加的问题</li>
<li>3. 修复了 Acrobat 产品错误显示 "命令行安装" 按钮的问题</li>
<li>4. 修复了当本地存在了已下载的文件,但持久化数据被删除后,需要每次点击 "使用现有程序" 才会创建任务的问题</li>
<li>5. 修复了点击 "使用现有程序" 创建完任务后不会创建持久化文件的问题</li>
<li>6. 在 DEBUG 模式下,添加了 "查看持久化文件" 的按钮</li>
</ul>
<h4>PS: ⚠️ 1.5.x 版本将会是最后一个开源版本,请知晓</h4>
<hr>
<h4>Adobe Downloader Changes: </h4>
<ul>
<li>1. Fixed the issue where after the task download is completed, the program will prompt that it has been paused when</li>
<li>re-entering the program</li>
<li>2. Fixed an issue where tasks were loaded multiple times.</li>
<li>3. Fixed an issue where Acrobat products displayed the "Command Line" button incorrectly.</li>
<li>4. Fixed the issue that when the downloaded file exists locally but the persistent data is deleted, the task needs to be created every time by clicking "Use existing program"</li>
<li>5. Fixed the issue that the persistent file will not be created after clicking "Use existing program" to create the task</li>
<li>6. Add a 'View Persistent Files' button to download progress in DEBUG mode</li>
</ul>
<h4>PS: ⚠️ 1.5.x version will be the last open source version, please be aware</h4>
]]>
</description>
</item>
<item>
<title>1.5.0</title>
<pubDate>Wed, 05 Feb 2025 23:07:07 +0800</pubDate>

View File

@@ -80,12 +80,19 @@ when prompted.
- For historical update logs, please go to [Update Log](update-log.md)
- 2025-01-26 Update Log
- 2025-02-06 Update Log
```markdown
1. Fixed the issue of installation failure with error code 255.
2. Added a new feature, in Debug mode, the handling and backup status of the CC component will not be checked.
3. Adjusted the translation of some installation prompt messages.
1. Fixed the issue where after the task download is completed, the program will prompt that it has been paused when
re-entering the program
2. Fixed an issue where tasks were loaded multiple times.
3. Fixed an issue where Acrobat products displayed the "Command Line" button incorrectly.
4. Fixed the issue that when the downloaded file exists locally but the persistent data is deleted, the task needs to be
created every time by clicking "Use existing program"
5. Fixed the issue that the persistent file will not be created after clicking "Use existing program" to create the task
6. Add a 'View Persistent Files' button to download progress in DEBUG mode
PS: ⚠️ 1.5.x version will be the last open source version, please be aware
```
### Language friendly

View File

@@ -71,18 +71,17 @@
- 更多关于 App 的更新日志,请查看 [Update Log](update-log.md)
- 2025-02-05 更新日志
- 2025-02-06 更新日志
```markdown
1. 修复部分情况下Helper 无法重新连接的情况
2. 修复部分情况下,重新安装程序以及重新安装 Helper 的无法连接的情况
3. 调整 X1a0He CC 部分1.5.0 版本可以选择 "下载并处理" 和 "仅下载"
4. 调整了部分 Setup 组件的内容翻译
5. 程序设置页中添加 「清理工具」 和 「常见问题」功能
6. 程序设置页中,添加当前版本显示
1. 修复了当任务下载完成后,退出程序重新进入时,状态显示非已完成的问题
2. 修复了某种情况下,任务会被多次添加的问题
3. 修复了 Acrobat 产品错误显示 "命令行安装" 按钮的问题
4. 修复了当本地存在了已下载的文件,但持久化数据被删除后,需要每次点击 "使用现有程序" 才会创建任务的问题
5. 修复了点击 "使用现有程序" 创建完任务后不会创建持久化文件的问题
6. 在 DEBUG 模式下,添加了 "查看持久化文件" 的按钮
PS: 当前版本添加的 「清理工具」功能为实验性功能,如有清理不全,请及时反馈
PS: ⚠️ 1.5.0 版本将会是最后一个开源版本,请知晓
PS: ⚠️ 1.5.x 版本将会是最后一个开源版本,请知晓
```
### 语言支持

View File

@@ -1,5 +1,33 @@
# Change Log
## 2025-02-06 更新日志
[//]: # (1.5.1)
```markdown
1. 修复了当任务下载完成后,退出程序重新进入时,状态显示非已完成的问题
2. 修复了某种情况下,任务会被多次添加的问题
3. 修复了 Acrobat 产品错误显示 "命令行安装" 按钮的问题
4. 修复了当本地存在了已下载的文件,但持久化数据被删除后,需要每次点击 "使用现有程序" 才会创建任务的问题
5. 修复了点击 "使用现有程序" 创建完任务后不会创建持久化文件的问题
6. 在 DEBUG 模式下,添加了 "查看持久化文件" 的按钮
PS: ⚠️ 1.5.x 版本将会是最后一个开源版本,请知晓
====================
1. Fixed the issue where after the task download is completed, the program will prompt that it has been paused when
re-entering the program
2. Fixed an issue where tasks were loaded multiple times.
3. Fixed an issue where Acrobat products displayed the "Command Line" button incorrectly.
4. Fixed the issue that when the downloaded file exists locally but the persistent data is deleted, the task needs to be
created every time by clicking "Use existing program"
5. Fixed the issue that the persistent file will not be created after clicking "Use existing program" to create the task
6. Add a 'View Persistent Files' button to download progress in DEBUG mode
PS: ⚠️ 1.5.x version will be the last open source version, please be aware
```
## 2025-02-05 更新日志
[//]: # (1.5.0)
@@ -13,7 +41,7 @@
6. 程序设置页中,添加当前版本显示
PS: 当前版本添加的 「清理工具」功能为实验性功能,如有清理不全,请及时反馈
PS: ⚠️ 1.5.0 版本将会是最后一个开源版本,请知晓
PS: ⚠️ 1.5.x 版本将会是最后一个开源版本,请知晓
====================
@@ -26,7 +54,7 @@ PS: ⚠️ 1.5.0 版本将会是最后一个开源版本,请知晓
PS: The "Cleanup Tool" function in the current version is an experimental feature. If some files are not cleaned up,
please feedback in time
PS: ⚠️ 1.5.0 version will be the last open source version, please be aware
PS: ⚠️ 1.5.x version will be the last open source version, please be aware
```
## 2025-01-26 更新日志