Skip to content

Commit

Permalink
0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
windytan committed Jan 26, 2024
1 parent c6e6b47 commit 5dcbec1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# redsea changelog

## HEAD
## 0.21 (2024-01-26)

* Add support for decoding LTCC and LTECC in TMC (#80)
* Add support for decoding RDS output from the TEF6686 tuner (#89)
* Add support for Alternative Frequencies Method B (#88)
* Change the name of the field `alt_kilohertz` to either `alt_frequencies_a`
or `alt_frequencies_b`. The type of data sent by these methods differs.
When `--show-partial` is set, the AF list will be in `partial_alt_frequencies`
regardless of method.
* Breaking: Change the name of the field `alt_kilohertz` to either
`alt_frequencies_a` or `alt_frequencies_b`. The type of data sent by these
methods differs. When `--show-partial` is set, the AF list will be in
`partial_alt_frequencies` regardless of method.
* Add option `--input` / `-i` to specify the stdin input format (bits, hex,
mpx, tef). The old options will still work.
* Fix automake script on Windows (#81)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([redsea], [0.21-SNAPSHOT], [[email protected]], [redsea],
AC_INIT([redsea], [0.21], [[email protected]], [redsea],
[https://github.com/windytan/redsea])
AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign subdir-objects])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 5dcbec1

Please sign in to comment.