Skip to content
sciancio edited this page Jan 31, 2012 · 20 revisions

0.1 - Initial version for GNOME Shell 3.2

  • Setup and launch SSH Connections
  • Setup and launch Telnet Connections
  • Window Preference to setup connections

0.1.1

  • It's possible to pass environment variables directly to the constructed command, allowing e.g. for sending a LC_ALL different from the native one to the remote system etc. (thanks to Grzegorz Staniak for idea)

0.2

  • Added support to launch any application (custom and not) in and out a terminal shell. You can create your custom script and launch it from CM menu.
  • Published on Gnome Shell Extensions site

0.3

  • Added support for opening connections in tabbed gnome-terminal
  • Backup config file on save
  • A new icon for CM (or old label configurable from Options Tab)
  • Added Options Tab to configure your extension
  • Explicitly invoked python version 2
  • Slighty changes to use commands like www.example.com | tee $HOME/ssh_logs/www.log

0.3.1

  • Fix issue #8 "Command python2 not found.". Now it tries to launch python or python2.

0.4

  • Reload automatically configuration if conf file is modified
  • Implement issue #9 "read ssh-config from ~/.ssh/config". It is possible now read hosts from ssh configuration

0.5

  • Removed "Backup configuration file on save" option. Now backup automatically
  • Removed Icon/Label choice in options tabs. Now is present only icon
  • Terminator support added. You can choose beetween gnome-terminal and terminator shell

0.5.1

  • Removed "Save Conf" button. Now CM saves configuration automatically
  • Fixed a bug present in non-english environment

0.6

  • Provide all Hosts / Apps configured in CM as CONNECTION MANAGER search results

Back to Index page

Clone this wiki locally