Files
Adobe-Downloader/update-log.md
2024-11-13 13:20:25 +08:00

5.7 KiB
Raw Blame History

Change Log

2024-11-13 00:00 更新日志

1. 新增可选API版本 (v4, v5, v6)
2. 引入 Privilege Helper 来处理所有需要权限的操作

2024-11-11 21:00 更新日志

1. 调整程序启动时 sheet 的弹出顺序
2. 设置中添加了 Setup 组件的检测和版本号检测,支持在设置中重新备份与处理
3. 调整 Setup 组件的检测,不再需要完整安装 Adobe Creative Cloud
4. 增加了安装前 Setup 组件是否已处理的判断,未处理 Setup 组件,无法使用安装功能
5. 调整 Setup 组件检测弹窗界面
6. 增加从 GitHub 中下载 Setup 组件,无法访问 GitHub 的用户可能会出现无法下载的问题

PS: Setup 组件的来源均为 Adobe Creative Cloud 官方提取,可能存在更新不及时
====================

1. Adjust the order of sheet pop-up when the program starts
2. Added detection of Setup components and version number detection in settings, supporting re-backup and processing in
   settings
3. Adjusted detection of Setup components, no longer requiring full installation of Adobe Creative Cloud
4. Added judgment of whether Setup components have been processed before installation. If Setup components are not
   processed, the installation function cannot be used
5. Adjusted the pop-up interface of Setup component detection
6. Added downloading of Setup components from GitHub. Users who cannot access GitHub may encounter problems with
   download failure

PS: The sources of Setup components are all extracted from Adobe Creative Cloud, so they may not be updated in time.
image image image

2024-11-09 23:00 更新日志

1. 修复了初次启动程序时,默认下载目录为 "Downloads" 导致提示 你不能存储文件“ILST”因为该宗卷是只读宗卷 的问题
2. 新的实现取代了 windowResizability 以适应 macOS 12.0+(可能)
3. 新增下载记录持久化功能(M1 Max macOS 15上测试正常未测试其他机型)

PS: 此版本改动略大如有bugs请及时提出
====================

1. Fixed the issue that when launching the program for the first time, the default directory is "Downloads", which
   causes a download error message
2. New implementation replaces windowResizability to adapt to macOS 12.0+ (Maybe)
3. Added task record persistence(Tested normally on M1 Max macOS 15, other models not tested)

PS: This version has been slightly changed. If there are any bugs, please report them in time.

2024-11-07 21:10 更新日志

1. 修复了当系统版本低于 macOS 14.6 时无法打开程序的问题,现已支持 macOS 13.0 以上
2. 增加 Sparkle 用于检测更新
3. 当默认目录为 未选择 时,将 下载 文件夹作为默认目录
4. 当通过 Adobe Downloader 安装遇到权限问题时,提供终端命令让用户自行安装
5. 调整了文件已存在的 UI 显示
6. 修复了在任务下载中,已下载包与总包数量不更新的问题

====================

1. Support macOS 13.0 and above
2. Added Sparkle for checking update
3. When the default directory is not selected, the Downloads folder will be used as the default directory
4. When installing via Adobe Downloader and encountering permission issues, provide terminal commands to allow users to
   install by themselves
5. Adjusted the UI display of existing files
6. Fixed the issue where the number of downloaded packages and total packages was not updated during task download
image image image image

2024-11-06 15:50 更新日志

1. 增加程序首次启动时的默认配置设定与提示
2. 增加可选架构下载,请在设置中进行选择
3. 修复了版本已存在检测错误的问题 (仅检测文件是否存在,并不会检测是否完整)
4. 移除主界面的语言选择和目录选择,移动到了设置中
5. 版本选择页面增加架构提示
6. 移除了安装程序的机制,现在不会再生成安装程序
7. 增加了Adobe Creative Cloud安装检测未安装前无法使用

====================

1. Added default configuration settings and prompts when the program is started for the first time
2. Added optional architecture downloads, please select in settings
3. Fixed the problem of version detection error (only checks whether the file exists, not whether it is complete)
4. Removed the language selection and directory selection on the main interface and moved them to settings
5. Added architecture prompts on the version selection page
6. Removed the installer mechanism, and now no installer will be generated
7. Added Adobe Creative Cloud installation detection, which cannot be used before installation

2024-11-05 21:15 更新日志

1. 增加Intel机型的Setup处理感谢@aronychen

====================

1. Added Setup processing for Intel chips, thanks @aronychen

2024-11-05 15:05 更新日志

1. 初始化仓库

====================

1. Init repo