From 12b87e420c47319a62525912002371237af60b2a Mon Sep 17 00:00:00 2001 From: Alin Lupascu Date: Mon, 30 Sep 2024 15:03:49 -0600 Subject: [PATCH 1/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e99654..270dba2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Status: Maintained

Updates may be a bit slower at the moment due to work

- Version: 3.8.7 + Version: 3.9.0
Download ยท @@ -41,7 +41,6 @@ This project was born out of wanting to learn more on how macOS deals with app i - Sentinel monitor helper that can be enabled to watch Trash folder for deleted apps to cleanup after the fact(Extremely small (210KB) and uses ~2mb of ram to run in the background and file watch) - Mini mode which can be enabled from Settings - Menubar icon option -- One-Shot Mode - CLI support - Can drop apps to uninstall directly on the Pearcleaner Dock icon or the app window - Optional Finder Extension which allows you to uninstall an app directly from Finder by `right click > Pearcleaner Uninstall` From 23b76bd91cdb0c391cb1cb63b952216ebf0f90af Mon Sep 17 00:00:00 2001 From: Alin Lupascu Date: Tue, 1 Oct 2024 09:15:16 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 270dba2..8dc1dbc 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@
Status: Maintained -

Updates may be a bit slower at the moment due to work -

+
Version: 3.9.0
Download @@ -121,14 +120,16 @@ This project was born out of wanting to learn more on how macOS deals with app i ## Issues > [!WARNING] > - When submitting issues, please use the appropriate issue template corresponding with your problem [HERE](https://github.com/alienator88/Pearcleaner/issues/new/choose) -> - For issues with unrelated files being found or not enough files being found, try the new Condition Builder (Hammer icon next to uninstall button) before submitting an APP bug -> - Templates not filled out with the requested details will be closed. Unfortunately I don't have the time to act as help desk support asking for all the missing information. Help me help you ๐Ÿ™‚ +> - Issue templates not filled out with the requested details will be closed. +> - Beta versions of macOS will not be supported in terms of issues ## Requirements > [!NOTE] -> - MacOS 13.0+ (Most functions might work on a Beta OS, but I will not support bugs for these until they are out of Beta channel.) -> - Full Disk permission to search for files and also Accessibility permission to delete/restore files +> - MacOS 13.0+ [Non-beta releases] +> - Full Disk permission to search for files +> - Accessibility permission to delete/restore files +> - Automation permission to control Finder From 1cc216c53276b8a473ff98d5892e390a0f5d92c8 Mon Sep 17 00:00:00 2001 From: Alin Lupascu Date: Tue, 1 Oct 2024 09:16:02 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dc1dbc..49c4aee 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ This project was born out of wanting to learn more on how macOS deals with app i > [!WARNING] > - When submitting issues, please use the appropriate issue template corresponding with your problem [HERE](https://github.com/alienator88/Pearcleaner/issues/new/choose) > - Issue templates not filled out with the requested details will be closed. -> - Beta versions of macOS will not be supported in terms of issues +> - Beta versions of macOS will not be supported until general release ## Requirements