github totoshko88/RustConn v0.5.5

latest releases: v0.10.8, v0.10.7, v0.10.6...
3 months ago

What's Changed

Added

  • Kiro steering rules for development workflow:
    • commit-checklist.md - pre-commit cargo fmt/clippy checks
    • release-checklist.md - version files and packaging verification
  • Rename action in sidebar context menu for both connections and groups
  • Double-click on import source to start import
  • Double-click on template to create connection from it
  • Group dropdown in Connection dialog Basic tab for selecting parent group
  • Info tab for viewing connection details (like Asbru-CM) - replaces popover with full tab view
  • Default alphabetical sorting for connections and groups with drag-drop reordering support

Changed

  • Manage Templates dialog: "Create" button now creates connection from template, "Create Template" button creates new template
  • View Details action now opens Info tab instead of popover
  • Sidebar now uses sorted rebuild for consistent alphabetical ordering
  • All dialogs now follow GNOME HIG button layout: Close/Cancel on left, Action on right
  • Removed window close button (X) from all dialogs - use explicit Close/Cancel buttons instead

Fixed

  • Flatpak manifest version references updated correctly
  • Connection group_id preserved when editing connections (no longer falls to root)
  • Import dialog now returns to source selection when file chooser is cancelled
  • Drag-and-drop to groups now works correctly (connections can be dropped into groups)

Installation

Debian/Ubuntu

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

AppImage

chmod +x RustConn-0.5.5-x86_64.AppImage
./RustConn-0.5.5-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.