diff --git a/Changelog.md b/Changelog.md index 44b89485..dbdffd16 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,12 @@ # Changelog for tttool +## 1.6.1 (2016-04-17) + + * `./tttool assemble`: Do not fail with too many open files + * Handle “other” play commands (FFE0, FFE1) even if their argument is not 0, + with some crude syntax in the YAML format. The meaning of this argument is + not yet understood, volunteers are welcome! + ## 1.6 (2016-01-31) * Completely re-done option parsing, so there now proper support for short and diff --git a/tttool.cabal b/tttool.cabal index 28365d42..096bdccc 100644 --- a/tttool.cabal +++ b/tttool.cabal @@ -1,5 +1,5 @@ name: tttool -version: 1.6.0.1 +version: 1.6.1 synopsis: Working with files for the Tiptoi® pen description: The Ravensburger Tiptoi® pen is programmed via special files. Their file format has been reverse engineered; this