github totoshko88/RustConn v0.9.10

11 hours ago

What's Changed

Fixed

  • Connection dialog Basic tab clipped — removed redundant outer ScrolledWindow wrapping the ViewStack; each tab already provides its own scroller, so the nested scroll stole height allocation and clipped the Basic tab content
  • Dialog minimum sizes missing — added set_size_request to Import, Export, and Shortcuts dialogs to prevent UI breakage on small screens
  • Remmina import fails in Flatpak — importer now also checks the host path ~/.local/share/remmina/ when running inside Flatpak sandbox (#44)

Improved

  • Connection dialog default height — increased from 500→670px so the Basic tab fields (including Description) are fully visible without scrolling on typical displays

Dependencies

  • serde_yaml_ng 0.9→0.10, cfg-expr 0.20.6→0.20.7, inotify 0.11.0→0.11.1, socket2 0.6.2→0.6.3, toml 1.0.4→1.0.6
  • CLI downloads: Teleport 18.7.1→18.7.2

Installation

Debian/Ubuntu

sudo dpkg -i rustconn_0.9.10_amd64.deb
sudo apt-get install -f  # Install dependencies if needed

Fedora

sudo dnf install rustconn-0.9.10-1.fc41.x86_64.rpm

AppImage

chmod +x RustConn-0.9.10-x86_64.AppImage
./RustConn-0.9.10-x86_64.AppImage

openSUSE (OBS)

Packages available at: https://build.opensuse.org/package/show/home:totoshko88:rustconn/rustconn

# Tumbleweed
sudo zypper ar https://download.opensuse.org/repositories/home:/totoshko88:/rustconn/openSUSE_Tumbleweed/ rustconn
sudo zypper ref
sudo zypper in rustconn

# Leap 16.0
sudo zypper ar https://download.opensuse.org/repositories/home:/totoshko88:/rustconn/16.0/ rustconn
sudo zypper ref
sudo zypper in rustconn

Don't miss a new RustConn release

NewReleases is sending notifications on new releases.