Skip to content

Commit

Permalink
Set version number to 2.4.0. Small update of release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmartensson committed Dec 20, 2022
1 parent 3d25c67 commit 75abf9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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>IrScrutinizer</artifactId>
<packaging>jar</packaging>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<name>${project.artifactId}</name>
<licenses>
<license>
Expand Down
5 changes: 3 additions & 2 deletions src/main/doc/IrScrutinizer.releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ https://github.com/bengtmartensson/IrScrutinizer/issues
==============================================================================
Version 2.4.0, released 2022-12-20.

* Re-installed the irptransmogrifire command on Windows/setup.exe. #468.
* Documentation improvements. #269.
* Re-installed the irptransmogrifier command on Windows/setup.exe. #468.
* Fix HardwareManager.close() misbehavior when called during shutdown. #463.
* IrWidget: Add option for not dropping DTR and RTS when opening the device. #462.
* Uses IrpTransmogrifier 1.2.11, see IrpTransmogrifier.releasenotes.txt.
Expand All @@ -19,7 +20,7 @@ Version 2.4.0, released 2022-12-20.
* New command line option --loglevel, cf. IrpTransmogrifier.
* Exportformats: better handling of export format parameters. Implemented export formats documentation. #323.
* Some layout tweaks. #366, #401.
* Remove Lirc as sending device (partially replaced by NamedCommandSender). Resolves #399.
* Remove Lirc as sending device (partially replaced by NamedCommandSender). #399.
* Remove IrTrans support (except for the NamedCommandSender).
* Remove explicit IrToy sending/capturing support (in Linux, still indirectly supported through DevSlashLirc).
* AppImage, Mac & Windows w/ embedded Java https bug fixed. #448.
Expand Down

0 comments on commit 75abf9f

Please sign in to comment.