Skip to content

Commit

Permalink
Set version to 2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmartensson committed Sep 25, 2020
1 parent 816c226 commit 88eb862
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
#- ./common/scripts/build-harctoolbox-project.sh Girr
#- ./common/scripts/build-harctoolbox-project.sh Jirc
#- ./common/scripts/build-harctoolbox-project.sh DevSlashLirc
- ./common/scripts/build-harctoolbox-project.sh HarcHardware
#- ./common/scripts/build-harctoolbox-project.sh HarcHardware
- ./common/scripts/build-tonto.sh -n
- ./tools/get-jdk.sh linux
- wget --quiet http://www.harctoolbox.org/downloads/jre-x64-macOS.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.harctoolbox</groupId>
<artifactId>IrScrutinizer</artifactId>
<packaging>jar</packaging>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<name>${project.artifactId}</name>
<licenses>
<license>
Expand All @@ -33,7 +33,7 @@
<IrpTransmogrifier.version>1.2.8</IrpTransmogrifier.version>
<Girr.version>2.2.9</Girr.version>
<Jirc.version>2.2.9</Jirc.version>
<HarcHardware.version>2.3.0-SNAPSHOT</HarcHardware.version>
<HarcHardware.version>2.3.0</HarcHardware.version>
</properties>

<profiles>
Expand Down
13 changes: 11 additions & 2 deletions src/main/doc/IrScrutinizer.releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,21 @@ The gaps in release number sequence are due to keeping version numbers
The notation #n refers to issues number n at
https://github.com/bengtmartensson/IrScrutinizer/issues
==============================================================================
Version 2.*.*, planned released 2020-12-31.

Version 2.3.0, released 2020-09-25.

* Use NRJavaSerial instead of RXTX, through HardHardware 2.3.0.
* Reworked serial hardware for better performance and reliability.
* Added commitId to About popup (if version ends with -SNAPSHOT).
* Cleanup and fixes of IctImporter.
* Arduino raw export: support boards without flash functions. #398.
* Optionally chop the signals of IctImporter. #395.
* Make chopThreshold user settable and persistent.
* Possibility to invoke chop on raw signals. #394.
* File -> Import -> Import as raw -> RMDU now invokes correct importer. #388.
* RmduImporter: Better handling of not understood protocols/executors.
* New user option; removeDefaultedParameters.
* Updated protocols.ini to the version of RemoteMaster 2.10build9.
* Misc. bug- and documentation fixes.

==============================================================================
Version 2.2.6, released 2020-05-25.
Expand Down
Binary file modified src/main/doc/pom-deps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 88eb862

Please sign in to comment.