Skip to content

Commit

Permalink
Set version to 1.1.1. Updated release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmartensson committed Sep 15, 2019
1 parent 396dd3e commit 5ae8abe
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.harctoolbox</groupId>
<artifactId>IrpTransmogrifier</artifactId>
<packaging>jar</packaging>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<name>IrpTransmogrifier</name>
<licenses>
<license>
Expand Down
22 changes: 21 additions & 1 deletion src/main/doc/IrpTransmogrifier.releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
Release Notes for IrpTransmogrifier 1.1.0.
Release Notes for IrpTransmogrifier 1.1.1.

The notation #n refers to issues number n at
https://github.com/bengtmartensson/IrpTransmogrifier/issues

===============================================================================
2019-09-15: Version 1.1.1

Open issue: Protocol G.I.4DTV partially broken, see #126.

* --ignoreLeadingGarbage now forces IrSequence decoding.
* Improved logging of prefer-over removal of decodes (loglevel FINE).
* Bugfix: User parameters sometimes did not take effect (after #121). #131.
* IrpProtocols.xml: Prefer NEC2 over NEC, and prefer NEC1 over NEC1-rnc.
* For decoding of IrSignals, remove prefer-overs transitively. #130.
* Fixed definition of F12. Resolves #129.
* New render option --decode.
* Handle XHTML in element irp:documentation sensibly. Resolves #125.
* Allow XML in irp:parameter element. Resolves #124.
* Refusal to render decode-only protocols implemented. Resolves #123.
* New decode option --ignoreLeadingGarbage. #122.
* New decode option --override. #121.
* New common option --blacklist. #120.
* Refactoring some decoding stuff. Dramatic speedup on --recursive.

===============================================================================
2019-08-31: Version 1.1.0

Expand Down

0 comments on commit 5ae8abe

Please sign in to comment.