diff --git a/CHANGELOG b/CHANGELOG index 7bb3b3f..3a511c1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,54 @@ # CHANGELOG + +- 20220915 + + Merge branch log: + + Minor edit to margins + + Removed some additional padding that was left in parts of the UI. + + Changed windows 'open log' command to launch notepad. + + Removed extra disconnect message from logging host. + + Added flush to the text stream to termbin. + + Better scrolling behavior. The log is now aware if you are not at the + bottom and will not force scroll if so. Otherwise, it will bring the + horizontal scroll back to the left-edge. + + Renamed URL message box in case we add an additional message box later. + + Clarified control label to Scroll Down versus To Bottom. + + Changed font for better compatibility. Added some controls for scrolling + behavior. + + Debug mode can now be toggled from the logging window. + + Removed extra output on non-server builds. + + Added debug logging button, however, it doesn't propagate the debug + signal through all the modules yet. So, for now, it is hidden. + + Restored version to log file, fixed reversed log entries. + + updated to v.1.44 +- 20220914 + + Removed word wrapping from the log + + Cut log window polling rate in half for lower CPU. 100ms is plenty fast. + + Removed audio volume logging. + + Keep the logging window up after the message box. Added "log" logging + category. + + Added logging window capability with termbin support. + - 20220909 Merge branch resize: diff --git a/WHATSNEW b/WHATSNEW index dbafb9c..45eb4e8 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -25,7 +25,7 @@ The following highlights are in this 1.41-release: + 1.41 added color picker support for all kinds of vsual elements + 1.42 added three additional second meter choices. RxAudio, TxAdio, and TxRxAudio + 1.43 fixed resizing issues. - ++1.44 added logging window. you can send the logs to termbin.com and share the link on the forum Notes: diff --git a/wfserver.pro b/wfserver.pro index 24a5bef..41e74e9 100644 --- a/wfserver.pro +++ b/wfserver.pro @@ -13,7 +13,7 @@ TEMPLATE = app CONFIG += console -DEFINES += WFVIEW_VERSION=\\\"1.43\\\" +DEFINES += WFVIEW_VERSION=\\\"1.44\\\" DEFINES += BUILD_WFSERVER diff --git a/wfview.pro b/wfview.pro index 797e98f..784ca7a 100644 --- a/wfview.pro +++ b/wfview.pro @@ -11,7 +11,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport TARGET = wfview TEMPLATE = app -DEFINES += WFVIEW_VERSION=\\\"1.43\\\" +DEFINES += WFVIEW_VERSION=\\\"1.44\\\" DEFINES += BUILD_WFVIEW