Skip to content

Commit a128268

Browse files
committed
Updated README.md for the v1.2 release.
1 parent 7c3b9b2 commit a128268

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
### Get the installer for the latest version (1.1) <a href="https://www.dropbox.com/s/mp8f6a5bgwbyww0/EasyConnect-1.1.msi">here</a>.
1+
### Get the installer for the latest version (1.2) <a href="https://www.dropbox.com/s/zutjwq8h9rxwok4/EasyConnect-1.2.msi">here</a>.
22

3-
This is a Windows tabbed remote desktop application whose UI was designed to resemble Chrome's. Currently it supports Microsoft's Remote Desktop Protocol (RDP), Secure Shell (SSH), and VNC but has a plugin architecture designed to enable third-party support for other protocols such as Citrix, etc.
3+
This is a Windows tabbed remote desktop application whose UI was designed to resemble Chrome's. Currently it supports Microsoft's Remote Desktop Protocol (RDP), Secure Shell (SSH), PowerShell, and VNC but has a plugin architecture designed to enable third-party support for other protocols such as Citrix, etc.
44

5-
<a href="http://lstratman.github.com/EasyConnect/images/screenshots/bookmarks.jpg" target="_new"><img src="http://lstratman.github.com/EasyConnect/images/screenshots/thumbnails/bookmarks.jpg"/></a>
6-
<a href="http://lstratman.github.com/EasyConnect/images/screenshots/sessions.jpg" target="_new"><img src="http://lstratman.github.com/EasyConnect/images/screenshots/thumbnails/sessions.jpg"/></a>
7-
<a href="http://lstratman.github.com/EasyConnect/images/screenshots/globaloptions.jpg" target="_new"><img src="http://lstratman.github.com/EasyConnect/images/screenshots/thumbnails/globaloptions.jpg"/></a>
8-
<a href="http://lstratman.github.com/EasyConnect/images/screenshots/history.jpg" target="_new"><img src="http://lstratman.github.com/EasyConnect/images/screenshots/thumbnails/history.jpg"/></a>
5+
<a href="http://lstratman.github.com/EasyConnect/images/screenshots/bookmarks.png" target="_new"><img src="http://lstratman.github.com/EasyConnect/images/screenshots/thumbnails/bookmarks.jpg"/></a>
6+
<a href="http://lstratman.github.com/EasyConnect/images/screenshots/rdp.png" target="_new"><img src="http://lstratman.github.com/EasyConnect/images/screenshots/thumbnails/rdp.jpg"/></a>
7+
<a href="http://lstratman.github.com/EasyConnect/images/screenshots/ssh.png" target="_new"><img src="http://lstratman.github.com/EasyConnect/images/screenshots/thumbnails/ssh.jpg"/></a>
8+
<a href="http://lstratman.github.com/EasyConnect/images/screenshots/powershell.png" target="_new"><img src="http://lstratman.github.com/EasyConnect/images/screenshots/thumbnails/powershell.jpg"/></a>
9+
<a href="http://lstratman.github.com/EasyConnect/images/screenshots/options.png" target="_new"><img src="http://lstratman.github.com/EasyConnect/images/screenshots/thumbnails/options.jpg"/></a>
10+
<a href="http://lstratman.github.com/EasyConnect/images/screenshots/history.png" target="_new"><img src="http://lstratman.github.com/EasyConnect/images/screenshots/thumbnails/history.jpg"/></a>
911

1012
## Implementing Protocol Plugins
1113

@@ -18,4 +20,4 @@ For an example of implementing a protocol plugin, you can look at the EasyConnec
1820

1921
That's it! Just make sure that the assembly for your protocol is in the EasyConnect directory and it will be picked up and used automatically by the application. The protocol plugin architecture is still evolving, so if you find limitations to the API or want other things added to enable you to implement your protocol, please feel free to contact me or send me a pull request. I'm also happy to accept pull requests for your protocol projects to include them in the main application.
2022

21-
<a href="http://wyday.com/wybuild/" target="_new"><img src="http://programmingnet.weebly.com/files/theme/wybuild.png" valign="middle" hspace="7"/></a> Automatic updates and create update patches with wyBuild.
23+
<a href="http://wyday.com/wybuild/" target="_new"><img src="http://programmingnet.weebly.com/files/theme/wybuild.png" valign="middle" hspace="7"/></a> Automatic updates and create update patches with wyBuild.

0 commit comments

Comments
 (0)