|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v1.6.5 |
| 4 | +Long overdue release with several small improvements: |
| 5 | + |
| 6 | +- Bugfixes: |
| 7 | + - handle calibration data from log sweeps |
| 8 | + - PLL algorithm improvements, fixes small frequency deviations which show up at low IF bandwidths |
| 9 | + - Various UI improvements |
| 10 | +- Quality of life improvements: |
| 11 | + - remember touchstone export settings |
| 12 | + - remember load/save paths |
| 13 | + - optionally prevent LibreCAL calibrations when temperature unstable |
| 14 | + - Dialog for viewing the active calibration model: Calibration->View error term model |
| 15 | + - Calibration can use already existing measurements (saves the user from attaching the calibrations standards again if the measurement is already available) |
| 16 | + - Improve marker handling when displayed at the very edge of a graph |
| 17 | + - Only load default calibration when initially connecting to a device, not when switching modes or closing dialogs |
| 18 | +- New features: |
| 19 | + - new SOL calibration type (calibrates reflections only, possible to calibrate both ports at the same time) |
| 20 | + - Experimental SVG export options for images |
| 21 | + - Restore to default option for device configuration |
| 22 | + - SCPI API improvements: |
| 23 | + - Set/get calibration kit metadata |
| 24 | + - Allow spaces in arguments (for file paths) |
| 25 | + - Support lower case for calkit file names |
| 26 | + - Query the position in the current sweep |
| 27 | + - New commands for editing calibration kit standards |
| 28 | + - New command for dwell time |
| 29 | + |
3 | 30 | ## v1.6.4 |
4 | 31 |
|
5 | 32 | Critical bugfix for the embedded firmware: |
|
0 commit comments