From 57f804a0d18b9658836ff84dcf5c71e80956a5e8 Mon Sep 17 00:00:00 2001 From: thevindu-w Date: Fri, 15 Nov 2024 23:53:41 +0530 Subject: [PATCH] Update release notes --- .github/workflows/resources/release_notes.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/resources/release_notes.md b/.github/workflows/resources/release_notes.md index 9cbf2d0..35a8ec6 100644 --- a/.github/workflows/resources/release_notes.md +++ b/.github/workflows/resources/release_notes.md @@ -13,6 +13,10 @@ This is Version with support for protocol versions 1, 2, and 3. - The installer scripts attached to the assets are online installers. They will automatically download the correct binaries for this version, and run the offline installer in it. Alternatively, you may manually download the binary archive for your operating system and use the offline installer in it. **Changes:** -- Use PKCS#12 format (`.pfx` or `.p12` file) for server key and certificate instead of separate `key` and `cert` files. -- Check for errors when copying files from macOS. -- Fix possible compilation errors on different platforms. \ No newline at end of file +- Features: + - Show a menu icon when the server is running on macOS. + - Ability to stop the server using the menu icon. + - Enable/disable showing the menu icon using the config file. +- Fix the Windows installer hanging after completing the installation. +- Fix memory leaks. +- Code quality improvements.