Skip to content

Commit 13dfd95

Browse files
committed
Update next-release.md
1 parent 090dd9b commit 13dfd95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Website/docs/changelog/next-release.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Release date: **xx.xx.2025**
2929

3030
- Profile file creation flow improved — when adding a new profile you are now prompted to enable profile-file encryption to protect stored credentials and settings. [#3227](https://github.com/BornToBeRoot/NETworkManager/pull/3227)
3131
- Profile file dialog migrated to a child window to improve usability. [#3227](https://github.com/BornToBeRoot/NETworkManager/pull/3227)
32+
- Credential dialogs migrated to child windows to improve usability. [#3231](https://github.com/BornToBeRoot/NETworkManager/pull/3231)
3233

3334
**Remote Desktop**
3435

@@ -41,6 +42,8 @@ Release date: **xx.xx.2025**
4142
## Dependencies, Refactoring & Documentation
4243

4344
- Documentation updated
44-
- Code cleanup & refactoring
45+
- Code cleanup & refactoring
46+
- Introduced a new DialogHelper utility to centralize creation of `OK` and `OK/Cancel` dialogs. This reduces duplication and enforces a consistent layout. [#3231](https://github.com/BornToBeRoot/NETworkManager/pull/3231)
47+
- Migrated existing credential and profile dialogs to use DialogHelper, improving usability, accessibility and maintainability across the app. [#3231](https://github.com/BornToBeRoot/NETworkManager/pull/3231)
4548
- Language files updated via [#transifex](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Ftransifex-integration)
4649
- Dependencies updated via [#dependabot](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Fdependabot)

0 commit comments

Comments
 (0)