# Remmina v1.4.35 - Product: Remmina (https://whatsnew.fyi/product/remmina) - Vendor: Remmina - Date: 2024-02-23 - Version: v1.4.35 - Original notes: https://gitlab.com/Remmina/Remmina/-/releases/v1.4.35 - Permalink: https://whatsnew.fyi/product/remmina/releases/v1.4.35 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Fix build for openssl-1.1 - **added** — Allow running an SSH command when connecting via ssh tunnel - **fixed** — Check if WINPR_ASSERT is defined - **fixed** — Fix issue compiling with gcc-14 - **fixed** — Fix crash caused by enabling disablepasswordstoring - **changed** — Revert setting loadbalanceinfo to the old method used before FreeRDP3 - **changed** — Update call to set FreeRDP_LoadBalanceInfo - **removed** — Remove NX, XDMCP and ST plugins - **added** — Add libsodium as a build dependency - **added** — Add webkit2gtk3 as a build dependency for the WWW plugin - **added** — Add -DWITH_KF5WALLET=ON config option for the KWallet plugin - **added** — Add -DWITH_GVNC=ON config option for gtk-vnc VNC plugin support - **changed** — Make appindicator or ayatana-appindicator optional with -DHAVE_LIBAPPINDICATOR=OFF to disable system tray icon - **added** — Add -DWITH_PYTHONLIBS=ON config option required for the Python plugin - **added** — Add support for pyhoca-cli with -DWITH_X2GO=ON for the X2Go plugin - **added** — Add -DWITH_FREERDP3=ON config option to use the newest FreeRDP version - **added** — Add -DWITH_NEWS=OFF config option to disable news - **added** — Add -DWITH_STATS=OFF config option to disable stats - **added** — Add -DWITH_TIPS=OFF config option to disable tips **ATTENTION New dependencies introduced with v1.4.34 onwards!** * libcurl4-openssl-dev and libssl-dev (>=3.0.0) are now build dependencies * appindicator or ayatana-appindicator is now optional, -DHAVE_LIBAPPINDICATOR=OFF will disable the Remmina system tray icon. * -DWITH_PYTHONLIBS=ON is required for the Python plugin (python3-dev/devel required to build) * pyhoca-cli is needed for the X2Go plugin, -DWITH_X2GO=ON * NX, XDMCP and ST have been removed. * Use -DWITH_FREERDP3=ON if you want to use the newest FreeRDP version * libsodium is needed to build Remmina. * webkit2gtk3 is needed to build the WWW plugin. * -DWITH_KF5WALLET=ON is a new config option required for the KWallet plugin (and the required kf5wallet libraries to build it). * News can be turned off with -DWITH_NEWS=OFF * Stats can be turned off with -DWITH_STATS=OFF * TIPS can be turned off with -DWITH_TIPS=OFF * gtk-vnc is needed for the VNC plugin for GNOME and KVM, -DWITH_GVNC=ON ##### List of changes * Fix build for openssl-1.1 [!2565](https://gitlab.com/Remmina/Remmina/merge_requests/2565) *@bhatman1441* * Allow running an SSH command when connecting via ssh tunnel [!2566](https://gitlab.com/Remmina/Remmina/merge_requests/2566) *@myheroyuki* * Check if WINPR_ASSERT is defined [!2567](https://gitlab.com/Remmina/Remmina/merge_requests/2567) *@bhatman1441* * [REM-3047] fix issue compiling with gcc-14 [!2568](https://gitlab.com/Remmina/Remmina/merge_requests/2568) *@myheroyuki* * Fix crash caused by enabling disablepasswordstoring [!2569](https://gitlab.com/Remmina/Remmina/merge_requests/2569) *@bhatman1441* * Revert setting loadbalanceinfo to the old method used before FreeRDP3 [!2570](https://gitlab.com/Remmina/Remmina/merge_requests/2570) *@myheroyuki* * updated call to set FreeRDP_LoadBalanceInfo [!2571](https://gitlab.com/Remmina/Remmina/merge_requests/2571) *@myheroyuki*