Commit Graph

49 Commits

Author SHA1 Message Date
X1a0He
8a73709fb1 perf: Rendering performance optimizations
- UI rendering
- App load rendering
- Scroll rendering
2025-03-29 17:41:20 +08:00
X1a0He
e54bd11125 release: v2.0.0 2025-03-27 23:49:06 +08:00
X1a0He
cfdd0ed696 feat: Add a second confirmation when canceling a task 2025-03-27 21:50:38 +08:00
X1a0He
febf8d4a45 feat: Product card fade-in animation 2025-03-27 20:51:02 +08:00
X1a0He
bdc698b3e4 feat: Show module list only in DEBUG mode 2025-03-27 17:14:34 +08:00
X1a0He
434e1ead09 fix: Reset Program 2025-03-27 16:39:52 +08:00
X1a0He
96a8fc5934 fix: Helper 2025-03-27 16:18:35 +08:00
X1a0He
ee2ac727ce fix: Fixed the issue where a successful backup prompt failed 2025-03-27 14:49:57 +08:00
X1a0He
f823984b7f feat: Brings a new transparent glass material background
- fix: Fixed the issue where the 182/107 error code appeared during installation on some models and scenarios
2025-03-27 01:05:20 +08:00
X1a0He
5b5de8900e refactor: DownloadProgressView, InstallProgressView, AboutView
- Refactoring download logic and dependency crawling logic.
2025-03-21 00:41:17 +08:00
X1a0He
83abcc7316 refactor: AboutView, AppCardView, VersionPickerView
1. AboutView: Subdivided some Views
2. AboutView: Added the display of system version number and specific chip model
3. AppCardView: Added the display of the minimum system version and module display
4. AppCardView: Optimized the display of the number of available versions and the number of dependent components
5. VersionPickerView: Added the product icon display in the Header part
6. VersionPickerView: Optimized the download architecture prompt
7. VersionPickerView: Optimized the display of product version, provided the display of productVersion and buildGuid
8. VersionPickerView: Optimized the display of dependent components, added the display of total number of dependencies and buildGuid
9. VersionPickerView: In DEBUG mode, you can check whether the dependent component hits the correct version, the selected version, and the reason for not hitting, and added the selected version icon
10. VersionPickerView: Adjusted the version display of dependent components, and no longer displayed baseVersion by default
11. VersionPickerView: Added optional module display and information
2025-03-06 01:40:01 +08:00
X1a0He
4b9dc3d417 refactor: complete initial reconstruction 2025-03-05 21:09:14 +08:00
X1a0He
b816dcf159 refactor: save works 2025-02-27 23:02:52 +08:00
X1a0He
a6d234f49a release: v1.5.1 2025-02-07 00:07:50 +08:00
X1a0He
d3835005fb fix: Fix the issue with download tasks
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
2025-02-06 16:29:59 +08:00
X1a0He
2cb51c7076 feat: Added "Cleanup Tool" and "Common Issues" functions in the program settings page
1. Fixed the issue of Helper not being able to reconnect in some cases
2. Fixed the issue of not being able to reconnect after reinstalling the program and reinstalling Helper
3. Adjusted the content translation of X1a0He CC, version 1.5.0 can choose "Download and Process" and "Only Download"
4. Adjusted the translation of some Setup component content
5. Added "Cleanup Tool" and "Common Issues" functions in the program settings page
6. Added the current version display in the program settings page
- 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
2025-02-05 23:09:46 +08:00
X1a0He
ffee99518d fix: Fixed the issue of installation failure with error code 255
- Added a new feature: in Debug mode, the handling and backup status of the CC component will not be checked
- Adjusted the translation of some installation prompt messages
2025-01-26 02:09:58 +08:00
X1a0He
a7529b6c44 release: v1.4.0 2025-01-14 17:53:41 +08:00
X1a0He
9fb6825a17 release: v1.3.1 2024-11-19 01:06:30 +08:00
X1a0He
5d9312f5c7 fix: Fixed the issue with APRO pause and cancel logic failure. 2024-11-18 21:56:34 +08:00
X1a0He
db6c25e32c feat: Remove xml parsing and use json parsing. 2024-11-18 20:33:45 +08:00
X1a0He
3e3c12e37b fear: Simulate ACC download logic. 2024-11-18 13:51:54 +08:00
X1a0He
735b3d6191 feat: Add reset procedure & released version 1.3.0 2024-11-16 14:48:57 +08:00
X1a0He
33daa8fef2 fix: Fix the issue of installation failure caused by abnormal number of dependencies and packages. 2024-11-15 23:32:51 +08:00
X1a0He
5fb265105d perf: Optimized the connection interaction with Helper. 2024-11-15 19:34:29 +08:00
X1a0He
fb33915c94 perf: Save works 2024-11-15 17:47:15 +08:00
X1a0He
6411b478aa fix: Adjust the way to obtain the version number of the Setup component to fix the crash issue under macOS 13. 2024-11-14 13:30:13 +08:00
X1a0He
c44b3f3c9c feat: Call Setup through Helper to install and get progress. 2024-11-13 23:56:07 +08:00
X1a0He
95a534c007 feat: Add Helper status monitoring. 2024-11-13 13:20:25 +08:00
X1a0He
1546dd6af4 feat: Add Helper to solve permission issues. 2024-11-13 08:37:50 +08:00
X1a0He
fc231243d1 feat: Add downloading of Setup components from GitHub. 2024-11-11 21:41:47 +08:00
X1a0He
be2b160a06 feat: Detection of Setup components and version 2024-11-11 19:16:56 +08:00
X1a0He
6de8104084 Add: Support task record persistence. 2024-11-09 23:15:50 +08:00
X1a0He
889755493b Update: New implementation replaces windowResizability to adapt to macOS 12.0+ (Maybe). 2024-11-08 22:26:19 +08:00
X1a0He
186297bf05 Fix: Fixed the issue that when launching the program for the first time, the default directory is Downloads, which causes a download error message. 2024-11-08 14:48:40 +08:00
X1a0He
6173799833 Fix: Fixed the issue where the number of downloaded packages and total packages was not updated during task download. 2024-11-07 21:31:29 +08:00
X1a0He
6b191c3839 Add: Added Sparkle for checking update and fix some bugs. 2024-11-07 16:14:42 +08:00
X1a0He
bc51149048 Update: Supports macOS 13.5 and above. 2024-11-06 21:57:17 +08:00
X1a0He
db6046141a Add: Chinese readme 2024-11-06 16:51:00 +08:00
X1a0He
bcac77f1c1 Add: Added architecture selection, for more update logs, please see Update-log.md. 2024-11-06 10:09:16 +08:00
X1a0He
665fb4b7ff Update: Added Setup processing for Intel chips, thanks @aronychen. 2024-11-05 21:18:20 +08:00
X1a0He
ab244c4e5f Fix: Warnings in AppCardView on Swift 6. 2024-11-05 20:34:23 +08:00
X1a0He
0820135338 Update: Setup file processing is now supported, but Intel chips are not yet supported. 2024-11-05 20:30:18 +08:00
X1a0He
8b776c8cc3 Update: Now supports complete dependency download and package download, and optimizes the corresponding UI display, but there is a problem that the status does not change when the task is completed. Anyway, good night. 2024-11-04 00:29:08 +08:00
X1a0He
bc07240bc2 Rewrite: Rewrite the dependency acquisition logic and product dependency logic, but there is a problem that the package download progress and download status cannot be updated. 2024-11-03 00:12:38 +08:00
X1a0He
6b56029c55 Optimize: The display of the About page, Language selection page, Version selection page, and Settings page. 2024-11-01 14:34:59 +08:00
X1a0He
c22a3fe7a0 Fix: The language and directory of the home page and settings page are out of sync 2024-11-01 13:19:01 +08:00
X1a0He
f1277231c5 Update: Change minimun deployments to macOS 14 2024-10-31 22:49:00 +08:00
X1a0He
319a3d744b Init: Initially complete the basic download and installation functions 2024-10-31 22:35:22 +08:00