Releases: alienator88/Pearcleaner
Releases · alienator88/Pearcleaner
v3.5.1
Fixed
- Make changes to Auto appearance mode by adding a theme observer notification
- Move conditions from file search function to individual struct for unique app files to make code more readable
- Fix missing files in containers and logs folders for some apps from latest GitHub issues
- Remove instant search pre-loader setting as the regular search is now quick enough to not be needed
- Remove open in finder folder button next to files as this can now be triggered by clicking the file item or right click context menu
Features
- Add setting in General tab for size display mode (Real, Logical, Finder)
- Added function to pull unique app conditions from github repo. This allows for fixing issues where app files are not found for certain apps by updating the
conditions.json
file in the repo and not having to release a whole new app version. These conditions are pulled on app startup. - Add right click context menu to files in the file list which gives a few options like Open app, copy path, open in Finder.
v3.5.0
Fixed
- Align drop zone image to center
- Divider color
- Padding at top of menubar view
- Fix top bar padding in regular mode
Features
- Add finder extension for easily uninstalling apps with Pearcleaner straight from Finder.
Right click .app > Pearcleaner Uninstall
- Enable/show finder extension status in
Settings > General > Finder Extension
- Add theme system in regular, mini and menubar mode
- Add preset theme colors
- Monospace numbers throughout the app
- Added flip animation to progress counter/increased size
v3.4.2
Fixed
- App name capitalization issue in certain cases
- File search cleanup not removing duplicate parent/child paths correctly sometimes
- Logic for finding certain apps with more complicated file structures
v3.4.1
Fixed
- Folders tab in settings pointing to wrong tab
v3.4.0
Fixed
- Fix Auto appearance mode not respecting OS mode
- Mini or regular window not closing when switching types
- Dividers in file list view not always showing correctly
Features
v3.3.4
Fixed
- Add outlier conditions on file searches for certain applications
- Reformat search function to find directories first, files second. If files already exist in directory collection, skip it to avoid duplicating work
v3.3.3
Fixed
- Leftover file search not working when instant search is disabled. Remnant from the function re-write in last update.
- Reverse Search didn't fully kill function once retry limit was reached
v3.3.2
Fixed
- Prevent removing nested parent folder of the application bundle
- App not being removed from list correctly if nested
- Changed logic when removing individual app files from the list (Removing app bundle itself, removes it from app list. Removing non-app bundle files will leave the app in the list for future use)
v3.3.1
Fixed
- Leftover file search not filtering by lastPathComponents as well
- Deleting one selected file from an app, fully removed app from app list
- Item selection/sorting layout/icons
- Transparency on FilesView popover
- Upgrade check did not distinguish between standard/admin users
- Alpha sorting order was not filtering by file name, but the path instead
v3.3.0
Fixed
- Misc layout/color changes
- Rescan button for leftover file search missing in regular mode
- Completely refactored all the main logic functions from the ground up to increase performance, efficiency and code readability
New Features
- Added Settings tab
Folders
for adding more directories where Pearcleaner should search for app files - Show progress bar on app startup when loading all app files with instant search enabled
- Add app icon background color in FilesView based on the icon's average color mapping
- Add time counter to progress view