File tree Expand file tree Collapse file tree 4 files changed +26
-4
lines changed
PC_Application/LibreVNA-GUI Expand file tree Collapse file tree 4 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.6.3
4+ Bugfixes and quality of life improvements
5+
6+ - Windows and macOS: add icon to GUI application
7+ - From math traces:
8+ - Validate formula immediately and show error messages
9+ - Bugfix: do not reset variable names when opening trace edit dialog again
10+ - Fix crash when combining with de-embedding
11+ - Calibration:
12+ - Interpolate points using mag/phase instead of real/imag (minor improvements in accuracy)
13+ - Update widget when changing span
14+ - Fix race condition when aborting measurement
15+ - Reset LibreCAL port settings when aborting measurement
16+ - Manual improvement: typos and wording
17+ - Increase USB buffer timeout during sweep (should prevent disconnect when CPU is very busy)
18+ - Include actual serial of connected device in SCPI \* IDN? response
19+ - Allow group delay plot for reflection traces
20+ - Configurable default Y axis limits per Y axis type
21+ - Fix streaming server output for zero span sweeps
22+ - Synchronization improvements for compound device
23+ - Allow name changes for existing modes
24+
325## v1.6.2
426
527Mostly bugfixes with only minor new features
Original file line number Diff line number Diff line change @@ -416,5 +416,5 @@ QMAKE_CXXFLAGS += -Wno-deprecated -Wno-deprecated-declarations -Wno-deprecated-c
416416CONFIG += c++17
417417REVISION = $$system (git rev-parse HEAD )
418418DEFINES += GITHASH =\ \"\"$$REVISION\\"\"
419- DEFINES += FW_MAJOR =1 FW_MINOR =6 FW_PATCH =2 FW_SUFFIX =" "
419+ DEFINES += FW_MAJOR =1 FW_MINOR =6 FW_PATCH =3 FW_SUFFIX =" "
420420DEFINES -= _UNICODE UNICODE
Original file line number Diff line number Diff line change 4444 <listOptionValue builtIn =" false" value =" _SNK" />
4545 <listOptionValue builtIn =" false" value =" FW_MAJOR=1" />
4646 <listOptionValue builtIn =" false" value =" FW_MINOR=6" />
47- <listOptionValue builtIn =" false" value =" FW_PATCH=2 " />
47+ <listOptionValue builtIn =" false" value =" FW_PATCH=3 " />
4848 <listOptionValue builtIn =" false" value =" HW_REVISION='B'" />
4949 <listOptionValue builtIn =" false" value =" USE_FULL_LL_DRIVER" />
5050 <listOptionValue builtIn =" false" value =" USE_HAL_DRIVER" />
9191 <listOptionValue builtIn =" false" value =" DEBUG" />
9292 <listOptionValue builtIn =" false" value =" FW_MAJOR=1" />
9393 <listOptionValue builtIn =" false" value =" FW_MINOR=6" />
94- <listOptionValue builtIn =" false" value =" FW_PATCH=2 " />
94+ <listOptionValue builtIn =" false" value =" FW_PATCH=3 " />
9595 <listOptionValue builtIn =" false" value =" HW_REVISION='B'" />
9696 <listOptionValue builtIn =" false" value =" USE_FULL_LL_DRIVER" />
9797 <listOptionValue builtIn =" false" value =" USE_HAL_DRIVER" />
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ MCU = $(CPU) -mthumb $(FLOAT-ABI) $(FPU)
101101C_DEFS = \
102102-DFW_MAJOR=1 \
103103-DFW_MINOR=6 \
104- -DFW_PATCH=2 \
104+ -DFW_PATCH=3 \
105105-DDEBUG \
106106-DUSE_FULL_LL_DRIVER \
107107-DHW_REVISION="'B'" \
You can’t perform that action at this time.
0 commit comments