Skip to content

Commit 08a4aa5

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

File tree

5 files changed

+33
-33
lines changed

5 files changed

+33
-33
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: added-code-signing-to-binaries
2+
slug: introducing-code-signing-for-binaries
33
title: Introducing Code Signing for Binaries
44
authors: [borntoberoot]
55
tags: [code-signing, binaries, installer]

Website/blog/2025-10-19-introducing-profile-tags/index.md

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
slug: streamlined-profile-management-with-tags-and-filters
3+
title: Streamlined Profile Management with Tags & Filters
4+
authors: [borntoberoot]
5+
tags: [profile management, tags, new feature]
6+
---
7+
8+
NETworkManager 2025.10.18.0 brings a streamlined approach to profile management with the introduction of Tags and Filtering.
9+
10+
You can now add or remove tags directly within each profile, making it effortless to organize and quickly locate your hosts and networks.
11+
12+
<!-- truncate -->
13+
14+
![Profile Tags & Filters](./profile-tags-and-filters.gif)
15+
16+
Easily filter profiles across features using the new filter button next to the search box.
17+
18+
Choose between two filter modes:
19+
20+
- Match All: Display profiles containing all selected tags (e.g., `prod` and `dns`).
21+
- Match Any: Display profiles containing at least one selected tag (e.g., `prod` or `dev`).
22+
23+
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.
24+
25+
These enhancements make managing large profile sets 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):
1 MB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Release date: **18.10.2025**
2222

2323
**Profiles**
2424

25-
- 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)
25+
- 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)
2626
- Introduced a context menu for profile groups to collapse or expand all groups at once. [#3171](https://github.com/BornToBeRoot/NETworkManager/pull/3171)
2727

2828
## Improvements

0 commit comments

Comments
 (0)