Skip to content

Commit

Permalink
Updated CHANGELOG.md and README.md files.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianst85 committed Jul 3, 2016
1 parent 906fbbd commit 94f12ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
0.3.0-rc.4

Added WinSCP support for connecting to linux hosts.
Default port can be overridden via additional options when connecting with PuTTY.
Minor UI fix.

0.3.0-rc.3

Bug fix: Unescape session names containing special characters.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -21,8 +21,8 @@ QuickConnect is a plugin for [KeePass](http://keepass.info) password manager tha
* `rdp` or `windows` - *Open Remote Desktop* and *Open Remote Desktop (console)*;
* `esxi` or `vcenter` - *Open vSphere Client*;
* `ssh`, `telnet`, `linux` or a known Linux distribution name - *Open PuTTY Console* and *Open WinSCP*.
- Additional options like session name can be specified to be used with PuTTY. The syntax is as follows:
`[{ssh|telnet}|<os_type>;]session:"<regex_pattern>"`.
- Additional options like session name or port can be specified to be used with PuTTY. The syntax is as follows:
`[{ssh|telnet}|<os_type>;]session:"<regex_pattern>";port:<port>`.

Connection method and Additional options can be mapped to the same field. This will avoid cluttering the database with too many custom fields.

Expand Down

0 comments on commit 94f12ed

Please sign in to comment.