File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22## [ Unreleased]
3+
4+ ## [ 1.1.0] - 2025-12-19
35### Fixed
46- Native WireGuard profile structure ([ #135 ] ( https://github.com/cachebag/nmrs/issues/135 ) )
57- Corrected binary name for ` .desktop ` file + ` postInstall ` hook for Nix flake ([ #146 ] ( https://github.com/cachebag/nmrs/pull/146 ) )
132134- EAP connections default to no certificates (advanced certificate management coming in future releases)
133135- VPN connections planned for near future
134136
137+ [ 1.1.0 ] : https://github.com/cachebag/nmrs/compare/v0.5.0-beta...nmrs-v1.1.0
135138[ Unreleased ] : https://github.com/cachebag/nmrs/compare/nmrs-v1.0.0...HEAD
136139[ 1.0.0 ] : https://github.com/cachebag/nmrs/compare/v0.5.0-beta...nmrs-v1.0.0
137140[ 0.5.0-beta ] : https://github.com/cachebag/nmrs/compare/v0.4.0-beta...v0.5.0-beta
Original file line number Diff line number Diff line change 1515
1616rustPlatform . buildRustPackage {
1717 pname = "nmrs" ;
18- version = "1.0 .0-stable" ;
18+ version = "1.1 .0-stable" ;
1919
2020 src = ./. ;
2121
You can’t perform that action at this time.
0 commit comments