v1.4.42
Added 7
- Add option to enforce IPvX preference
- Add support for smartcard authentication
- Add option to delay floating toolbar popup
- Create named SPICE connection
- Enable AAD support in Flatpak build
- Create viewonly mode button on rcw toolbar
- Permit css customization in scrolled window mode
Changed 3
- Update FreeRDP checks to newer version
- Update AppStream metadata
- Update ffmpeg
Fixed 10
- Fix ssh x11 forwarding crashing in nixos
- Fix typo
- Fix session stuck problem with KeePassXC
- Fix default dynamic resolution when supported
- Fix toolbar disappearance in some multi-monitor situations
- Zero-initialize RemminaSFTP structs
- Fix memory leaks in RDP plugin
- Strip whitespace from quickconnect
- Fix FreeRDP_MonitorLocalShift[XY]
- Fix various compiler warnings
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
- add option to enforce IPvX preference !2677 @muellermart
- Fix ssh x11 forwarding crashing in nixos !2678 @urizafrir
- Add support for smartcard authentication !2680 @cschenk
- [REM-3444] Add option to delay floating toolbar popup !2681 @myheroyuki
- [REM-3448] Update FreeRDP checks to newer version !2682 @myheroyuki
- [REM-3448] Fix typo !2683 @myheroyuki
- Update AppStream metadata !2684 @ascfiiwolf
- [FLAT-390] update ffmpeg !2685 @myheroyuki
- [Rem-3180] Create named SPICE connection !2687 @myheroyuki
- [REM-2880] Fix session stuck problem with KeePassXC !2689 @CalmarBen
- [REM-3453] default dynamic resolution when supported issue !2690 @CalmarBen
- [REM-3258] toolbar disappearance in some multi-monitor situations !2692 @CalmarBen
- [REM-3458] Enable AAD support in Flatpak build !2694 @myheroyuki
- Create viewonly mode button on rcw toolbar !2696 @rafarsa6363
- Permit css customization in scrolled window mode !2697 @CalmarBen
- src/remmina_ssh.c: zero-initialize RemminaSFTP structs !2698 @mochaa
- [plugins/rdp] fix memory leaks !2699 @akallabeth
- [REM-3462] Strip whitespace from quickconnect !2700 @myheroyuki
- [cmake] mark include_directories SYSTEM !2701 @akallabeth
- [rdp] fix FreeRDP_MonitorLocalShift[XY] !2702 @akallabeth
- fix various compiler warnings !2703 @akallabeth
- [REM-3454] UI: move view_toggle_button on the left !2704 @CalmarBen
- bug: double free on remmina_string_array_free !2706 @CalmarBen
- [REM-3464]run update-translations.sh !2711 @myheroyuki
- Avoid Gettext incorrectly considering c-format !2712 *@rafaelff
- [REM-3469] Disable save password prompt on quick connect authentication prompts !2713 @myheroyuki
- fix UB when connecting by link-local address !2716 @erindesu
- Added kerberos-tickets plug !2717 @craig.rylance
- Added kerberos-config plug !2719 @craig.rylance
- Fix floating toolbar popup regression in multimonitor !2724 @CalmarBen