Skip to content

Commit 5484267

Browse files
committed
Blog: Introduce profile tags
1 parent cc7598b commit 5484267

File tree

4 files changed

+35
-4
lines changed

4 files changed

+35
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
slug: indroducing-hosts-file-editor
3-
title: Indroducing Hosts File Editor
2+
slug: introducing-hosts-file-editor
3+
title: Introducing Hosts File Editor
44
authors: [borntoberoot]
55
tags: [hosts file, dns, new feature]
66
---
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
slug: introducing-profile-tags
3+
title: Introducing Profile Tags
4+
authors: [borntoberoot]
5+
tags: [profile management, tags, new feature]
6+
---
7+
8+
NETworkManager 2025.10.18.0 introduces a more flexible and efficient way to manage your profiles.
9+
10+
Tags can now be added or removed directly within each profile, making it easier to organize and quickly find your hosts and networks.
11+
12+
<!-- truncate -->
13+
14+
![Profile Tags](./profile-tags.gif)
15+
16+
You can filter profiles across different features using the new filter button next to the search box.
17+
18+
Choose between two filter modes:
19+
20+
- Match all – show profiles that include all selected tags (e.g., `prod` and `dns`)
21+
- Match any – show profiles that include at least one selected tag (e.g., `prod` or `dev`)
22+
23+
Additionally, profile groups can now be collapsed or expanded all at once. Right-click on any group header to open the new context menu, where you can choose to expand or collapse all groups with a single action.
24+
25+
These updates make managing large sets of profiles faster, cleaner, and more intuitive than ever.
26+
27+
Upgrade now to the [latest version of NETworkManager](https://borntoberoot.net/NETworkManager/download) to use this feature.
28+
29+
More information is available in the [official documentation](https://borntoberoot.net/NETworkManager/docs/groups-and-profiles).
30+
31+
If you find any issues or have suggestions for improvement, please open an [issue on GitHub](https://github.com/BornToBeRoot/NETworkManager/issues):

Website/docs/changelog/2023-11-28-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Release date: **28.11.2023**
2323
- Migrated from .NET 6.0 (LTS) to .NET 8.0 (LTS).
2424
Upgrade your [.NET Desktop Runtime to version 8.0 (LTS) - x64](https://dotnet.microsoft.com/en-us/download/dotnet/8.0/runtime) before you install this version. [#2560](https://github.com/BornToBeRoot/NETworkManager/pull/2560)
2525
- Settings will be reset to default values due to refactoring [#2483](https://github.com/BornToBeRoot/NETworkManager/pull/2483)
26-
- Profiles and settings migration (indroduced in `2023.3.7.0`) from `%AppData%\NETworkManager` to `%UserProfile%\Documents\NETworkManager` removed. If you use a version before `2023.3.7.0` you have to install and start version `2023.6.27.1` before you install this version. [#2380](https://github.com/BornToBeRoot/NETworkManager/pull/2380)
26+
- Profiles and settings migration (introduced in `2023.3.7.0`) from `%AppData%\NETworkManager` to `%UserProfile%\Documents\NETworkManager` removed. If you use a version before `2023.3.7.0` you have to install and start version `2023.6.27.1` before you install this version. [#2380](https://github.com/BornToBeRoot/NETworkManager/pull/2380)
2727
- Remove profile migration script to migrate from `2021.11.30.0` and before to a later version [#2388](https://github.com/BornToBeRoot/NETworkManager/pull/2388)
2828

2929
## What's new?

Website/docs/changelog/2025-8-10-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Release date: **10.08.2025**
2424

2525
**Hosts File Editor**
2626

27-
- New feature to display (and edit) the `hosts` file. (See this [blog post](https://borntoberoot.net/NETworkManager/blog/indroducing-hosts-file-editor) and the [documentation](https://borntoberoot.net/NETworkManager/docs/application/hosts-file-editor) for more details) [#3012](https://github.com/BornToBeRoot/NETworkManager/pull/3012) [#3092](https://github.com/BornToBeRoot/NETworkManager/pull/3092) [#3094](https://github.com/BornToBeRoot/NETworkManager/pull/3094) [#3098](https://github.com/BornToBeRoot/NETworkManager/pull/3098) [#3103](https://github.com/BornToBeRoot/NETworkManager/pull/3103)
27+
- New feature to display (and edit) the `hosts` file. (See this [blog post](https://borntoberoot.net/NETworkManager/blog/introducing-hosts-file-editor) and the [documentation](https://borntoberoot.net/NETworkManager/docs/application/hosts-file-editor) for more details) [#3012](https://github.com/BornToBeRoot/NETworkManager/pull/3012) [#3092](https://github.com/BornToBeRoot/NETworkManager/pull/3092) [#3094](https://github.com/BornToBeRoot/NETworkManager/pull/3094) [#3098](https://github.com/BornToBeRoot/NETworkManager/pull/3098) [#3103](https://github.com/BornToBeRoot/NETworkManager/pull/3103)
2828

2929
**DNS Lookup**
3030

0 commit comments

Comments
 (0)