mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 03:48:55 +00:00
Merge branch 'main' of https://github.com/alienator88/Pearcleaner
This commit is contained in:
@@ -7,34 +7,34 @@ assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug:** <br>
|
||||
### Describe the bug:
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Steps to reproduce:**
|
||||
|
||||
### Steps to reproduce:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior** <br>
|
||||
|
||||
### Expected behavior:
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Info:**
|
||||
|
||||
### Info:
|
||||
- OS: [e.g. 13.0]
|
||||
- Pearcleaner Version: [e.g. 3.x.x]
|
||||
|
||||
**Console Logs (For app crashes):**
|
||||
- Open the Console.app on your mac
|
||||
- Enter `Pearcleaner` in the search box and hit Enter
|
||||
- Click Start to record logs 
|
||||
- Reproduce the issue you're experiencing in Pearcleaner
|
||||
- Click Pause <br> 
|
||||
- Export the captured logs using the Share button
|
||||
|
||||
**Screenshots**
|
||||
|
||||
### Screenshots:
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Additional context**
|
||||
|
||||
Add any other context about the problem here.
|
||||
### Console Logs (For app crashes or hard to reproduce issues):
|
||||
1. Open the Terminal app and run the following command
|
||||
```
|
||||
log stream --level debug --style compact --predicate 'subsystem == "com.alienator88.Pearcleaner"'
|
||||
```
|
||||
2. Reproduce the issue to capture logs
|
||||
3. Copy the logs here
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<br />
|
||||
<strong>Status: </strong>Maintained
|
||||
<br />
|
||||
<strong>Version: </strong>3.9.1
|
||||
<strong>Version: </strong>3.9.2
|
||||
<br />
|
||||
<a href="https://github.com/alienator88/Pearcleaner/releases"><strong>Download</strong></a>
|
||||
·
|
||||
@@ -39,7 +39,6 @@ If you are able to contribute to translations for the app, please see issue: htt
|
||||
> Pearcleaner is licensed under Apache 2.0 with [Commons Clause](https://commonsclause.com/). This means that you can do anything you'd like with the source, modify it, contribute to it, etc., but the license explicitly prohibits any form of monetization for Pearcleaner or any modified versions of it. See full license [HERE](https://github.com/alienator88/Pearcleaner/blob/main/LICENSE.md)
|
||||
|
||||
## Features
|
||||
- Signed/notarized
|
||||
- Swift/SwiftUI
|
||||
- Small app size
|
||||
- Orphaned file search for finding remaining files from previously uninstalled applications
|
||||
@@ -52,7 +51,7 @@ If you are able to contribute to translations for the app, please see issue: htt
|
||||
- Theme System available with custom color selector
|
||||
- Differentiate between regular, Safari web-apps and mobile apps with badges like **web** and **iOS**
|
||||
- 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
|
||||
- New feature alert on app startup
|
||||
- New announcements badge
|
||||
- Condition builder to easily include or exclude files from searches when file names don't match the app name/bundle id very well
|
||||
- Export app file list search results
|
||||
- Optional Homebrew cleanup
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"3.9.2": "- Multilingual Support: If you would like to help translate Pearcleaner to your language, please see GitHub issue #83",
|
||||
"3.7.0": "- App List Size Sorting: You can now sort the sidebar app list alphabetically or by descending size. Click the User/System header to toggle or from the searchbar menu|- Leftover Files: On first use, a warning/explanation sheet will be presented to the user",
|
||||
"3.5.0": "- Finder Extension: When enabled, you can right click an app in finder and uninstall with Pearcleaner directly|- Theme System: You can now select a base theme color for the application window",
|
||||
"3.3.0": "- Folder Settings: Add more directories where Pearcleaner should search for app files|- Progress: Show progress bar on startup when loading all app files with instant search enabled|- App Icon: Show background color behind app icons in FilesView based on icon's average color mapping|- Progress: Show time counter on regular file search views",
|
||||
|
||||
Reference in New Issue
Block a user