Skip to content

Commit b97acc5

Browse files
committed
Update changelog
1 parent 4607a82 commit b97acc5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4040
<key>MarkdownMenuIcon</key>
4141
<string>doc.text</string>
4242
```
43+
- A new option to trigger actions using the CLI. This allows for triggering actions using the CLI instead of the UI. This can be useful for automating actions or triggering actions from a script. By default, actions configured as privileged will require authentication. This can be disabled by setting `RequirePrivilegedActionAuthentication` to `false`. Example usage:
44+
```bash
45+
/Applications/SupportCompanion.app/Contents/Resources/SupportCompanionCLI action "Restart clipboard"
46+
```
47+
- Additional arguments to the CLI to allow for getting additional information that is displayed in the app. Example usage:
48+
```bash
49+
/Applications/SupportCompanion.app/Contents/Resources/SupportCompanionCLI battery
50+
```
51+
Example output:
52+
```plaintext
53+
🔋 Battery Information
54+
-----------------------
55+
Health: 93% 🔋
56+
Cycle Count: 37
57+
Temperature: 36.7°C 🌡️
58+
Charging Status: Not Charging
59+
Time Remaining: N/A
60+
```
4361
- A new feature that allows for user elevation of standard users to admin users. This feature is useful for instances where a user needs to perform an action that requires admin rights. The user can request elevation by clicking the `Elevate` button in the tray menu or Identity menu. The admin can configure wether a reason is required, how long the reason must be and if the reason should be sent via a webhook to a specified URL or saved to disk. Example configuration:
4462
```xml
4563
<key>EnableElevation</key>

0 commit comments

Comments
 (0)