Skip to content

Releases: alienator88/Pearcleaner

v3.0.0

02 Mar 01:46
Compare
Choose a tag to compare

Fixes

  • Fix color mode switching not being remembered on startup
  • Fix folder left behind on deletion if app bundle was not in the root of Applications folder - via #22
  • Reformat layout for mini mode top buttons and search bar

New Features

  • Instant Search: Enable in settings to load app files on startup
  • Semantic Versioning: Going forward will use semver (Ex. v0.0.0)
  • Feature Alert: For each version, a feature alert will popup once on startup to show details
  • Leftover File Cleaning: Search your mac for files leftover by uninstalled apps - via #23
  • Sidebar Drag Handle: Resize the sidebar in regular mode
  • Redesign UI/Settings/Icon: Some new buttons, layout changes, new official app icon and pear color theme accents
  • File Sort: Sort files alphabetically or by size
  • Socket File Removal: Finds socket files that aren't even visible in Finder with show hidden files enabled
  • OSLog Output: Will print errors to the Console app for easier troubleshooting

v2.7

15 Feb 01:08
Compare
Choose a tag to compare

Fixes

  • Fix recursive search crashing if non-directory files exist in Application Support folder - via #20
  • Fix switching mini mode settings toggle not respecting saved window sizes
  • Reformat layout for mini mode top buttons and search bar

New Features

  • Add recursive search in Application Support folder in case files are stored 1 more level down - via #19
  • Add settings slider to adjust regular mode sidebar width
  • Add setting toggle for default app launch view in mini mode (Drop Target View or Apps List View)
  • Switched to indeterminate progress bar when searching for files
  • Clicking on an item when popover is already open will run a search on the new item and update the popover, requiring 1 less click - mini mode
  • Increase lineLimit to show full path in file results view
  • Refresh app lists by hovering over User/System apps count badge

v2.5

05 Feb 18:33
Compare
Choose a tag to compare
  • Fix app not found/crashing if CFBundleShortVersionString missing in Info.plist. Falls back to CFBundleVersion and if that is missing as well, falls back to a hardcoded version of 0.0.0 - via #18
  • Search for path.lastPathComponent of the application to catch a few more files/folders

v2.4

24 Jan 22:41
040138f
Compare
Choose a tag to compare
  • Fix sentinel monitor files detected in trash not opening in popover view for mini mode
  • Toggle for dismissing popover on click as option in General settings tab
  • Fix apps not getting uninstalled if Group Container paths were not created yet from entitlements plist - #16
  • Clicking Drop arrow icon in mini mode closes files view popover
  • Fix Sentinel monitor showing files view when deleting apps from within Pearcleaner
  • Suppress DU standardError pipe when calculating file sizes

v2.3

22 Jan 23:25
Compare
Choose a tag to compare
  • Prevent popover file view in mini mode from dismissing on mouse click. This allows window to be moved around with popover open.
  • Make ForLoop in file search more efficient
  • Add logic to pull Group Container paths directly from the app bundle entitlements dictionary instead of searching by keywords - #12
  • Sort paths alphabetically in file search view

v2.2

27 Dec 16:52
Compare
Choose a tag to compare
  • Fix searching bundle ids for apps that end in -Platform as it was not finding certain files/folders #11
  • Add custom built window management logic to manually store/restore window positioning/dimensions via UserDefaults #10

v2.1

20 Dec 22:01
bafdf4d
Compare
Choose a tag to compare

[x] Fix application window dimensions not being restored sometimes #10
[x] Regular window management behavior restored. Clicking X button to close app only closes the window now. CMD+Q to fully quit is required
[x] Fix missing padding to bottom of mini app list view
[x] Add a catch for when wrapped iOS apps name the app bundle not the same as the app name
[x] Fix wrapped iOS icons not being rounded when wrapper icon isn’t rounded

v2.0

15 Dec 22:11
Compare
Choose a tag to compare
  • Hovering over search icon or to the left of the search icon in mini mode will now expand the search bar fully
  • Search bar cursor will be focused automatically when hovered - #10
  • Fix app list hover effect enlarging the whole row
  • Fix CMD+R hotkey for refreshing app list not showing the "Refreshing applications" loader
  • Fix toggling from regular to mini mode showing app list view initially instead of drop zone - #10
  • Fix file/folder search logic catching some unwanted files for certain apps

v1.9

13 Dec 18:54
8324188
Compare
Choose a tag to compare
  • Fix bug #8 where bundle component search failed for bundles that don't start with com.
  • Edit Transparency label in Settings
  • Add clear search button inside the searchbar when text is present
  • Add Close button to FilesView in mini mode, no longer have to click on app window to dismiss the popover
  • Change Uninstall/Close buttons formatting in FilesView
  • Clear searchbar on app delete for #9
  • Clicking drop area in mini mode will also show app list view for #9
  • Change drop icon to home icon in regular mode as it's more descriptive

v1.8

08 Dec 19:25
8d75032
Compare
Choose a tag to compare
  • Added Uninstall menubar option for Pearcleaner itself to clean uninstall the app from the main app menu label
  • Added check for wrapped iOS apps since their bundle structure differs from regular apps