v1.4.37
Added 5
- Implement horizontal smooth scrolling in RDP
- Allow -c flag to work with www plugin
- Add ability to lock message panels to one side of the window
- Add option to immediately close VNC windows when they fail to connect
- Add plugin API to allow Remmina to display if a profile is connected
Changed 2
- Allow Remmina to use plugins immediately on download without needing a restart
- Add more detail to bug report to make certain issues easier to solve
Fixed 7
- Fix dangling pointer in ssh_options_get_port invocation
- Fix OpenSSL include dir
- Fix compile warning that is failure with newer gcc versions
- Add null check to prevent crash when pasting empty clipboard
- Remove support for FreeRDP_SupportMonitorLayoutPdu to prevent loss of keyboard with xrdp
- Don't rely on padding characters to be present to try decrypting passwords
- Fix error message for failed RDP connection
Removed 2
- Revert timeout option added to handle VNC disconnects
- Revert handling of GotFrameBufferUpdate on its own thread to prevent freeze
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
- Implement horizontal smooth scrolling in RDP !2606 @acutemeridian
- [REM-3209] Allow -c to work with www plugin !2607 @myheroyuki
- [REM-3210] Add ability to lock message panels to one side of the window !2608 @myheroyuki
- [REM-3223] fix dangling pointer in ssh_options_get_port invocation !2609 @Victrid
- Revert "[REM-2854] Add timeout option to handle VNC disconnects" !2610 @myheroyuki
- Fix OpenSSL include dir !2611 @mtelka
- Revert "[REM-3121] Handle GotFrameBufferUpdate on its own thread to prevent freeze" !2612 @myheroyuki
- [REM-3227] fix compile warning that is failure with newer gcc versions !2613 @myheroyuki
- [REM-3206] Add null check to prevent crash when pasting empty clipbaord !2614 @myheroyuki
- [REM-3076] [REM-3086] Remove support for FreeRDP_SupportMonitorLayoutPdu to prevent loss of keyboard with xrdp !2615 @myheroyuki
- [REM-3236] Don't rely on padding characters to be present to try decrypting passwords !2616 @myheroyuki
- [REM-3246] Add option to immediately close VNC windows when they fail to... !2617 @myheroyuki
- Allow Remmina to use plugins immediately on download without needing a restart !2618 @myheroyuki
- [REM-3176] Add plugin api to allow Remmina to display if a profile is... !2619 @myheroyuki
- [REM-3177] Fix error message for failed RDP connection !2620 @myheroyuki
- Add more detail to bug report to make certain issues easier to solve !2621 @myheroyuki
- [REM-3176] Resize icons to fit flatpak specifications !2622 @myheroyuki