Skip to content

Commit 9810773

Browse files
committed
v0.5.1
View changelog entry Sergix#84 for details.
1 parent 96bc608 commit 9810773

File tree

12 files changed

+2098
-21
lines changed

12 files changed

+2098
-21
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ If a new bug or issue is found, create a new Issue! The issue name must be short
9090
- Version of JTerm
9191
3. "Files and Code" - If you find where the issue is or believe it to be, put the filenames and/or code in this section.
9292

93-
> JTerm 0.4.1
94-
> `jterm-v0.4.1.jar`
93+
> JTerm 0.5.1
94+
> `jterm-v0.5.1.jar`
9595
> This project and its source are held under the GNU General Public License, located in the LICENSE file in the project's directory.
9696
> (c) 2017

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ View the [Contributing Guidelines](https://github.com/Sergix/JTerm/blob/master/C
2222
## Slack
2323
The JTerm project now has a Slack messaging group! Request to join the [Sergix](https://sergix.slack.com/) team to recieve notifications on updates, Travis CI build status, and more!
2424

25-
> JTerm 0.4.1
26-
> `jterm-v0.4.1.jar`
25+
> JTerm 0.5.1
26+
> `jterm-v0.5.1.jar`
2727
> This project and its source are held under the GNU General Public License, located in the LICENSE file in the project's directory.
2828
> (c) 2017

build/changelog/jterm-changelog-v0.5.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Full changes include:
2323
- Exit.java (`exit`)
2424
- Help.java (`help`)
2525

26-
More information provided in published patch notes documentation.
26+
More information provided in published release notes documentation.
+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Changelog entry:
2+
3+
(#84)[9/12/2017-21:26 0.5.1 Sergix]
4+
Wrote patch notes and changelog for version "0.5.1".
5+
Compiled binaries and source code, as well as the wrapfile (which may be deprecated).
6+
Changed POM project version to 0.5.1.
7+
Changed JTERM_VERSION to 0.5.1.
8+
Changed README and CONTRIBUTING.md version to 0.5.1.
9+
Pushed updates to Git.
10+
11+
Full changes include:
12+
- The second part of a command is now the function name (i.e. `dir ls`) (except for single word commands, i.e. `echo` and `help`)
13+
- Removed switch statement blocks in `Process()` functions
14+
- Arguments for `Process()` functions are now `ArrayList<>`'s
15+
- The method caller in `JTerm.Parse()` now passes an `ArrayList<>` rather than a string
16+
- Changed multple function names.
17+
- `Dir`
18+
- `PrintDir()` -> `Ls()`
19+
- `ChangeDir()` -> `Cd()`, `Chdir()`
20+
- `PrintWorkingDir()` -> `Pwd()`
21+
- `NewDir()` -> `Md()`
22+
- `Files`
23+
- `WriteFile()` -> `Write()`
24+
- `ReadFile()` -> `Read()`
25+
- Created `Files.Del()` and `Files.Rm()` function that are identical to `Files.Delete()`
26+
- Removed the following functions, and moved their contents to their respective class constructors
27+
- `Echo.EchoInput()`
28+
- `Exit.ExitApp()`
29+
- `Help.PrintHelp()`
30+
- `Pause.EnterPause()`
31+
- `Ping.PingHost()`
32+
- `Ps.View()`
33+
- `Set.NewVar()`, `Set.PrintVar()`
34+
- Minor fixes
35+
36+
More information provided in published patch notes documentation.

build/jar/jterm-v0.5.1.jar

502 KB
Binary file not shown.

0 commit comments

Comments
 (0)