Skip to content

Commit 1e15d23

Browse files
committed
Update changelog
1 parent ba7d984 commit 1e15d23

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
- Device info is now gathered every 8h instead of every 24h.
1010
- A slight background has been added increasing visaibility of the text.
1111
- Main window is now slightly resizeable to allow for window to be resized to a smaller size.
12+
- In addition to only checking if Company Portal exists when dynamically setting the `Mode` to use, the server url will now also be checked. If the server url contains "i.manage.microsoft.com", the MDM will be set to Intune. This is because Company Portal can validly exist on a device without the device being managed by Intune.
1213

1314
### Fixed
1415
- Artifacts were being left behind on the desktop window when IP address was updated.
1516

1617
### Added
1718
- The configured logo will now be displayed in the tray menu as well. Can be hidden by setting `ShowLogoInTrayMenu` to `false` in the configuration.
19+
- A new option to show a custom view in the navigation bat based on a Markdown file. This allows for creating a custom view with custom information relevant to your organization. The view will be displayed in the navigation bar. Example configuration:
20+
```xml
21+
<key>MarkdownFilePath</key>
22+
<string>/path/to/custom/view.md</string>
23+
<key>MardownMenuLabel</key>
24+
<string>Custom View</string>
25+
<key>MardownMenuIcon</key>
26+
<string>doc.text</string>
27+
```
1828
- 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:
1929
```xml
2030
<key>EnableElevation</key>

0 commit comments

Comments
 (0)