Skip to content

Commit ae9ae84

Browse files
committed
release: bump version to 2.2.1, update troubleshooting guide
1 parent 193e154 commit ae9ae84

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,16 @@ The build embeds **`susops.sh`** and all logo assets under `Contents/Resources/`
103103

104104
## Troubleshooting
105105

106-
| Problem | Solution |
107-
|------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
108-
| **SusOps won't start after installation** | You may need to allow its startup in **System Settings** > **Privacy & Security** or run `xattr -rd com.apple.quarantine /Applications/SusOps.app` |
109-
| **SusOps starts, but doesn't show up in menu bar** | MacOS only displays so many menu bar apps. Ensure you don't have too many other items open. |
110-
| **Proxy doesn't start** | Check the **Settings** menu for correct SSH host and port settings. Ensure you can reach the host directly using `ssh <host>`. |
111-
| **Chrome doesn't pick up my added domains** | Make sure you completely close Chrome and open it again using the **Launch Browser** menu item. Then, open the Chrome Proxy settings and click **Re-apply settings**. |
112-
| **Firefox doesn't pick up my added domains** | Make sure you completely close Firefox and open it again using the **Launch Browser** menu item. |
113-
| **Clicked "Don't Allow" for Login Items when opening settings ** | You can manually re-enable the **System Events** in **System Settings** > **Privacy & Security** > **Automation** > **SusOps**. Check **Launch at Login**, save the config and you should find it in **System Settings** > **General** > **Login Items & Extensions** |
114-
| everything else | see [Troubleshooting Guide SusOps CLI](https://github.com/mashb1t/SusOps-CLI?tab=readme-ov-file#troubleshooting) or [create an issue](https://github.com/mashb1t/SusOps-Mac/issues/new). |
106+
| Problem | Solution |
107+
|-----------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
108+
| **SusOps won't start after installation** | You may need to allow its startup in **System Settings** > **Privacy & Security** or run `xattr -rd com.apple.quarantine /Applications/SusOps.app` |
109+
| **SusOps starts, but doesn't show up in menu bar** | MacOS only displays so many menu bar apps. Ensure you don't have too many other items open. |
110+
| **SusOps in state "error"** | Ensure you have set up a connection and the directory `~/.susops` exists |
111+
| **Proxy doesn't start** | Open the config and ensure that you can manually connect to the SSH host. Also check if another app is already using your connection port with `lsof -nP -iTCP:<port> \| grep LISTEN`. |
112+
| **Chrome doesn't pick up my added domains** | Make sure you completely close Chrome and open it again using the **Launch Browser** menu item. Then, open the Chrome Proxy settings and click **Re-apply settings**. |
113+
| **Firefox doesn't pick up my added domains** | Make sure you completely close Firefox and open it again using the **Launch Browser** menu item. |
114+
| **Clicked "Don't Allow" for Login Items when opening settings** | You can manually re-enable the **System Events** in **System Settings** > **Privacy & Security** > **Automation** > **SusOps**. Check **Launch at Login**, save the config and you should find it in **System Settings** > **General** > **Login Items & Extensions** |
115+
| **Everything else** | see [Troubleshooting Guide SusOps CLI](https://github.com/mashb1t/susops-cli?tab=readme-ov-file#troubleshooting) or [Report a Bug](https://github.com/mashb1t/susops-mac/issues/new). |
115116

116117
## Contributing
117118

@@ -124,4 +125,4 @@ The build embeds **`susops.sh`** and all logo assets under `Contents/Resources/`
124125
## License
125126

126127
MIT © 2025 Manuel Schmid — see [LICENSE](LICENSE).
127-
[**SusOps CLI**](https://github.com/mashb1t/susops-cli) (submodule) retains its own [license](https://github.com/mashb1t/SusOps-CLI/blob/main/LICENSE.txt).
128+
[**SusOps CLI**](https://github.com/mashb1t/susops-cli) (submodule) retains its own [license](https://github.com/mashb1t/susops-cli/blob/main/LICENSE.txt).

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.2.0"
1+
VERSION = "2.2.1"

0 commit comments

Comments
 (0)