Releases: alienator88/Pearcleaner
Releases · alienator88/Pearcleaner
v3.8.5
v3.8.4
Changes
- Added animation toggle in settings Interface tab to disable animations - #88
- Added confirmation alert toggle in settings General tab to show a confirmation when deleting files - #86
- Added minimalist toggle in settings Interface to show app list information on one line or two lines - #88
- Removed bold effect in app list on hover as it was redundant - #88
- Pearcleaner now available via main Homebrew repo: brew install pearcleaner - #85
Fixed
- Leftover file search not ignoring installed app Containers with UUID names in new search algorithm - #86
v3.8.3
Changes
- Re-wrote leftover file search algorithm, it's now almost instantaneous (~1 second) - via #82
Fixed
v3.8.2
Fixed
- Fixed menu bar icon mode crashing because of missing environmentObject
- Fixed mini mode crashing because of missing environmentObject
- Fixed some small theme issues on certain tabs in settings
Changes
- Updated menu bar mode icons
v3.8.1
Fixed
- Removing files from leftover files view was not updating the total size number
- Make sure file searches don’t hit home folder, only home/apps folder
- Make sure file searches don’t hit iCloud documents
Changes
- Implement AlinFoundation swift package to modularize a lot of functions like the Updater, Theming, utility functions, etc.
- Make heights auto in Settings tabs
- Credits dropdown in About settings tab
- Sponsors dropdown in About settings tab
v3.8.0
Fixed
- Fix missing Ventura SF Symbol icons
- Fixed Ventura unrecognized selector sent to instance when trying to open Settings window
- Had to create a separation in the theming system based on a custom_theme setting as it was causing some funny behavior in certain edge cases. If custom_theme is disabled, the app will follow OS appearance mode or mode set by user. If enabled, the app will follow end-user custom theme color only and not the OS
v3.7.8
v3.7.7
Features
- New Tips tab in Settings
- Pearcleaner is now signed/notarized with an Apple Developer account (Thanks to a kind redditor for sponsoring it - u/dharsanb)
NOTE: After signing the app with a valid certificate, you will need to fully remove/re-add Pearcleaner in the Accessibility and Full Disk permissions panes as it's seen as a new app. Toggling the permission off and on doesn't seem to register unfortunately, so use the minus button to remove it fully and then add again.
v3.7.6
Fixed Issues
- New architecture check function was using the /usr/bin/lipo command, some macOS installs do not come with that binary unless xcode command line tools is installed. Replaced with the /usr/bin/file command. - via #72
- Also set the above function to run on app file search instead of on app list generation on load
v3.7.5
Fixed Issues
- When searching for web app files, Pearcleaner was also finding browser related files because of the shared bundle id
New Features
- When selecting an app, an architecture badge will now show on the file search page denoting arm, intel or universal