From 3bbc0e50c64c25951b9bed2005bf52ef691cd717 Mon Sep 17 00:00:00 2001 From: Sergix Date: Mon, 29 May 2017 21:06:34 -0400 Subject: [PATCH 1/2] v0.2.1 Patch Notes View changelog for details. --- docs/release/jterm-v0.2.1-docs.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/release/jterm-v0.2.1-docs.md diff --git a/docs/release/jterm-v0.2.1-docs.md b/docs/release/jterm-v0.2.1-docs.md new file mode 100644 index 0000000..9942280 --- /dev/null +++ b/docs/release/jterm-v0.2.1-docs.md @@ -0,0 +1,26 @@ +# JTerm Patch Notes Documentation v0.2.1 + +## Table of Contents +I. Table of Contents +II. Overview +III. Patch Notes +IV. Changelog + +## Overview +This document provides information on version 0.2.1 of the JTerm project. Release notes, developer notes, and the full changelog is included. + +## Patch Notes +Update 0.2.1 of JTerm adds the "echo" command, which takes the input specified and outputs it to the console. It is a simplistic but useful command, as the creation of programmable scripts will soon come as an update into the project. + +## Changelog +- Added "Echo" class file + - Includes "echo" command; called with Echo.EchoInput() + - Takes options variable as only input + - Loops through and adds each output "word" from `options` into the local output variable, then prints that variable + - Help output included +- Added "echo" command to JTerm command switch + +> `JTerm 0.1.0` +> `jterm-v0.1.0.jar` +> This project and its source are held under the GNU General Public License, located in the LICENSE file in the project's directory. +> (c) 2017 From c180b65353140ae41ea8a40bd87897c7b63e57e2 Mon Sep 17 00:00:00 2001 From: Sergix Date: Mon, 29 May 2017 21:09:08 -0400 Subject: [PATCH 2/2] Change v0.2.1 source View changelog for details. --- docs/{release => patch}/jterm-v0.2.1-docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docs/{release => patch}/jterm-v0.2.1-docs.md (96%) diff --git a/docs/release/jterm-v0.2.1-docs.md b/docs/patch/jterm-v0.2.1-docs.md similarity index 96% rename from docs/release/jterm-v0.2.1-docs.md rename to docs/patch/jterm-v0.2.1-docs.md index 9942280..adf5832 100644 --- a/docs/release/jterm-v0.2.1-docs.md +++ b/docs/patch/jterm-v0.2.1-docs.md @@ -20,7 +20,7 @@ Update 0.2.1 of JTerm adds the "echo" command, which takes the input specified a - Help output included - Added "echo" command to JTerm command switch -> `JTerm 0.1.0` -> `jterm-v0.1.0.jar` +> `JTerm 0.2.1` +> `jterm-v0.2.1.jar` > This project and its source are held under the GNU General Public License, located in the LICENSE file in the project's directory. > (c) 2017