Skip to content

Commit

Permalink
Updated version, added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
perkowitz committed Jan 29, 2017
1 parent e270a43 commit 46c31ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,14 @@ That basic sequencer runs as one module in Hachi.

Tracking bugs, needed improvements, and all-new features using [issues](https://github.com/perkowitz/issho/issues)
here in Github, but also via [HuBoard](https://huboard.com/perkowitz/issho#/milestones).

# Release notes

## 2017-01-29: v1.0.1

- Add configurable keyboard device
- Added Chords, ChordReceiver, ChordModule to track chords from keyboard device and apply chords to outgoing MIDI notes
- Updated MonoModule and StepModule to extend ChordModule so they follow chords
- Added chord options to keyboard configuration
- Updated doc to cover chords and keyboard configuration
- Added tests for Chords
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.perkowitz</groupId>
<artifactId>issho</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<name>Issho</name>


Expand Down

0 comments on commit 46c31ea

Please sign in to comment.