neon ball
49f4889708
Change wording
2025-07-05 18:11:45 +03:00
neon ball
c0c4f88694
Change formatting
2025-06-29 20:28:41 +03:00
neon ball
dc337a1d25
Note about Big Sur snapshot reversion
2025-06-29 20:23:42 +03:00
neon ball
c5fb325c26
Add a note about Big Sur
2025-05-28 20:22:59 +03:00
neon ball
31664bc571
Update MODELS.md
2025-05-28 20:11:38 +03:00
neon ball
c30b69f7b2
Change macOS Sonoma note from 14.5+ to general
2025-05-28 20:03:37 +03:00
ROSeaboyer
20428a9e6b
Add missing MacBookPro15,3 identifier ( #1164 )
2025-05-18 11:10:45 -04:00
Mykola Grymalyuk
342177b092
Sync CHANGELOG
2.4.0
2025-05-12 09:58:57 -06:00
neon ball
b5698d4a14
Small adjustments
2025-05-12 12:12:50 +03:00
neon ball
a665baaed5
Move Sequoia warning higher
2025-05-12 12:06:59 +03:00
neon ball
c73a86d07f
Small wording change
2025-05-12 12:02:34 +03:00
neon ball
2215d8ea67
Change headline layouts
2025-05-12 11:58:03 +03:00
neon ball
b877fc0f45
Add new method to Time Machine with root patches
2025-05-12 11:51:28 +03:00
Mykola Grymalyuk
b8200ad262
usb11.py: Add USB webcam test patch
2025-05-11 20:36:45 -06:00
Mykola Grymalyuk
09cd863752
Sync CHANGELOG
2025-05-10 21:46:23 -06:00
Mykola Grymalyuk
9bc816f353
Sync PatcherSupportPkg
2025-05-10 21:37:56 -06:00
Mykola Grymalyuk
b19543cac0
Add credit to CHANGELOG
2025-05-10 21:26:56 -06:00
neon ball
26e917b2b0
Tiny addition
2025-05-02 02:14:01 +03:00
neon ball
ac615959a1
Add a minor headline
2025-05-02 02:09:15 +03:00
neon ball
99f5dbd01f
Improve USB 1.1 troubleshoot explainers
2025-05-02 02:03:42 +03:00
neon ball
ff20aab2e8
Small adjustments plus one new method
2025-04-30 13:04:16 +03:00
neon ball
4435c469a2
Add macOS Sequoia auto update note to FAQ
2025-04-28 16:12:44 +03:00
neon ball
9cae696255
Small layout adjustment
2025-04-28 16:11:59 +03:00
neon ball
cad87ba6c0
Add a more thorough explainer for version mismatch err
2025-04-28 16:07:01 +03:00
neon ball
20fdd25444
Remove outdated link leading nowhere
2025-04-26 12:38:41 +03:00
neon ball
0dc904c21e
Add link
2025-04-25 15:32:50 +03:00
neon ball
c822fc0fd7
Move app versioning explainer to FAQ
...
Was previously in SONOMA-DROP.
2025-04-25 15:30:45 +03:00
neon ball
7f9e36e086
A bit more shrinking
2025-04-25 15:11:57 +03:00
neon ball
f35d8495d4
Layout fix
2025-04-25 15:08:16 +03:00
neon ball
6f2353d874
Reduce repetition of USB 1.1 issue explanation
...
Replace OS specific explainers with a link to general troubleshooting section
2025-04-25 15:04:28 +03:00
neon ball
17899778d2
Small change
2025-04-24 14:00:50 +03:00
neon ball
790a932574
Add note about FeatureUnlock race condition possibility
2025-04-24 13:58:13 +03:00
neon ball
3678b72888
Models to collapsible list, other small changes
2025-04-24 13:49:25 +03:00
neon ball
c83658b891
Small layout change
2025-04-24 13:43:43 +03:00
neon ball
6ed2c04ae1
Put the GPUs into collapsible list
2025-04-24 13:38:10 +03:00
neon ball
7491de6b4a
Fix link
2025-04-19 04:38:47 +03:00
neon ball
f6cebfff03
Add Maps note to non-Metal troubleshooting
2025-04-19 04:34:44 +03:00
neon ball
153b3a3823
Add a link to requirements FAQ before installer creation guide
2025-04-19 04:21:54 +03:00
neon ball
77c19e32a0
Restructure and add a note about Maps non-Metal
2025-04-19 04:08:25 +03:00
neon ball
a1d267e7c9
Remove outdated text
2025-04-15 07:18:49 +03:00
neon ball
d43ab53682
Fix outdated OCLP app path
2025-04-15 07:18:10 +03:00
neon ball
91c9aaec1e
Fix sorting and small change
2025-04-15 07:08:19 +03:00
neon ball
4b60389653
Small enhancements
2025-04-15 07:06:16 +03:00
Mykola Grymalyuk
2be8934e9b
Merge pull request #1163 from goneng/fix_high_cpu
...
GUI: Reduce CPU usage II - have smoother UX with faster refresh rate
2025-04-12 18:30:30 -06:00
Gonen
9ac02b0f6b
GUI: Reduce CPU usage II - have smoother UX with faster refresh rate
...
* Set thread_sleep_interval to 0.01s for better UI responsiveness
* Improve thread waiting with thread.join() where applicable (thanks to @sbytnar)
2025-04-05 20:29:07 +03:00
Mykola Grymalyuk
d41d19b3e1
Merge pull request #1157 from goneng/fix_high_cpu
...
GUI: Reduce CPU usage by adding sleep intervals to UI wait loops
2025-04-04 06:58:43 -06:00
neon ball
da8299db27
Add warning about 2GB RAM for newer OS
2.3.2
2025-04-04 02:19:35 +03:00
Gonen
4ce91cad3d
[WIP] GUI: Reduce CPU usage by adding sleep intervals to UI wait loops
...
Fix issue where the GUI main thread was consuming excessive CPU while
waiting for background tasks to complete.
By adding a configurable sleep interval between UI updates,
CPU usage is significantly reduced while maintaining responsiveness.
- Add thread_sleep_interval constant to global Constants class
- Implement wait_for_thread utility function in gui_support
- Update all wxPython event loops to use the new helper
- Test shows approximately 60% CPU usage reduction during waits
2025-04-03 23:18:48 +03:00
Mykola Grymalyuk
95bf012438
CHANGELOG: Fix versioning
2025-04-03 14:03:46 -06:00
Mykola Grymalyuk
f87f803cf2
Sync PatcherSupportPkg
2025-04-03 13:59:13 -06:00