vp-digi/CHANGELOG.md

77 wiersze
2.2 KiB
Markdown
Czysty Zwykły widok Historia

2023-07-29 17:09:47 +00:00
# 1.2.6 (2023-08-29)
## New features
* Added ```nonaprs [on/off]``` command that enables reception of non-APRS frames, e.g. for full Packet Radio use
## Bug fixes
* Beacons not being send fixed
## Other
* none
## Known bugs
* none
# 1.2.5 (2022-11-05)
## New features
* Added ```dest <address>``` command that enables setting own destination address
## Bug fixes
* none
## Other
* PWM defaulting to 50%
## Known bugs
* none
2022-08-30 12:06:18 +00:00
# 1.2.4 (2022-08-30)
## New features
* Added ```monkiss [on/off]``` command that enables sending own and digipeated frames to KISS ports
## Bug fixes
* included .cproject so that the project can be imported and compiled in SW4STM32 without generating in CubeMX
## Other
* none
## Known bugs
* none
2022-08-23 14:47:07 +00:00
# 1.2.3 (2022-08-23)
## New features
* none
## Bug fixes
* KISS TX (UART and USB) buffer overrun, minor changes
## Other
* none
## Known bugs
2022-08-30 12:06:18 +00:00
* none
2022-08-23 14:47:07 +00:00
# 1.2.2 (2022-06-11)
## New features
* none
## Bug fixes
* Default de-dupe time was 0, backspace was sometimes stored in config, frame length was not checked in viscous delay mode
## Other
* none
## Known bugs
* USB in KISS mode has problem with TX frames
2022-06-11 12:49:28 +00:00
# 1.2.2 (2022-06-11)
## New features
* none
## Bug fixes
* Default de-dupe time was 0, backspace was sometimes stored in config, frame length was not checked in viscous delay mode
## Other
* none
## Known bugs
2022-07-19 16:00:12 +00:00
* USB in KISS mode has problem with TX frames
2021-10-13 16:38:34 +00:00
# 1.2.1 (2021-10-13)
## New features
* none
## Bug fixes
2021-10-13 16:40:32 +00:00
* Digi max and rep values could not be entered when only LF line ending was used.
2021-10-13 16:38:34 +00:00
## Other
* none
## Known bugs
2022-08-30 12:06:18 +00:00
* none
2021-09-10 11:55:39 +00:00
# 1.2.0 (2021-09-10)
This is the very first open-source VP-Digi release.
## New features
* Viscous-delay and direct-only modes are enabled separately for each digipeater alias: ```digi <0-7> viscous [on/off]``` and ``` digi <0-7> direct [on/off] ```.
**When updating from version <1.2.0 please erase configuration or set new settings carefully.**
* Selectable signal input type: normal (filtered) audio or flat (unfiltered) audio: ```flat [on/off]``` - switches modem settings - before v. 1.2.0 was hardcoded for normal audio
* Erase all settings command: ```eraseall```
## Bug fixes
* none
## Other
* Code was partially rewritten (especially digipeater, modem and AX.25 layer)
## Known bugs
2022-08-31 10:32:11 +00:00
* none