Skip to content

Releases: alienator88/Pearcleaner

v3.8.5

12 Aug 22:35
Compare
Choose a tag to compare

Changes

  • Leftover files list, you can now right click an item to add to exclusions list - #93
  • Show github issue links in the release notes on Update tab - #92

Fixed

  • Application scripts folder sometimes not found on initial search, but subsequent searches would be found - #94
  • When deleting a file which requires sudo, cancelling the password prompt would not exit the function as expected - #91

v3.8.4

05 Aug 15:44
91f4ddd
Compare
Choose a tag to compare

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

03 Aug 04:13
Compare
Choose a tag to compare

Changes

  • Re-wrote leftover file search algorithm, it's now almost instantaneous (~1 second) - via #82

Fixed

  • Fix leftover file CPU usage with large amount of apps - via #82
  • Fix app list scroll lag on load with large amount of apps - via #82
  • Fix menubar icon switching back to default icon after app restart

v3.8.2

20 Jul 16:32
bd46cae
Compare
Choose a tag to compare

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

18 Jul 19:33
72da0ba
Compare
Choose a tag to compare

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

08 Jul 17:05
b53beaf
Compare
Choose a tag to compare

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

04 Jul 00:29
0b0d173
Compare
Choose a tag to compare

Fixed

  • Appearance mode was being set on app launch instead of when observing OS appearance changes - #65

v3.7.7

02 Jul 22:12
c7e6324
Compare
Choose a tag to compare

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.

image

v3.7.6

26 Jun 18:39
f6b0044
Compare
Choose a tag to compare

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

24 Jun 17:37
Compare
Choose a tag to compare

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