Releases: alienator88/Pearcleaner
Releases · alienator88/Pearcleaner
v5.0.8
v5.0.7
What's New
v5.0.6
What's New
- Make changes to Updater to support arch specific downloads to cut app size in half
- Update lipo function to support recursively thinning the following file types instead of just the main binary in the bundle (.dylib, .so, .bundle, .appex, .xpc, .framework, .app, all unix executable binaries)
- Translation updates
- Fix debug console log line formatting - #325
- Bounce animation for sidebar on view change and adjust padding
v5.0.5
v5.0.4
v5.0.3
v5.0.2
What's New
v5.0.1
What's New
- Exclude associated files in orphan file view and persist after app restart - #303
- Add setting toggle to hide the SUPER invasive greeting on the home page - #302
- Allow updater tab to manually check for new releases when set to Never
- Fix fullscreen view getting cut off at the top by the titlebar - #304
v5.0.0
What's New
- This v5.0.0 release is pretty big with a ton of new additions and changes. It's likely there's bugs I've missed, so if you see anything funky, send me a GitHub issue.
- The mini/menubar layout modes have been removed going forward due to low usage (less than 10%) and the added complexity it brought to development. Maintaining multiple views caused some windowing issues and slowed down work, so future updates will focus on the regular window mode only. This change helps narrow down the scope and improve overall quality. Sorry to those that were using either of those modes 😢.
- New app design with left sidebar to accomodate newly added features
- New theme system in Interface which allows multiple component customization
- macOS Installer PKG manager view in sidebar (Beta, some functions might not be 100% yet)
- Launch agent/daemon/service manager view in sidebar (Beta, some functions might not be 100% yet)
- New sidebar with details for Files list view, Lipo view, Orphans view (These views now have a sidebar toggle at bottom right)
- Option in Lipo sidebar to only show apps with savings of over 1MB in size
- Search sensitivity slider in Settings > General to allow customization of how aggressive file searching is
- Add path sorting to orphans and file list views - #295
- Add option to Exclude apps from Lipo view (in the right sidebar) - #291
- Add Caches/SentryFolder search locations - #293
- Add new paths for VS Code, Cursor and also a workspace cleaner for these - #286
- Performance enhancements (parallelism, lazy loading data, quicker app list load on startup)