Skip to content

Releases: dallenwilson/gstm

gSTM v1.3.7

16 Dec 01:54
2107e23

Choose a tag to compare

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

04 Apr 17:22
0638da1

Choose a tag to compare

Bugfix release: gAskpass can now find and use it's Glade UI file.

gSTM v1.3.5.1

31 Mar 22:29
29c267c

Choose a tag to compare

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

31 Mar 21:50
55a6879

Choose a tag to compare

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

03 Nov 19:36

Choose a tag to compare

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

18 Apr 15:53

Choose a tag to compare

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

20 Mar 14:08

Choose a tag to compare

Bug fixes in the pop-up error windows, reported by kero99.

gSTM v1.3.1

07 Mar 04:55

Choose a tag to compare

Minor UI fixes; Gentoo and Debian/Ubuntu/Mint packages now available.

gSTM v1.3.0

22 Jan 18:35

Choose a tag to compare

First public release of the Gtk3 edition of gSTM and gAskpass.