Skip to content

Commit 2616583

Browse files
committed
Updated to 2.2
1 parent 6e7036e commit 2616583

19 files changed

Lines changed: 81 additions & 2181 deletions

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.2] - 2018-09-12
6+
- Removed: SSH support, because of too many bugs
7+
58
## [2.1] - 2017-12-22
69
- Save SSH configuration upon exiting (except password)
710
- Paste only text, without formatting fixed
@@ -45,4 +48,4 @@ All notable changes to this project will be documented in this file.
4548
- Major bug fixes
4649

4750
## [1.0] - 2016-11-12
48-
- Initial release
51+
- Initial release

MoonShell/AboutForm.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ private void About_Load(object sender, EventArgs e)
3232
infoBox.AppendText("Press CTRL+T or CTRL+W to add or remove tabs\n");
3333
infoBox.AppendText("Type 'clear' or 'cls' to clear current tab\n");
3434
infoBox.AppendText("Type '!!' to execute the last command\n");
35-
infoBox.AppendText("Type 'ssh connect' to configure your connection\n");
36-
infoBox.AppendText("Type 'ssh <username>@<host>' also works\n");
3735
infoBox.AppendText("Type 'addplace' to bookmark current directory\n");
3836
infoBox.AppendText("Type 'removeplace <ID>' to remove a specific place\n");
3937
infoBox.AppendText("Type 'verifyplaces' to remove invalid places\n");

MoonShell/ConnectForm.Designer.cs

Lines changed: 0 additions & 247 deletions
This file was deleted.

MoonShell/ConnectForm.cs

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)