You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Website/docs/changelog/next-release.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,25 @@ Release date: **xx.xx.2025**
38
38
Starting with this release, new profile and settings files are created in `JSON` format. Existing `XML` files will be converted automatically on first load after upgrading. Automatic support for the migration will be provided until at least `2027`; after that only `JSON` files will be supported and very old installations may require an interim update.
39
39
40
40
The migration process creates a backup of the original files in the `Backups` subfolder of the settings and profiles directories. You can restore the originals from that folder if needed (they will work with the privous version), but it's **recommended to make a separate backup of your profile and settings files before updating**. If you encounter any issues during or after the migration, please report them via the [issue tracker](https://github.com/BornToBeRoot/NETworkManager/issues/new/choose).
41
-
41
+
42
42
:::
43
43
44
44
## What's new?
45
45
46
+
-[System-Wide Policies](../system-wide-policies.md) for enterprise deployment and management. Administrators can now configure system-wide policies via a `config.json` file in the application directory to control specific settings for all users. This allows for centralized management of application behavior in enterprise environments. [#3313](https://github.com/BornToBeRoot/NETworkManager/pull/3313)[#3326](https://github.com/BornToBeRoot/NETworkManager/pull/3326)
47
+
48
+
Currently supported policies include (more will be added in future releases):
49
+
- Check for updates at startup (see [Update > Check for updates at startup](../settings/update.md#check-for-updates-at-startup) documentation for more information)
50
+
- Settings folder location (see [Settings > Location](../settings/settings.md#location) documentation for more information)
51
+
52
+
:::note
53
+
54
+
If you have specific requirements for system-wide policies in your organization, please submit a feature request via the [GitHub issue tracker](https://github.com/BornToBeRoot/NETworkManager/issues/new/choose).
55
+
56
+
:::
57
+
46
58
- New language Ukrainian (`uk-UA`) has been added. Thanks to [@vadickkt](https://github.com/vadickkt)[#3240](https://github.com/BornToBeRoot/NETworkManager/pull/3240)
47
59
- Migrated all dialogs to child windows for improved usability and accessibility. [#3271](https://github.com/BornToBeRoot/NETworkManager/pull/3271)
48
-
- System-wide policies can now be configured via a `config.json` file in the application directory to control settings for all users. Currently supports controlling the "Check for updates at startup" setting. This is useful for enterprise deployments where administrators need centralized control over update behavior. See [System-Wide Policies](../system-wide-policies.md) documentation for more information. [#3313](https://github.com/BornToBeRoot/NETworkManager/pull/3313)
Copy file name to clipboardExpand all lines: Website/docs/settings/settings.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,22 +19,30 @@ Folder where the application settings are stored.
19
19
20
20
:::info System-Wide Policy
21
21
22
+
<details>
23
+
<summary>Click to expand</summary>
24
+
22
25
This setting can be controlled by administrators using a system-wide policy. See [System-Wide Policies](../system-wide-policies.md) for more information.
23
26
24
27
**Policy Property:**`SettingsFolderLocation`
25
28
26
29
**Values:**
27
-
- Path like `C:\\Path\\To\\Settings` or `%UserProfile%\\NETworkManager\\Settings` - Force a custom settings folder location for all users
28
-
- Omit the property - Allow the default location logic to apply (portable vs. non-portable)
30
+
31
+
- Absolute path (e.g., `C:\\Path\\To\\Settings`)
32
+
- Path with environment variables (e.g., `%UserProfile%\\NETworkManager\\Settings`)
@@ -44,12 +52,14 @@ It is strongly recommended to regularly back up your settings files.
44
52
45
53
**Automatic backups**
46
54
NETworkManager automatically creates a backup of the settings files before applying any changes. See [Create daily backup](#create-daily-backup) and [Maximum number of backups](#maximum-number-of-backups) for configuration options.
Copy file name to clipboardExpand all lines: Website/docs/settings/update.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,15 @@ Check for new program versions on GitHub when the application is launched.
14
14
15
15
:::info System-Wide Policy
16
16
17
+
<details>
18
+
<summary>Click to expand</summary>
19
+
17
20
This setting can be controlled by administrators using a system-wide policy. See [System-Wide Policies](../system-wide-policies.md) for more information.
0 commit comments