Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Sergix/JTerm
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergix committed May 30, 2017
2 parents d8081ab + c180b65 commit 88c900f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/patch/jterm-v0.2.1-docs.md
Original file line number Diff line number Diff line change
@@ -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.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

0 comments on commit 88c900f

Please sign in to comment.