Skip to content

Releases: alienator88/Pearcleaner

v5.0.8

16 Sep 00:22

Choose a tag to compare

What's New

  • Lipo warning alert on first launch of the view - #335
  • Disable selected app item animation on x button as it was laggy at times
  • Update to Xcode 26/macOS Tahoe toolchain
  • Update icon to work with glass dynamically

v5.0.7

12 Sep 21:44

Choose a tag to compare

What's New

  • Convert orphans bottom toolbar exclude button into an actions button which can now also link multiple files to an app - #333
  • Move GitHub menubar items into Help menu
  • Fix Intellij Idea bundle id condition issue - #328
  • Fix orphans onboarding warning sheet show behavior glitch
  • Translation updates

v5.0.6

03 Sep 20:48

Choose a tag to compare

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

29 Aug 18:30

Choose a tag to compare

What's New

  • Update translations
  • App list item close button with scaled animation
  • Get purgeable size for dashboard disk usage - #320
  • Add 3D volume switcher when more than 1 volume is detected
  • Add deno/pnpm paths for dev view - PR321

v5.0.4

22 Aug 21:48

Choose a tag to compare

What's New

  • Update translations
  • Remove standard file checks since they are not needed anymore and it filtered out some file types - #312
  • Show per-app search sensitivity slider in each app’s sidebar view - #319
  • Miscellaneous layout/UI fixes
  • Fix unicode handling for path URLs in all scripts - #317

v5.0.3

19 Aug 16:20
290a5ea

Choose a tag to compare

What's New

  • Find files in recent documents folder - #312
  • Fix bug in file search algorithm
  • Fix package manager refreshing on every remove/forget action - #316
  • Various steam game support fixes

v5.0.2

18 Aug 18:57

Choose a tag to compare

What's New

  • Basic Steam games support - #296
  • Add extra sorting options to Lipo, Services screens - #309
  • Restrict workspace cleaner height - #308
  • Remove toolbar in fullscreen mode - #311
  • Make “Check for Updates” button in main Pearcleaner menubar item work when set to Never as well, same as the Update tab

v5.0.1

13 Aug 22:05

Choose a tag to compare

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

12 Aug 23:25

Choose a tag to compare

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)

v4.5.3

21 Jul 17:51
8a29d66

Choose a tag to compare

What's New

  • Fix race condition with parent/child folder search - #282
  • Add setting toggle in General tab to allow files to be permanently deleted instead of moved to Trash folder first - #283
  • Add Export/Import settings buttons in About tab - #284