diff --git a/README.md b/README.md index a852bff..d591fd8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Pearcleaner - +
Status: Maintained
- Version: 2.7
+ Version: 3.0.0
Download
ยท
@@ -21,33 +21,44 @@ An open-source mac app cleaner inspired by [Freemacsoft's AppCleaner](https://fr
This project was born out of wanting to learn more. There's probably parts of the code that could be done better as I'm fairly new to Swift, if you have suggestions I'm open to hearing them!
## Features
-- 100% Swift/SwiftUI
-- Super small app size (~2MB)
-- Quick file search
-- Optional Sentinel monitor helper that can be enabled to watch Trash folder for deleted apps
-- Sentinel monitor is extremely small (210KB) and uses ~2mb of ram to run in the background and file watch. Communicates to app via custom url scheme instead of xpc to keep things even lighter
+- 100% Swift
+- Small app size (~2MB)
+- Quick file search, can be made instant by enabling Instant Search in settings which caches all the apps and files on startup
+- Reverse search for finding remaining files from already uninstalled applications
+- Sentinel monitor helper that can be enabled to watch Trash folder for deleted apps
+- Sentinel monitor is extremely small (210KB) and uses ~2mb of ram to run in the background and file watch
- Mini mode which can be enabled from Settings
- Can drop apps to uninstall directly on the Pearcleaner Dock icon itself or the drop target in the app window
- Will differentiate between regular apps and Safari web-apps with a "web" label next to each item in the list
- Will differentiate between regular apps and wrapped iOS apps with an "iOS" label next to each item in the list
- Has clean uninstall menu option for the Pearcleaner app itself if you want to stop using it and get rid of all files and launch items
- Requires Full Disk permission to search for files and also Accessibility to delete/restore files
-- Built-in auto-updater that pulls latest release notes and binaries from GitHub Releases (Might not work well if app is not in /Applications folder because of permissions)
+- Custom auto-updater that pulls latest release notes and binaries from GitHub Releases (Pearcleaner has to run from /Applications folder for this to work because of permissions)
+- New feature alert on app startup
## Regular Mode
-
-
+
+