-
Notifications
You must be signed in to change notification settings - Fork 45
Changes
sciancio edited this page Dec 12, 2011
·
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