diff --git a/README.md b/README.md index c6ca559..d3d2917 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
Status: Maintained
- Version: 1.2
+ Version: 1.3
Download
ยท
@@ -17,12 +17,18 @@
An open-source mac app cleaner inspired by [Freemacsoft's AppCleaner](https://freemacsoft.net/appcleaner/) and [Sun Knudsen's Privacy Guides](https://sunknudsen.com/privacy-guides/how-to-clean-uninstall-macos-apps-using-appcleaner-open-source-alternative) post on his app-cleaner script.
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!
-## Note
-> Auto updater will notify of updates, but the installer seems to fail sometimes so I wouldn't depend on the Install button in v1.0 or v1.1. Replaced Install with Open in v1.2 so it will redirect to the releases page for now. Will continue working on fixing that, maybe implement Sparkleframework for updates.
-
+## Features
+- 100% Swift/SwiftUI
+- Super small app size (Under 2MB currently)
+- 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
+- Mini mode which can be enabled from Settings
+- Can drop apps to uninstall directly on the App Icon itself or the drop target in the app window
+- 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
## Screenshots
-