Skip to content

Commit a5c76d1

Browse files
committed
Docs: Add descriptions to blog entries
1 parent 8389c17 commit a5c76d1

File tree

7 files changed

+7
-0
lines changed
  • Website/blog
    • 2024-01-01-welcome
    • 2024-05-24-introducing-code-signing-to-binaries
    • 2025-09-06-introducing-hosts-file-editor
    • 2025-10-19-streamlined-profile-management-with-tags-and-filters
    • 2025-10-23-improved-light-theme-readability
    • 2026-02-22-system-wide-policies-for-enterprise-deployments
    • 2026-03-04-high-dpi-embedded-processes

7 files changed

+7
-0
lines changed

Website/blog/2024-01-01-welcome/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: welcome
33
title: Welcome
4+
description: "Welcome to the new NETworkManager website, blod and documentation. It's build with Docusaurus, a static website generator, and hosted on GitHub Pages."
45
authors: [borntoberoot]
56
tags: [welcome, docusaurus]
67
---

Website/blog/2024-05-24-introducing-code-signing-to-binaries/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: introducing-code-signing-for-binaries
33
title: Introducing Code Signing for Binaries
4+
description: "Starting with NETworkManager version 2024.5.24.0, the binaries and the installer are now signed with a code signing certificate."
45
authors: [borntoberoot]
56
tags: [code-signing, binaries, installer]
67
---

Website/blog/2025-09-06-introducing-hosts-file-editor/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: introducing-hosts-file-editor
33
title: Introducing Hosts File Editor
4+
description: "NETworkManager 2025.8.10.0 introduced a new feature, the `Hosts File Editor`. You can now easily manage and edit your system's hosts file in a user-friendly interface."
45
authors: [borntoberoot]
56
tags: [hosts file, dns, new feature]
67
---

Website/blog/2025-10-19-streamlined-profile-management-with-tags-and-filters/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: streamlined-profile-management-with-tags-and-filters
33
title: Streamlined Profile Management with Tags & Filters
4+
description: "NETworkManager 2025.10.18.0 brings a streamlined approach to profile management with the introduction of Tags and Filtering. You can now add or remove tags directly within each profile, making it effortless to organize and quickly locate your hosts and networks."
45
authors: [borntoberoot]
56
tags: [profile management, tags, new feature]
67
---

Website/blog/2025-10-23-improved-light-theme-readability/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: improved-light-theme-readability
33
title: Improved light theme readability
4+
description: "The latest release of NETworkManager (version 2025.10.18.0) introduces major enhancements to the light theme, improving both readability and overall user experience. This article highlights the changes made to the light theme and how they enhance usability."
45
authors: [borntoberoot]
56
tags: [theme, ui]
67
---

Website/blog/2026-02-22-system-wide-policies-for-enterprise-deployments/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: system-wide-policies-for-enterprise-deployments
33
title: System-Wide Policies for Enterprise Deployments
4+
description: "NETworkManager now supports system-wide policies, giving administrators centralized control over application settings across all users on a machine. This article explains how to configure and deploy these policies in enterprise environments."
45
authors: [borntoberoot]
56
tags: [policies, enterprise, settings, new feature]
67
---

Website/blog/2026-03-04-high-dpi-embedded-processes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: high-dpi-embedded-processes
33
title: "High DPI for Embedded Processes in WPF: Making SetParent Work Across Monitor Scales"
4+
description: "When you embed a foreign process window via SetParent in WPF, it never receives DPI change notifications across process boundaries. This article shows how to rescale fonts for embedded console hosts (PowerShell) using the Console API, and for GUI processes (PuTTY) by sending WM_DPICHANGED explicitly."
45
authors: [borntoberoot]
56
tags: [wpf, dpi, windows, c#, win32, putty, powershell]
67
---

0 commit comments

Comments
 (0)