Skip to content

Commit

Permalink
Update changelog. Up patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
ullenius committed Jul 20, 2023
1 parent 302d56f commit e6cc2b7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 2.3.2
### Bug fixes:
Some xid6-tags were signed int 32 whereas the spec says uint32. Fixed the
following:
* loop length
* end length
* fade length
* intro length

* Code refactoring (use new Java 17 features)
* Length in seconds is masked to 24-bits (id666)

## 2.3.1
A warning is printed if the minor version (binary) field doesn't match the
minor version in the header (plain text).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/se/anosh/spctag/TagReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
public final class TagReader {

private static final String VERSION ="spctag version 2.3.1";
private static final String VERSION ="spctag version 2.3.2";
private static final String ABOUT = "code by A. Ullenius 2019-2023";
private static final String LICENCE = "Licence: Gnu General Public License - version 3.0 only";
private static final String TRIBUTE = "spctag is dedicated to my favourite OC remixer: Avien (1986-2004). RIP";
Expand Down

0 comments on commit e6cc2b7

Please sign in to comment.