Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: added-code-signing-to-binaries
slug: introducing-code-signing-for-binaries
title: Introducing Code Signing for Binaries
authors: [borntoberoot]
tags: [code-signing, binaries, installer]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: indroducing-hosts-file-editor
title: Indroducing Hosts File Editor
slug: introducing-hosts-file-editor
title: Introducing Hosts File Editor
authors: [borntoberoot]
tags: [hosts file, dns, new feature]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
slug: streamlined-profile-management-with-tags-and-filters
title: Streamlined Profile Management with Tags & Filters
authors: [borntoberoot]
tags: [profile management, tags, new feature]
---

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.

<!-- truncate -->

![Profile Tags & Filters](./profile-tags-and-filters.gif)

Easily filter profiles across features using the new filter button next to the search box.

Choose between two filter modes:

- Match All: Display profiles containing all selected tags (e.g., `prod` and `dns`).
- Match Any: Display profiles containing at least one selected tag (e.g., `prod` or `dev`).

Additionally, profile groups are now more manageable. Right-click any group header to access a new context menu, allowing you to expand or collapse all groups with a single click.

These enhancements make managing large profile sets faster, cleaner, and more intuitive than ever.

Upgrade now to the [latest version of NETworkManager](https://borntoberoot.net/NETworkManager/download) to use this feature.

More information is available in the [official documentation](https://borntoberoot.net/NETworkManager/docs/groups-and-profiles).

If you find any issues or have suggestions for improvement, please open an [issue on GitHub](https://github.com/BornToBeRoot/NETworkManager/issues):
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Website/docs/changelog/2023-11-28-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Release date: **28.11.2023**
- Migrated from .NET 6.0 (LTS) to .NET 8.0 (LTS).
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)
- Settings will be reset to default values due to refactoring [#2483](https://github.com/BornToBeRoot/NETworkManager/pull/2483)
- 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)
- 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)
- 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)

## What's new?
Expand Down
2 changes: 1 addition & 1 deletion Website/docs/changelog/2025-10-18-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Release date: **18.10.2025**

**Profiles**

- Added the ability to filter profiles by tags using the filter button next to the search field. [#3144](https://github.com/BornToBeRoot/NETworkManager/pull/3144) [#3187](https://github.com/BornToBeRoot/NETworkManager/pull/3187) [#3194](https://github.com/BornToBeRoot/NETworkManager/pull/3194)
- Added the ability to filter profiles by tags using the filter button next to the search field. (See this [blog post](https://borntoberoot.net/NETworkManager/blog/streamlined-profile-management-with-tags-and-filters) for more details) [#3144](https://github.com/BornToBeRoot/NETworkManager/pull/3144) [#3187](https://github.com/BornToBeRoot/NETworkManager/pull/3187) [#3194](https://github.com/BornToBeRoot/NETworkManager/pull/3194)
- Introduced a context menu for profile groups to collapse or expand all groups at once. [#3171](https://github.com/BornToBeRoot/NETworkManager/pull/3171)

## Improvements
Expand Down
2 changes: 1 addition & 1 deletion Website/docs/changelog/2025-8-10-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Release date: **10.08.2025**

**Hosts File Editor**

- 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)
- 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)

**DNS Lookup**

Expand Down