File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ endif(APPLE)
48
48
49
49
# Adds a tag to the end of the version string. Leave empty
50
50
# for official release builds.
51
- set (FREEDV_VERSION_TAG "devel " )
51
+ set (FREEDV_VERSION_TAG "" )
52
52
53
53
# Prevent in-source builds to protect automake/autoconf config.
54
54
# If an in-source build is attempted, you will still need to clean up a few
Original file line number Diff line number Diff line change @@ -889,7 +889,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
889
889
890
890
# Release Notes
891
891
892
- ## V1.9.7 TBD 2024
892
+ ## V1.9.7 January 2024
893
893
894
894
1 . Bugfixes:
895
895
* Use double precision instead of float for loading frequency list. (PR #627 )
@@ -909,6 +909,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
909
909
* Fix issue preventing FreeDV startup on macOS <= 10.13. (PR #652 )
910
910
* On startup, only jiggle height and not width. (PR #653 )
911
911
* Fix issue preventing FreeDV from being linked with older versions of Xcode. (PR #654 )
912
+ * Fix issue preventing TX audio from resuming after going from TX->RX in full duplex mode. (PR #655 )
912
913
2 . Enhancements:
913
914
* Allow user to refresh status message even if it hasn't been changed. (PR #632 )
914
915
* Increase priority of status message highlight. (PR #632 )
Original file line number Diff line number Diff line change @@ -876,6 +876,7 @@ void MainFrame::togglePTT(void) {
876
876
}
877
877
}
878
878
g_tx = false ;
879
+ endingTx = false ;
879
880
880
881
// tx-> rx transition, swap to the page we were on for last rx
881
882
m_auiNbookCtrl->ChangeSelection (wxGetApp ().appConfiguration .currentNotebookTab );
You can’t perform that action at this time.
0 commit comments