Releases: dallenwilson/gstm
gSTM v1.3.7
Switched from GtkStatusIcon to AppIndicator for the docklet menu.
Various UI Improvements:
- Tooltips for everything in the tunnel properties window.
- ~/.ssh/config is scanned to compile a list of preset hosts.
- Private key field expanded to better show a file path, and a 'Locate Key' button has been added.
- Statusbar in main window now shows the entire ssh command string used to launch the tunnel, to aid in debugging.
- Port forwarding window now allows a bind_address to be specified.
Bugfixes:
- Fixed compiling with -fno-common (the new default with GCC10).
- Plugged multiple memory leaks identified by valgrind.
gSTM v1.3.6
Bugfix release: gAskpass can now find and use it's Glade UI file.
gSTM v1.3.5.1
gSTM v1.3.5.1: The not-really release.
Version bumped to correct some mistakes I made while creating the debian package with Launchpad.net.
Nothing to see here; Move along.
gSTM v1.3.5
New release: gSTM v1.3.5
New feature:
- Auto-reconnect on tunnel failure (Thanks jaroslawp)
Bugfixes:
- Warnings if properties are edited on an active tunnel
- Tunnel info in properties window no longer
doubled/tripled/quadrupled/etc on multiple window openings. - gstm.desktop now launches program using setsid (Fixes issue where
gstm latches on to a hidden tty which results in ssh ignoring SSH_ASKPASS. - Fixed window size not being remembered when gstm is closed with the
Quit button.
UI Updates:
- Cleaned up glade file.
- Updated the copyright listing to include all known authors.
Other:
- Updated README
- RPM spec file added, for users to build their own rpm packages.
(Thanks jaroslawp)
gSTM v1.3.4
Fixed bug where tunnel list would not properly resize when the window was resized. Reported by xvybihal.
Main gSTM window will remember it's size when closed and re-opened, as requested.
gSTM v1.3.3
Bugfixes for gAskpass. Thanks go to Hrotkó Gábor hrotko.gabor@gmail.com for noticing the problem and doing the troubleshooting on it.
gSTM v1.3.2
Bug fixes in the pop-up error windows, reported by kero99.
gSTM v1.3.1
Minor UI fixes; Gentoo and Debian/Ubuntu/Mint packages now available.
gSTM v1.3.0
First public release of the Gtk3 edition of gSTM and gAskpass.