Skip to content

Commit a3a6152

Browse files
committed
Update changelog
1 parent eec12c7 commit a3a6152

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Changed
99
- The tray menu has been changed to a custom menu that is an extension of the apps main UI. This allows for a more consistent look and feel between the tray menu and the main app. The tray menu now displays the same information as the main app, including device information, storage information and patching progress as well as actions. If you have custom actions configured using `Actions`, the first 6 actions will be displayed in the tray menu. If you have more than 6 actions, the rest can be run from the Self Service section in the main app.
1010
- If the app is launched using the URL scheme `supportcompanion://`, the tray menu will not be displayed.
11+
- Shadow for green text has been removed as it could make the text look blurry. Instead the green has been changed to a darker shade to make it more readable.
12+
- Copy device info button will now include additional information about the device, including battery and storage. Example output:
13+
```plaintext
14+
--------------------- Device ---------------------
15+
Host Name: AwesomeMac
16+
Serial Number: C0123456789
17+
Model: MacBook Pro (14-inch, Nov 2023)
18+
Processor: Apple M3 Pro
19+
Memory: 36 GB
20+
OS Version: 15.2.0
21+
OS Build: 24C98
22+
IP Address: 192.168.68.108
23+
Last Reboot: 4 days
24+
--------------------- Battery ---------------------
25+
Health: 94%
26+
Cycle Count: 35
27+
Temperature: 34.5°C
28+
--------------------- Storage ---------------------
29+
Used: 74.9%
30+
FileVault: Enabled
31+
```
1132

1233
### Added
1334
- Support for Japansese localization, thanks @kenchan0130 for the Japanese localization
14-
- A badge to the tray menu icon that visually indicates that the user has pending upates to install.
35+
- A badge to the tray menu icon that visually indicates that the user has pending updates to install.
1536

1637
## [2.0.2] - 2024-12-06
1738
### Changed

0 commit comments

Comments
 (0)