Skip to content

Commit

Permalink
Docs: Add installer note
Browse files Browse the repository at this point in the history
  • Loading branch information
BornToBeRoot committed Jun 15, 2024
1 parent 3370bad commit 2f7f3ba
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions Website/docs/changelog/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,16 @@ Release date: **xx.xx.2024**

## Breaking Changes

- The binaries and the installer (`.msi`) are now signed with a free code signing certificate from [SignPath Foundation](https://signpath.org/). Thanks to [SignPath.io](https://signpath.io/) for providing free code signing for open source projects. [#2705](https://github.com/BornToBeRoot/NETworkManager/pull/2705)
- InnoSetup uninstall routine removed from MSI installer (If you run NETworkManager version 2024.4.21.0, uninstall it manually before installing the new version OR install version 2024.5.27.0 first)

- Installer has been changed from `InnoSetup` (`.exe`) to `WiX Toolset` (`.msi`) in order to support deep signing of the binaries. [#2705](https://github.com/BornToBeRoot/NETworkManager/pull/2705)

:::info

The MSI installer will attempt to automatically uninstall the previous version of NETworkManager.

:::

## What's new?

## Improvements

- **General**

- Improve ToolTip for the application view. [#2716](https://github.com/BornToBeRoot/NETworkManager/pull/2716)

- **WiFi**

- Request WiFi access as described [here](https://learn.microsoft.com/en-us/windows/win32/nativewifi/wi-fi-access-location-changes) due to new Windows 11 requirements coming in fall 2024. [#2719](https://github.com/BornToBeRoot/NETworkManager/pull/2719)

## Bugfixes

- **WiFi**

- Handle exception when accessing WiFi adapter is not possible. [#2719](https://github.com/BornToBeRoot/NETworkManager/pull/2719)

## Dependencies, Refactoring & Documentation

- Code cleanup & refactoring
- ScrollViewer / ScrollBar [#2716](https://github.com/BornToBeRoot/NETworkManager/pull/2716)
- Language files updated via [#transifex](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Ftransifex-integration)
- Dependencies updated via [#dependabot](https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Fdependabot)

0 comments on commit 2f7f3ba

Please sign in to comment.