Skip to content

Commit

Permalink
Set version to 1.2.1. Updated release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmartensson committed Oct 16, 2019
1 parent 46e7384 commit 73171e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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.1-SNAPSHOT</version>
<version>1.2.1</version>
<name>IrpTransmogrifier</name>
<licenses>
<license>
Expand Down
13 changes: 13 additions & 0 deletions src/main/doc/IrpTransmogrifier.releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ Release Notes for IrpTransmogrifier 1.2.0.
The notation #n refers to issues number n at
https://github.com/bengtmartensson/IrpTransmogrifier/issues

===============================================================================
2019-10-16: Version 1.2.1

* Merge Graham Dixon's fixes http://www.hifi-remote.com/forums/viewtopic.php?t=101943&start=63
in particular in <irp:parameter name="uei-executor">.
* Updated protocol documentation etc in IrpProtocols.xml. Resolves #146.
* Implemented IrpDatabase.patch(File) etc, allowing for patching IrpDatabases.
From command line, allow several arguments to --config. Resolves #68.
* New option list --dump. Resolves #144.
* Rename IrpDatabase.toDocument to IrpDatabase.toXml
* Protocols: G.I.44DTVold removed; G.I.4DTVnoCheck -> G.I.4DTV_relaxed.
Remove all usable="true". Reordering.

===============================================================================
2019-10-11: Version 1.2.0

Expand Down

0 comments on commit 73171e1

Please sign in to comment.