Skip to content

Releases: alienator88/Pearcleaner

v3.5.1

18 Apr 17:25
Compare
Choose a tag to compare

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

12 Apr 22:54
Compare
Choose a tag to compare

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

slate
dracula
menu

v3.4.2

11 Apr 20:21
Compare
Choose a tag to compare

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

09 Apr 21:27
Compare
Choose a tag to compare

Fixed

  • Folders tab in settings pointing to wrong tab

v3.4.0

09 Apr 16:43
b59002a
Compare
Choose a tag to compare

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

  • New trash button with size of selected items displayed on it - via #40
  • Show how many items are selected from total - via #40
  • New setting to choose default sorting mode, will be remembered on launch

v3.3.4

04 Apr 21:28
2c45dc4
Compare
Choose a tag to compare

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

03 Apr 16:29
Compare
Choose a tag to compare

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

29 Mar 23:25
Compare
Choose a tag to compare

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

23 Mar 00:15
9322891
Compare
Choose a tag to compare

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

21 Mar 17:40
6b71708
Compare
Choose a tag to compare

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