diff --git a/Website/blog/2024-05-24-introducing-code-signing-to-binaries/index.md b/Website/blog/2024-05-24-introducing-code-signing-to-binaries/index.md index 8456ad8936..dc73d7ec58 100644 --- a/Website/blog/2024-05-24-introducing-code-signing-to-binaries/index.md +++ b/Website/blog/2024-05-24-introducing-code-signing-to-binaries/index.md @@ -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] diff --git a/Website/blog/2025-09-06-introducing-hosts-file-editor/index.md b/Website/blog/2025-09-06-introducing-hosts-file-editor/index.md index bfb6abf2e4..c6b8f01ed3 100644 --- a/Website/blog/2025-09-06-introducing-hosts-file-editor/index.md +++ b/Website/blog/2025-09-06-introducing-hosts-file-editor/index.md @@ -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] --- diff --git a/Website/blog/2025-10-19-streamlined-profile-management-with-tags-and-filters/index.md b/Website/blog/2025-10-19-streamlined-profile-management-with-tags-and-filters/index.md new file mode 100644 index 0000000000..1f47ea276d --- /dev/null +++ b/Website/blog/2025-10-19-streamlined-profile-management-with-tags-and-filters/index.md @@ -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. + + + +![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): diff --git a/Website/blog/2025-10-19-streamlined-profile-management-with-tags-and-filters/profile-tags-and-filters.gif b/Website/blog/2025-10-19-streamlined-profile-management-with-tags-and-filters/profile-tags-and-filters.gif new file mode 100644 index 0000000000..01e9513df0 Binary files /dev/null and b/Website/blog/2025-10-19-streamlined-profile-management-with-tags-and-filters/profile-tags-and-filters.gif differ diff --git a/Website/docs/changelog/2023-11-28-0.md b/Website/docs/changelog/2023-11-28-0.md index e64c00c33c..a89a33757f 100644 --- a/Website/docs/changelog/2023-11-28-0.md +++ b/Website/docs/changelog/2023-11-28-0.md @@ -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? diff --git a/Website/docs/changelog/2025-10-18-0.md b/Website/docs/changelog/2025-10-18-0.md index 84d470a999..5dcb15859b 100644 --- a/Website/docs/changelog/2025-10-18-0.md +++ b/Website/docs/changelog/2025-10-18-0.md @@ -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 diff --git a/Website/docs/changelog/2025-8-10-0.md b/Website/docs/changelog/2025-8-10-0.md index 3771371176..ab1a75928e 100644 --- a/Website/docs/changelog/2025-8-10-0.md +++ b/Website/docs/changelog/2025-8-10-0.md @@ -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**