Releases: sh123/codec2_talkie
Releases · sh123/codec2_talkie
Release 1.74 (beta)
- Maintenance release
- Use
--build-id=none
linker flag, for Izzy's reproducible builds - Unify cmake version requirements to 13.10
- Use
Release 1.73
- Maintenance release
- Gradle update to 7+
- Target SDK update to 31 (Android 12 Snow Cone)
- Set minimum SDK version across all sub projects to 23 (Android 6 Marshmallow), that's minimum version where app will run
- Some of dependency libraries update where possible to satisfy SDK 31 version
Release 1.72 (beta)
- Maintenance release
Release 1.71 (beta)
- Add Raspberry PI PICO USB device filter and custom prober
Release 1.70 (beta)
- New generic option for adding custom prefix for some UART USB modems, which will also work for other transports such as Bluetooth or BLE
Release 1.69 (beta)
- Add USB UART modem option to prefix each packet with so called transmission target when in fixed transmission mode, page 15 at https://github.com/sh123/codec2_talkie/files/14324280/E220-900T30D_UserManual_EN_v1.0.1.pdf
- Fix small issue with super frame size, which could not be specified as exact value, but should be set to (size + 1)
Release 1.68 (beta)
- Update settings: do not use Codec2 super frame size option for OPUS, rely only on OPUS PCM frame size to set packet size and audio buffers
Release 1.67 (beta)
- [Alpha version] Support for OPUS audio codec (2.4kbps to 512 kbps), codec selection could be toggled between Codec2/OPUS from settings
- Additional separate settings page specific to audio codecs
Release 1.66 (beta)
- Fix issue with application hanging on longer incoming text messages
- Limit text message length to 67 characters according to APRS specification
Release 1.65 (beta)
- Update radio modem configuration settings, include ability for split operation, LoRa/FSK modulation selection and configuring parameters for modem FSK modulation. Modem firmware needs to be updated to be compatible with this version.