Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SuperPuttySetup-v1.4.0.8.msi | 2015-10-26 | 1.9 MB | |
SuperPuttySetup-v1.4.0.8-DEBUG.msi | 2015-10-26 | 1.9 MB | |
SuperPuTTY-1.4.0.8.zip | 2015-10-26 | 601.6 kB | |
README.md | 2015-10-26 | 2.1 kB | |
Stable SuperPuTTY Release 1.4.0.8 source code.tar.gz | 2015-10-26 | 1.3 MB | |
Stable SuperPuTTY Release 1.4.0.8 source code.zip | 2015-10-26 | 1.4 MB | |
Totals: 6 Items | 7.1 MB | 0 |
1.4.0.8 - [x] Fixes Issue [#528] mintty (2.1.4) exiting and throwing exception due to default behavior change in mintty daemonize option. - [x] Fixes Issue [#546] Option Added to override and allow -pw <password> command line option to be sent. Defaults to not allow the -pw option. - [x] Updated Readme file to promote our Facebook page - [x] Resolves Issue [#423] Support added to define shortcut key that will allow rename tab. - [x] Issue [#530] Adds support to persist Command Bar History between sessions - Uses SortableBindingList class as datasource for Command Bar History - Adds new settings in Options for enabling (default) command bar history and for setting aging (default 7 days) of history to persist - [x] Fixes issue [#491] Commands now sent to all sessions that are selected. - Some code cleanup - [x] Issue [#558] Adds support to execute SPSL scripts when a session is launched, or restored from auto layout - Better handling when a new session process is unable to start due to command line arguments or other reasons causing process to not start. should fix unhandled exception in Issue [#528] - [x] Adds new SPSL Scripting Engine as documented in Issue [#558] - [x] Fixes Issue [#551] pscp command line arguments now properly encapsulated in quotation marks to deal with spaces in folder names - [x] Fixes issue [#557] and adds better error checking to application update checker Fixes Issue [#556] check for null object when remote directory is not found due to configuration path error - [x] Add better handling for update checker, possibly Fixes issue [#557] - [x] Merge pull request [#552] from spokorski/master - pressing shift-enter in the command sender will suppress the trailing enter key in the - commands actually sent to the putty sessions. pressing enter by itself will still function as - normal. - [x] Merge pull request [#553] from simono74/master - Implements Session Detail Window for a quick view of session properties - [x] Merge pull request [#548] from simono74/master - Fix the way the keys are handled in the open session window