Skip to content

Commit

Permalink
Version bump + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Feb 21, 2025
1 parent d722f62 commit 351b040
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## v1.6.2

Mostly bugfixes with only minor new features

- New features:
- New SCPI commands:
- Temperatures readout
- Complete control over manual control via SCPI
- Padding option for TDR/DFT to increase resolution
- Support for dwell time (adjustable delay before each point in the sweep)
- Bugfixes:
- Fix crash when deleting traces with TDR/DFT math
- Spectrum analyzer: Improve tracking generator frequency accuracy
- Fix swapped LO and Source unlock LEDs
- Reduce amount of mode switches when starting and loading setups (faster loading time)
- Use correct units on spectrum analyzer graphs (dBm instead of dB)
- Fix Touchstone export file ending
- Update eye diagram when changing settings while the trace data does not change
- Keep eye diagram trace visible when other trace is deleted
- Resolve math references when duplicating "from math" traces
- Update LibreCAL API, detect LibreCALs with bad factory coefficients
- Fix impedance renormalization (general formulas for parameter conversions)
- Fix rare and random phase reversals of S parameter measurements

## v1.6.1

Mostly bugfixes with only minor new features
Expand Down
2 changes: 1 addition & 1 deletion Software/PC_Application/LibreVNA-GUI/LibreVNA-GUI.pro
Original file line number Diff line number Diff line change
Expand Up @@ -413,5 +413,5 @@ QMAKE_CXXFLAGS += -Wno-deprecated -Wno-deprecated-declarations -Wno-deprecated-c
CONFIG += c++17
REVISION = $$system(git rev-parse HEAD)
DEFINES += GITHASH=\\"\"$$REVISION\\"\"
DEFINES += FW_MAJOR=1 FW_MINOR=6 FW_PATCH=1 FW_SUFFIX=""
DEFINES += FW_MAJOR=1 FW_MINOR=6 FW_PATCH=2 FW_SUFFIX=""
DEFINES -= _UNICODE UNICODE
2 changes: 1 addition & 1 deletion Software/PC_Application/LibreVNA-Test/LibreVNA-Test.pro
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,6 @@ unix:LIBS += -L/usr/lib/

REVISION = $$system(git rev-parse HEAD)
DEFINES += GITHASH=\\"\"$$REVISION\\"\"
DEFINES += FW_MAJOR=1 FW_MINOR=6 FW_PATCH=1 FW_SUFFIX=""#\\"\"-alpha.2\\"\"
DEFINES += FW_MAJOR=1 FW_MINOR=6 FW_PATCH=2 FW_SUFFIX=""#\\"\"-alpha.2\\"\"
DEFINES -= _UNICODE UNICODE
win32:DEFINES += QMICROZ_LIBRARY
4 changes: 2 additions & 2 deletions Software/VNA_embedded/.cproject
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<listOptionValue builtIn="false" value="_SNK"/>
<listOptionValue builtIn="false" value="FW_MAJOR=1"/>
<listOptionValue builtIn="false" value="FW_MINOR=6"/>
<listOptionValue builtIn="false" value="FW_PATCH=1"/>
<listOptionValue builtIn="false" value="FW_PATCH=2"/>
<listOptionValue builtIn="false" value="HW_REVISION='B'"/>
<listOptionValue builtIn="false" value="USE_FULL_LL_DRIVER"/>
<listOptionValue builtIn="false" value="USE_HAL_DRIVER"/>
Expand Down Expand Up @@ -91,7 +91,7 @@
<listOptionValue builtIn="false" value="DEBUG"/>
<listOptionValue builtIn="false" value="FW_MAJOR=1"/>
<listOptionValue builtIn="false" value="FW_MINOR=6"/>
<listOptionValue builtIn="false" value="FW_PATCH=1"/>
<listOptionValue builtIn="false" value="FW_PATCH=2"/>
<listOptionValue builtIn="false" value="HW_REVISION='B'"/>
<listOptionValue builtIn="false" value="USE_FULL_LL_DRIVER"/>
<listOptionValue builtIn="false" value="USE_HAL_DRIVER"/>
Expand Down
2 changes: 1 addition & 1 deletion Software/VNA_embedded/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ MCU = $(CPU) -mthumb $(FLOAT-ABI) $(FPU)
C_DEFS = \
-DFW_MAJOR=1 \
-DFW_MINOR=6 \
-DFW_PATCH=1 \
-DFW_PATCH=2 \
-DDEBUG \
-DUSE_FULL_LL_DRIVER \
-DHW_REVISION="'B'" \
Expand Down

0 comments on commit 351b040

Please sign in to comment.