From 7e35864851a7591f3667792aed4e8ac0baefc7af Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sun, 1 Dec 2024 12:47:20 +0100 Subject: [PATCH] CHANGELOG: update for 0.8.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7cead3..c680ce9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# MultiVNC 0.8.0 - "Hello New World" +* Added a scale-to-fit view mode which is now the default. + Previous 1-to-1 view mode can still be toggled. +* Improved fullscreen mode to show less controls and more of the remote view. +* Improved toolbar icons to use scalable resources that look good for any + display resolution as well as light and dark display mode. +* Added MacOS packaging. + # MultiVNC 0.7.0 - "A step in between" - 2023-11-05 * Added Swedish translation thanks to Åke Engelbrektson. * Added more tooltips to more UI elements.