Skip to content

Commit eaa825b

Browse files
committed
Docs: Prepare pre-release 2026.2.19.0
1 parent 4c4d134 commit eaa825b

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

Website/docs/changelog/next-release.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ Release date: **xx.xx.2025**
4949
- Check for updates at startup (see [Update > Check for updates at startup](../settings/update.md#check-for-updates-at-startup) documentation for more information)
5050
- Settings folder location (see [Settings > Location](../settings/settings.md#location) documentation for more information)
5151

52+
<br />
53+
5254
:::note
5355

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).
56+
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) which helps to prioritize development of new policies.
5557

5658
:::
5759

@@ -61,6 +63,7 @@ Release date: **xx.xx.2025**
6163
**DNS Lookup**
6264

6365
- Allow direct dns server input (`<hostname>|<ipadress>:<port>` - `<port>` is optional) in the lookup view in addition to select from a list of configured servers. [#3261](https://github.com/BornToBeRoot/NETworkManager/pull/3261)
66+
6467
See the [DNS Lookup](../application/dns-lookup.md) documentation for more information.
6568

6669
**Remote Desktop**
@@ -172,3 +175,4 @@ Release date: **xx.xx.2025**
172175
- Dependencies updated via [#dependabot](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Fdependabot)
173176
- Add Junie/Gemini 3 generated XML documentation headers for roughly half of the ViewModels. This might help with readability. [#3251](https://github.com/BornToBeRoot/NETworkManager/pull/3251)
174177
- Generate project guidelines for Rider's coding agent Junie using itself as generator. [#3250](https://github.com/BornToBeRoot/NETworkManager/pull/3250)
178+
- `Agents.md` file added to document the use of AI agents in the project and provide guidelines for their use.

Website/docs/settings/settings.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ Folder where the application settings are stored.
1717
| Setup / Archiv | `%UserProfile%\Documents\NETworkManager\Settings` |
1818
| Portable | `<APP_FOLDER>\Settings` |
1919

20-
:::info System-Wide Policy
21-
22-
<details>
23-
<summary>Click to expand</summary>
20+
<details className="alert alert--info">
21+
<summary>System-Wide Policy</summary>
2422

2523
This setting can be controlled by administrators using a system-wide policy. See [System-Wide Policies](../system-wide-policies.md) for more information.
2624

@@ -43,8 +41,6 @@ This setting can be controlled by administrators using a system-wide policy. See
4341

4442
</details>
4543

46-
:::
47-
4844
:::note
4945

5046
**Recommendation**

Website/docs/settings/update.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ Check for new program versions on GitHub when the application is launched.
1212

1313
**Default:** `Enabled`
1414

15-
:::info System-Wide Policy
16-
17-
<details>
18-
<summary>Click to expand</summary>
15+
<details className="alert alert--info">
16+
<summary>System-Wide Policy</summary>
1917

2018
This setting can be controlled by administrators using a system-wide policy. See [System-Wide Policies](../system-wide-policies.md) for more information.
2119

@@ -37,8 +35,6 @@ This setting can be controlled by administrators using a system-wide policy. See
3735

3836
</details>
3937

40-
:::
41-
4238
:::note
4339

4440
The URL `https://api.github.com/` must be reachable to check for updates.

Website/docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ const config = {
167167
"/docs/changelog/2025-12-13-0",
168168
"/docs/changelog/2025-12-20-0",
169169
"/docs/changelog/2025-12-28-0",
170+
"/docs/changelog/2026-2-19-0",
170171
],
171172
to: "/docs/changelog/next-release",
172173
},

0 commit comments

Comments
 (0)