# Remmina v1.4.36 - Product: Remmina (https://whatsnew.fyi/product/remmina) - Vendor: Remmina - Date: 2024-10-02 - Version: v1.4.36 - Original notes: https://gitlab.com/Remmina/Remmina/-/releases/v1.4.36 - Permalink: https://whatsnew.fyi/product/remmina/releases/v1.4.36 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 crash with keyboard-interactive SSH auth - **fixed** — Prevent empty remmina_file_name in remmina.pref - **fixed** — Fix faulty color depth check in RDP plugin - **changed** — Enable horizontal scroll on RDP plugin - **added** — Add global RDP options to set FreeRDP auth filter - **added** — Add proxy field for SPICE connections - **added** — Add timeout option to handle VNC disconnects - **fixed** — Fix bug where option to send clipboard as keystrokes did not appear - **added** — Add ability to send a key combination when RDP connection is idle - **fixed** — Do not prompt user for credentials if they have already been entered - **fixed** — Add null check to prevent segfault - **changed** — Move the idle timer into rf_context to make it session-specific - **fixed** — Limit connection name on rcw tab to reasonable length - **added** — Add user prompt for gateway messages - **added** — Add reconnect button to rcw - **changed** — Allow floating toolbar to be drag and dropped to more locations on the screen - **fixed** — Fix compile warnings causing issues with GCC 14.2.1 - **changed** — Update SSH error to not show outdated message - **changed** — Handle GotFrameBufferUpdate on its own thread to prevent freeze - **changed** — Use universal /bin/sh shebang in remmina-rile-wrapper - **changed** — Usbredirect on connect **ATTENTION New dependencies introduced with v1.4.35 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 crash with keyboard-interactive SSH auth [!2576](https://gitlab.com/Remmina/Remmina/merge_requests/2576) *@bhatman1441* * Prevent empty remmina_file_name in remmina.pref [!2577](https://gitlab.com/Remmina/Remmina/merge_requests/2577) *@bhatman1441* * rdp/rdp-plugin: Fix faulty color depth check [!2579](https://gitlab.com/Remmina/Remmina/merge_requests/2579) *@pnowack* * Fix typos [!2578](https://gitlab.com/Remmina/Remmina/merge_requests/2578) *@deining* * Usbredirect on connect [!2580](https://gitlab.com/Remmina/Remmina/merge_requests/2580) *@hunderteins* * [REM-3104] Add global RDP options to set FreeRDP auth filter [!2581](https://gitlab.com/Remmina/Remmina/merge_requests/2581) *@myheroyuki* * Use universal /bin/sh shebang in remmina-rile-wrapper(1) [!2572](https://gitlab.com/Remmina/Remmina/merge_requests/2572) *@klemensn* * [REM-3104] Added back in line that was accidentally removed before merge [!2582](https://gitlab.com/Remmina/Remmina/merge_requests/2582) *@myheroyuki* * [REM-3104] Do not initialize rdp_auth_filter [!2583](https://gitlab.com/Remmina/Remmina/merge_requests/2583) *@myheroyuki* * [REM-3076] Add proxy field for SPICE connections [!2584](https://gitlab.com/Remmina/Remmina/merge_requests/2584) *@myheroyuki* * add a conditional check for darwin and NetBSD [!2585](https://gitlab.com/Remmina/Remmina/merge_requests/2585) *@gador1* * [REM-3103] Make more obvious to user that Remmina may not be able to exec... [!2586](https://gitlab.com/Remmina/Remmina/merge_requests/2586) *@myheroyuki* * [REM-3121] Handle GotFrameBufferUpdate on its own thread to prevent freeze [!2587](https://gitlab.com/Remmina/Remmina/merge_requests/2587) *@myheroyuki* * Enable horitical scroll on RDP plugin. [!2588](https://gitlab.com/Remmina/Remmina/merge_requests/2588) *@AkiraPenguin* * [REM-2854] Add timeout option to handle VNC disconnects [!2589](https://gitlab.com/Remmina/Remmina/merge_requests/2589) *@myheroyuki* * [REM-3134] Fix bug where option to send clipboard as keystrokes did not appear [!2590](https://gitlab.com/Remmina/Remmina/merge_requests/2590) *@myheroyuki* * Add ability to send a key combination when RDP connection is idle [!2591](https://gitlab.com/Remmina/Remmina/merge_requests/2591) *@dexxter00* * [REM-3111] Do not prompt user for credentials if they have already been entered [!2592](https://gitlab.com/Remmina/Remmina/merge_requests/2592) *@myheroyuki* * [REM-3140] Add null check to prevent segfault [!2593](https://gitlab.com/Remmina/Remmina/merge_requests/2593) *@myheroyuki* * Move the idle timer into rf_context to make it session-specific. [!2594](https://gitlab.com/Remmina/Remmina/merge_requests/2594) *@morganw3* * [REM-3156] Limit connection name on rcw tab to reasonable length [!2595](https://gitlab.com/Remmina/Remmina/merge_requests/2595) *@myheroyuki* * Update several dependencies [!2596](https://gitlab.com/Remmina/Remmina/merge_requests/2596) *@myheroyuki* * [REM-3127] Add user prompt for gateway messages [!2597](https://gitlab.com/Remmina/Re _[Truncated at 4000 characters — full notes: https://gitlab.com/Remmina/Remmina/-/releases/v1.4.36]_