v1.4.34
Added 12
- libcurl4-openssl-dev and libssl-dev (>=3.0.0) are now build dependencies
- appindicator or ayatana-appindicator is now optional with -DHAVE_LIBAPPINDICATOR=OFF to disable the system tray icon
- -DWITH_PYTHONLIBS=ON is required for the Python plugin with python3-dev/devel needed to build
- pyhoca-cli is needed for the X2Go plugin with -DWITH_X2GO=ON
- -DWITH_FREERDP3=ON option 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
- -DWITH_NEWS=OFF option to turn off news
- -DWITH_STATS=OFF option to turn off stats
- -DWITH_TIPS=OFF option to turn off tips
- gtk-vnc is needed for the VNC plugin for GNOME and KVM with -DWITH_GVNC=ON
Changed 2
- Remote audio now works with flatpak version of Remmina
- Allow Remmina to be built without FreeRDP
Fixed 6
- Add null check to prevent freeze when opening an RDP connection
- Fix GTK critical error when editing RDP profile
- SSH private key auth now prompts user to enter username if it is empty
- Fix Flatpak freeze on connection when importing RDP profile
- Fix segfault for remmina -p
- Fix crash on multi-monitor with FreeRDP3
Removed 1
- NX, XDMCP and ST plugins have been removed
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
- [REM-2981] Move ssh-unrelated code outside of HAVE_LIBSSH ifdef !2540 @myheroyuki
- [REM-2974] only attempt to resolve hostname if initial ssh_connect fails !2542 @myheroyuki
- [REM-2980] Remove flag that prevented remote audio from working with flatpak version of Remmina !2543 @myheroyuki
- [REM-2982] Update Flatpak to use GNOME runtime version 44 !2541 @myheroyuki
- initial port to core22 !2539 @soumyaDghosh
- [REM-2984] Add null check to prevent freeze when opening an rdp connection !2545 @myheroyuki
- Fix GTK critical error when editing RDP profile !2544 @bhatman1441
- Remove snap installs for broken link executables !2546 @bhatman1441
- SSH private key auth: If username is empty, prompt user to enter it !2547 @bhatman1441
- Fix Flatpak freeze on connection when importing RDP profile !2548 @bhatman1441
- Fix of some grammatic issues in German translation !2550 @vhhhl1
- [REM-3003] Re-add line removed by accident in !2532 !2551 @myheroyuki
- GtkFileChooserNative support !2553 @robxnano
- Spice UNIX socket channel initialization enhancement !2549 @BobbyTheBuilder
- Fix segfault for
remmina -p!2555 @bhatman1441 - Add unlocking code to let plugins use passwords !2556 @pnowak433
- CI Pipeline Updates !2557 @bhatman1441
- [freerdp] update to build for stable-3.0 !2554 @akallabeth
- Allow Remmina to be built without FreeRDP !2558 @myheroyuki
- [REM-3048] Fix crash on multi-monitor with FreeRDP3 !2559 @myheroyuki
- Added developer_name to meet new flathub requirements !2561 @myheroyuki
- [New features] Bring back remmina server features with new additions !2560 @bhatman1441
- [REM-2983] compile ssh with gcrypt for flatpak builds. Also sync flatpak... !2563 @myheroyuki
- Update copyright info !2562 @bhatman1441