v1.4.41
Added 6
- Add ifdef to allow compilation without libssh
- Add checks to allow FreeRDP2 compatibility
- Allow use of ssh command line arguments to create ssh connections
- Implement VNC connection timeout
- Add a local terminal plugin
- Allow users to connect to multiple connections or groups of connects at once
Changed 4
- Update keyboard mapping
- Toggle sending null or empty password when field is left blank
- Raise max length of username field to 300 from 100
- Made hiding connection profile name on floating toolbar optional
Fixed 10
- Fix segfault that could happen when attempting to save a connection profile
- Add environment variable to prevent openssl config issue
- Fix KeyStroke function for SPICE plugin
- Fix use of default_value in remmina_file_get_int
- Prevent crash when pasting an image using RDP if gdk_pixbuf_save_to_buffer fails
- Properly save and load color themes
- Fix Flatpak crash when moving floating tool bar
- Save unlock password when set outside of the preferences menu
- Properly implement keyboard interactive ssh authentication
- Create autostart directory if it does not exist
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
- [REM-3321] Update keyboard mapping !2646 @myheroyuki
- [REM-3276] Fix segfault that could happen when attempting to save a connection profile !2649 @myheroyuki
- [REM-3342] Add ifdef to allow compilation without libssh !2650 @myheroyuki
- [REM-3343] Add environment variable to prevent openssl config issue !2651 @myheroyuki
- [REM-3346] Update snap to latest FreeRDP version !2652 @myheroyuki
- [REM-3344] Toggle sending null or empty password when field is left blank !2653 @myheroyuki
- [REM-3363] Add checks to allow FreeRDP2 compatibility !2654 @myheroyuki
- Fix KeyStroke function for SPICE plugin !2655 @BobbyTheBuilder
- [REM-3364] Raise max length of username field to 300 from 100 !2656 @myheroyuki
- [REM-3186] Allow use of ssh command line arguments to create ssh connections !2657 @myheroyuki
- Fix use of default_value in remmina_file_get_int !2660 @rafarsa6363
- Implement VNC connection timeout !2659 @rafarsa6363
- Fix warnings !2658 @RipleyTom
- [REM-3123] Prevent crash when pasting an image using RDP if gdk_pixbuf_save_to_buffer fails !2661 @myheroyuki
- [REM-3386] Properly save and load color themes !2662 @myheroyuki
- [REM-3388] Fix Flatpak crash when moving floating tool bar !2663 @myheroyuki
- [REM-3389] Save unlock password when set outside of the preferences menu !2664 @myheroyuki
- [REM-3382] Update CMAKE_PREFIX_PATH in snapcraft.yaml !2665 @myheroyuki
- [REM-3390] Properly implement keyboard interactive ssh authentication !2666 @myheroyuki
- [REM-3396] Made hiding connection profile name on floating toolbar optional !2667 @myheroyuki
- [REM-3402] Add a local terminal plugin !2670 @myheroyuki
- [REM-3398] Allow Flatpak build to run commands !2669 @myheroyuki
- [REM-3413] Allow users to connect to multiple connections or groups of connects at once !2671 @myheroyuki
- Create autostart directory if it does not exist. !2672 @rafarsa6363
- Fix autostart directory create for flatpak. !2673 *@rafarsa6363
- Python Wrapper plugin: Fix typo + add comment for edge-case hinting that the plugin needs to be installed !2674 @dzatoah
- Several small fixes and improving group connections !2675 @myheroyuki