Skip to content

Commit 47c6cc7

Browse files
authored
Merge pull request #114 from devlinx9/develop
Version 2.3.0 develop to master
2 parents 5552ed5 + 82e1488 commit 47c6cc7

File tree

231 files changed

+7673
-9023
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+7673
-9023
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ muon-jediterm/target/*
1414
/muon-app/target/
1515
/muon-jediterm/target/
1616
muon-app/target/maven-archiver/pom.properties
17-
muon-jediterm/target/*
18-
muon-jediterm\target\*
19-
/muon-app/target/
17+
*.snap

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ Easy and fun way to work with remote servers over SSH.
1111

1212
This project is being renamed as previous name "Snowflake" is confusing since there is already a popular product with the same name.
1313

14-
1514
Muon is a graphical SSH client. It has a enhanced SFTP file browser, SSH terminal emulator, remote resource/process manager, server disk space analyzer, remote text editor, huge remote log viewer and lots of other helpful tools, which makes it easy to work with remote servers. Muon provides functionality similar to web based control panels but, it works over SSH from local computer, hence no installation required on server. It runs on Linux and Windows.
16-
Muon has been tested with serveral Linux and UNIX servers, like Ubuntu server, CentOS, RHEL, OpenSUSE, FreeBSD, OpenBSD, NetBSD and HP-UX.
17-
18-
15+
Muon has been tested with several Linux and UNIX servers, like Ubuntu server, CentOS, RHEL, OpenSUSE, FreeBSD, OpenBSD, NetBSD and HP-UX.
1916

2017
[![IMAGE ALT TEXT](https://raw.githubusercontent.com/subhra74/snowflake-screenshots/master/Capture32.PNG)](https://youtu.be/G2qHZ2NodeM "View on YouTube")
2118

@@ -41,22 +38,22 @@ Muon has been tested with serveral Linux and UNIX servers, like Ubuntu server, C
4138
</tr>
4239
<tr>
4340
<td>
44-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.deb">v2.2.0</a>
41+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.deb">v2.3.0</a>
4542
</td>
4643
<td>
47-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.exe">Exe file</a>
44+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.exe">Exe file</a>
4845
</td>
4946
<td>
50-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.deb">DEB installer</a>
47+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.deb">DEB installer</a>
5148
</td>
5249
<td>
53-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.dmg">DMG installer</a>
50+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.dmg">DMG installer</a>
5451
</td>
5552
<td>
56-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.jar">Generic installer</a>
53+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.jar">Generic installer</a>
5754
</td>
5855
<td>
59-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.jar">Portable JAR (Java 11)</a>
56+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.jar">Portable JAR (Java 11)</a>
6057
</td>
6158
</tr>
6259
<tr>
@@ -129,7 +126,6 @@ Muon has been tested with serveral Linux and UNIX servers, like Ubuntu server, C
129126
<b>* You must have Java 11 installed minimum</b>
130127
</p>
131128

132-
133129
<h2>Building from source:</h2>
134130
<pre> This is a standard maven project. If you have configured Java and Maven use:
135131
<b>mvn clean install</b> to build the project.
@@ -152,8 +148,6 @@ Muon has been tested with serveral Linux and UNIX servers, like Ubuntu server, C
152148
<li>MultiLanguage Support</li>
153149
</ul>
154150

155-
156-
157151
<h2>Documentation:</h2>
158152

159153
<p>

README_de.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@ Muon bietet ähnliche Funktionen wie webbasierte Control Panels, funktioniert je
3838
</tr>
3939
<tr>
4040
<td>
41-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.deb">v2.2.0</a>
41+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.deb">v2.3.0</a>
4242
</td>
4343
<td>
44-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.exe">Exe file</a>
44+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.exe">Exe file</a>
4545
</td>
4646
<td>
47-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.deb">DEB installer</a>
47+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.deb">DEB installer</a>
4848
</td>
4949
<td>
50-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.dmg">DMG installer</a>
50+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.dmg">DMG installer</a>
5151
</td>
5252
<td>
53-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.jar">Generic installer</a>
53+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.jar">Generic installer</a>
5454
</td>
5555
<td>
56-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.jar">Portable JAR (Java 11)</a>
56+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.jar">Portable JAR (Java 11)</a>
5757
</td>
5858
</tr>
5959
<tr>

README_es.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@ Muon ha sido probado con varios servidores Linux y UNIX, como el servidor Ubuntu
4040
</tr>
4141
<tr>
4242
<td>
43-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.deb">v2.2.0</a>
43+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.deb">v2.3.0</a>
4444
</td>
4545
<td>
46-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.exe">Exe file</a>
46+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.exe">Exe file</a>
4747
</td>
4848
<td>
49-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.deb">DEB installer</a>
49+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.deb">DEB installer</a>
5050
</td>
5151
<td>
52-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.dmg">DMG installer</a>
52+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.dmg">DMG installer</a>
5353
</td>
5454
<td>
55-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.jar">Generic installer</a>
55+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.jar">Generic installer</a>
5656
</td>
5757
<td>
58-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.jar">Portable JAR (Java 11)</a>
58+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.jar">Portable JAR (Java 11)</a>
5959
</td>
6060
</tr>
6161
<tr>

README_fr.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@ Muon fournit des fonctionnalités similaires aux panneaux de contrôle Web, mais
3939
</tr>
4040
<tr>
4141
<td>
42-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.deb">v2.2.0</a>
42+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.deb">v2.3.0</a>
4343
</td>
4444
<td>
45-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.exe">Exe file</a>
45+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.exe">Exe file</a>
4646
</td>
4747
<td>
48-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.deb">DEB installer</a>
48+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.deb">DEB installer</a>
4949
</td>
5050
<td>
51-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.dmg">DMG installer</a>
51+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.dmg">DMG installer</a>
5252
</td>
5353
<td>
54-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.jar">Generic installer</a>
54+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.jar">Generic installer</a>
5555
</td>
5656
<td>
57-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.jar">Portable JAR (Java 11)</a>
57+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.jar">Portable JAR (Java 11)</a>
5858
</td>
5959
</tr>
6060
<tr>

README_pt.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@ Muon fornece funcionalidade semelhante a painéis de controle baseados na web, m
3939
</tr>
4040
<tr>
4141
<td>
42-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.deb">v2.2.0</a>
42+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.deb">v2.3.0</a>
4343
</td>
4444
<td>
45-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.exe">Exe file</a>
45+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.exe">Exe file</a>
4646
</td>
4747
<td>
48-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.deb">DEB installer</a>
48+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.deb">DEB installer</a>
4949
</td>
5050
<td>
51-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.dmg">DMG installer</a>
51+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.dmg">DMG installer</a>
5252
</td>
5353
<td>
54-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.jar">Generic installer</a>
54+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.jar">Generic installer</a>
5555
</td>
5656
<td>
57-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.jar">Portable JAR (Java 11)</a>
57+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.jar">Portable JAR (Java 11)</a>
5858
</td>
5959
</tr>
6060
<tr>

README_ru.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@ Muon был протестирован с различными серверам
3939
</tr>
4040
<tr>
4141
<td>
42-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.deb">v2.2.0</a>
42+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.deb">v2.3.0</a>
4343
</td>
4444
<td>
45-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.exe">Exe file</a>
45+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.exe">Exe file</a>
4646
</td>
4747
<td>
48-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.deb">DEB installer</a>
48+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.deb">DEB installer</a>
4949
</td>
5050
<td>
51-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.dmg">DMG installer</a>
51+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.dmg">DMG installer</a>
5252
</td>
5353
<td>
54-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.jar">Generic installer</a>
54+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.jar">Generic installer</a>
5555
</td>
5656
<td>
57-
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.2.0/muonssh_2.2.0.jar">Portable JAR (Java 11)</a>
57+
<a href="https://github.com/devlinx9/muon-ssh/releases/download/v2.3.0/muonssh_2.3.0.jar">Portable JAR (Java 11)</a>
5858
</td>
5959
</tr>
6060
<tr>

docs/check-update.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
<head>
44
<script>
5-
var CURRENT_VERSION = 220;
6-
var RELEASE_URL = "https://github.com/devlinx9/muon-ssh/releases/tag/v2.2.0";
5+
const CURRENT_VERSION = 220;
6+
const RELEASE_URL = "https://github.com/devlinx9/muon-ssh/releases/tag/v2.3.0";
7+
78
function printVersion() {
8-
var rx = /\?v=(\d+)/;
9-
var str = window.location.search;
10-
var match = rx.exec(str);
9+
const rx = /\?v=(\d+)/;
10+
const str = window.location.search;
11+
const match = rx.exec(str);
1112
if (match != null) {
12-
var v = parseInt(match[1], 10);
13+
const v = parseInt(match[1], 10);
1314
if (v < CURRENT_VERSION) {
1415
document.getElementById("ver").innerHTML = "A newer version is available, download it <a href='" + RELEASE_URL + "'>here</a>";
1516
} else {

0 commit comments

Comments
 (0)