Releases: swift-nav/swift-toolbox
Releases · swift-nav/swift-toolbox
v4.1.6-2022-12-13
What's Changed
- Add support for ssh tunnelling to a jump server by @keithel-qt in #766
- small refactor + renamed deque to ringbuffer [CPP-828] by @adrian-kong in #817
- Force refresh filtered tracking signals [CPP-828] [CPP-826] by @adrian-kong in #824
- Add documentation on setting up qmlformat. by @john-michaelburke in #834
- Log format selection bug and null check [CPP-834] by @adrian-kong in #832
- introduce onTabChangeEvent to suspend inactive frontend renders [CPP-811] [CPP-832] by @adrian-kong in #806
- about me check for update [CPP-510] by @adrian-kong in #798
- [CPP-840] Asset compression, unloading splash, async image by @adrian-kong in #843
- use total_cmp [CPP-841] by @adrian-kong in #846
- try removing QSG_RHI, need to validate this with Stefan by @silverjam in #815
- Decoupling GitHub Actions [CPP-825] by @adrian-kong in #827
- Refactor dependencies, clap 4 [CPP-841] by @adrian-kong in #847
- [CPP-763] update pycapnp to 1.2.2 by @adrian-kong in #849
- adjust rate limit for retry CI by @adrian-kong in #855
- Removal of 'SwiftNav' Qt Quick Control style by @keithel-qt in #854
Dependency Updates
- Bump mimalloc from 0.1.30 to 0.1.31 by @dependabot in #822
- Bump env_logger from 0.9.1 to 0.9.3 by @dependabot in #821
- Bump indicatif from 0.17.1 to 0.17.2 by @dependabot in #825
- Bump regex from 1.6.0 to 1.7.0 by @dependabot in #818
- Bump mimalloc from 0.1.31 to 0.1.32 by @dependabot in #833
- Bump indexmap from 1.9.1 to 1.9.2 by @dependabot in #835
- Bump image from 0.24.4 to 0.24.5 by @dependabot in #829
- Bump serde_json from 1.0.87 to 1.0.88 by @dependabot in #836
- Bump ordered-float from 3.3.0 to 3.4.0 by @dependabot in #820
- Bump serde_json from 1.0.88 to 1.0.89 by @dependabot in #838
Full Changelog: v4.1.5...v4.1.6
v4.1.5-2022-11-04
What's Changed
- modify unwraps [CPP-320] by @adrian-kong in #787
- remove titles of magnetometer, spectrum analyzer, raw imu [CPP-434] by @adrian-kong in #800
- enable opengl functionality [CPP-805] by @adrian-kong in #810
- Add script that prints the CPU and memory utilization periodically by @keithel-qt in #812
- defer all qpointf creation in setpoint [CPP-807] by @adrian-kong in #802
- qml optimizations [CPP-818] by @adrian-kong in #809
Dependency Updates
- Update types-requests requirement from ~=2.25.0 to ~=2.28.11 by @dependabot in #794
- Update pytest requirement from ~=6.2.4 to ~=7.2.0 by @dependabot in #797
- Update setuptools-rust requirement from ~=0.12.1 to ~=1.5.2 by @dependabot in #791
- Update psutil requirement from ~=5.8.0 to ~=5.9.3 by @dependabot in #796
- Revert "Update setuptools-rust requirement from ~=0.12.1 to ~=1.5.2" by @silverjam in #805
- Bump serde_json from 1.0.86 to 1.0.87 by @dependabot in #782
- Bump anyhow from 1.0.65 to 1.0.66 by @dependabot in #784
- Bump clap from 3.2.22 to 3.2.23 by @dependabot in #789
- Bump windows from 0.42.0 to 0.43.0 by @dependabot in #790
- Bump serde_yaml from 0.9.13 to 0.9.14 by @dependabot in #786
- Bump serde from 1.0.145 to 1.0.147 by @dependabot in #785
- Bump sysinfo from 0.26.5 to 0.26.6 by @dependabot in #801
- Bump winit from 0.27.4 to 0.27.5 by @dependabot in #803
- Bump sysinfo from 0.26.6 to 0.26.7 by @dependabot in #811
- Bump sbp from 4.8.1 to 4.9.0 by @dependabot in #813
- Bump pyo3 from 0.17.2 to 0.17.3 by @dependabot in #814
Full Changelog: v4.1.4...v4.1.5
v4.1.4-2022-10-19
What's Changed
- Data Driven QML updates for LogPanel and TrackingSignals tabs by @keithel-qt in #780
- AdvancedImuTab performance improvements: Defer creation of QPointF list by @keithel-qt in #779
Dependency Updates
- Bump ordered-float from 3.1.0 to 3.2.0 by @dependabot in #764
- Bump winit from 0.27.3 to 0.27.4 by @dependabot in #771
- Bump sbp from 4.8.0 to 4.8.1 by @dependabot in #769
- Bump serde_json from 1.0.85 to 1.0.86 by @dependabot in #772
- Bump mimalloc from 0.1.29 to 0.1.30 by @dependabot in #777
- Bump sysinfo from 0.26.4 to 0.26.5 by @dependabot in #778
- Bump pyo3 from 0.17.1 to 0.17.2 by @dependabot in #768
- Bump ordered-float from 3.2.0 to 3.3.0 by @dependabot in #781
Full Changelog: 4.1.3...v4.1.4
v4.1.3-2022-10-19
What's Changed
- Use serialport-rs overlapped-io for better windows io.[CPP-801] by @john-michaelburke in #744
- Fix imagemagick version conflict with CI + install libssl-dev in CI. by @john-michaelburke in #747
- Update public_suffix before fpm install. by @john-michaelburke in #751
- [CPP-802] Fix flags value in observations window by @dgburr in #760
- Employ idiomatic code within DOL test by @achubbic-snav in #743
Dependency Updates
- Bump capnp from 0.14.9 to 0.14.10 by @dependabot in #748
- Bump env_logger from 0.9.0 to 0.9.1 by @dependabot in #742
- Bump clap from 3.2.21 to 3.2.22 by @dependabot in #741
- Bump windows from 0.39.0 to 0.40.0 by @dependabot in #740
- Bump ordered-float from 3.0.0 to 3.1.0 by @dependabot in #745
- Bump serde_yaml from 0.9.12 to 0.9.13 by @dependabot in #739
- Bump windows from 0.40.0 to 0.41.0 by @dependabot in #753
- Bump serde from 1.0.144 to 1.0.145 by @dependabot in #752
- Bump image from 0.24.3 to 0.24.4 by @dependabot in #755
- Bump sysinfo from 0.26.2 to 0.26.4 by @dependabot in #756
- Bump windows from 0.41.0 to 0.42.0 by @dependabot in #757
- Bump sbp from 4.7.0 to 4.8.0 by @dependabot in #758
New Contributors
Full Changelog: v4.1.2...v4.1.3
v4.0.13-2022-10-03
What's Changed
- Disable attach_console unless indicated [CPP-792] [v4.0] by @silverjam in #678
- Cherry pick e82ae50 b8404a0 by @john-michaelburke in #681
- Cherry-pick f57a6d6 f784983 332990b a79b088 1c48f20 by @john-michaelburke in #703
- Cherry-pick bd00f7d 87b29d6 43208dc 88ae5b3 by @john-michaelburke in #746
- Cherry pick PR #760 by @silverjam in #761
Full Changelog: v4.0.12...v4.0.13
v4.1.2-2022-09-14
What's Changed
- QML profiling support and instructions by @keithel-qt in #730
- Add valgrind/callgrind instructions and provide makefile.toml targets. by @keithel-qt in #732
- Use alias for observationTableModel instead of copying it. by @keithel-qt in #735
Dependency Updates
- Bump anyhow from 1.0.64 to 1.0.65 by @dependabot in #738
- Bump indicatif from 0.17.0 to 0.17.1 by @dependabot in #737
- Bump serde_yaml from 0.9.11 to 0.9.12 by @dependabot in #736
Full Changelog: v4.1.1...v4.1.2
v4.1.1-2022-09-14
What's Changed
- Reduce the update frequency of the log panel to 5hz by @keithel-qt in #734
- Tell the user to run cargo make setup-builder by @keithel-qt in #731
- Update PySide6 to v6.3.2 which was just recently released. by @keithel-qt in #733
- Add handle_obs test by @achubbic-snav in #716
Dependency Updates
- Bump sysinfo from 0.26.0 to 0.26.1 by @dependabot in #721
- Bump clap from 3.2.18 to 3.2.20 by @dependabot in #722
- Bump paste from 1.0.8 to 1.0.9 by @dependabot in #720
- Bump sbp from 4.6.0 to 4.7.0 by @dependabot in #717
- Bump serde_yaml from 0.9.10 to 0.9.11 by @dependabot in #723
- Bump anyhow from 1.0.62 to 1.0.64 by @dependabot in #724
- Bump sysinfo from 0.26.1 to 0.26.2 by @dependabot in #725
- Remove unused selectedRow logic by @keithel-qt in #726
- Bump winit from 0.27.2 to 0.27.3 by @dependabot in #727
- Bump clap from 3.2.20 to 3.2.21 by @dependabot in #729
- Bump criterion from 0.3.6 to 0.4.0 by @dependabot in #728
New Contributors
- @achubbic-snav made their first contribution in #716
Full Changelog: v4.1.0...v4.1.1
v4.1.0-2022-08-31
What's Changed
- Run chmod on windowpos binary for linux benchmark. by @john-michaelburke in #618
- Remove use of MetricsMonitor in the app by @keithel-qt in #581
- Relax benchmarks minimum readings. by @john-michaelburke in #621
- Revert taplo-cli pin and uprev cargo make 0.35.13.[CPP-726] by @john-michaelburke in #619
- Unify trace colors in Solution/Baseline[CPP-777]. by @john-michaelburke in #620
- Uprev libsettings 0.6.11, serial_number -> string.[CPP-784] by @john-michaelburke in #630
- Few minor fixups.[CPP-785][CPP-786] by @john-michaelburke in #629
- Add QSG_RHI env var to fix windows flickering.[CPP-622] by @john-michaelburke in #636
- Support for PGM EVK settings[CPP-788] by @john-michaelburke in #641
- Add recursive directory creation more often[CPP-789] by @john-michaelburke in #642
- Fix lint errors. by @john-michaelburke in #702
- Manually set Qt style and fallback style. by @john-michaelburke in #677
- Add a handle_debug that dumps environment vars. by @john-michaelburke in #680
- Uprev libsettings-rs 0.6.13. by @john-michaelburke in #701
- Windows executable signed, merge sign_app+sign_installer. by @john-michaelburke in #651
- Disable attach_console unless indicated [CPP-792] by @silverjam in #654
- Add QSG_RHI for Windows to fix flickering[CPP-622] by @john-michaelburke in #638
- PySide6 Port #628 + Cleanup [CPP-794] by @john-michaelburke in #667
Dependency Updates
- Bump anyhow from 1.0.57 to 1.0.58 by @dependabot in #609
- Bump indexmap from 1.8.2 to 1.9.1 by @dependabot in #615
- Bump clap from 3.2.5 to 3.2.6 by @dependabot in #614
- Bump sysinfo from 0.24.4 to 0.24.5 by @dependabot in #608
- Bump windows from 0.37.0 to 0.38.0 by @dependabot in #617
- Bump clap from 3.2.6 to 3.2.7 by @dependabot in #623
- Bump serial_test from 0.7.0 to 0.8.0 by @dependabot in #624
- Bump strum_macros from 0.24.1 to 0.24.2 by @dependabot in #625
- Bump serde from 1.0.137 to 1.0.138 by @dependabot in #631
- Bump sysinfo from 0.24.5 to 0.24.6 by @dependabot in #633
- Bump sbp from 4.4.0 to 4.5.0 by @dependabot in #634
- Bump clap from 3.2.7 to 3.2.8 by @dependabot in #627
- Bump serde_json from 1.0.81 to 1.0.82 by @dependabot in #626
- Bump regex from 1.5.6 to 1.6.0 by @dependabot in #632
- Bump criterion from 0.3.5 to 0.3.6 by @dependabot in #640
- Bump serde_yaml from 0.8.24 to 0.8.25 by @dependabot in #644
- Bump serde from 1.0.138 to 1.0.139 by @dependabot in #645
- Bump capnpc from 0.14.7 to 0.14.8 by @dependabot in #646
- Bump capnpc from 0.14.8 to 0.14.9 by @dependabot in #649
- Bump clap from 3.2.8 to 3.2.10 by @dependabot in #647
- Bump capnp from 0.14.6 to 0.14.7 by @dependabot in #648
- Bump clap from 3.2.10 to 3.2.11 by @dependabot in #653
- Bump serde_yaml from 0.8.25 to 0.8.26 by @dependabot in #656
- Bump image from 0.24.2 to 0.24.3 by @dependabot in #658
- Bump capnp from 0.14.7 to 0.14.8 by @dependabot in #657
- Bump curl from 0.4.43 to 0.4.44 by @dependabot in #664
- Bump sysinfo from 0.24.6 to 0.24.7 by @dependabot in #659
- Bump crossbeam from 0.8.1 to 0.8.2 by @dependabot in #665
- Bump clap from 3.2.11 to 3.2.15 by @dependabot in #666
- Bump serde from 1.0.139 to 1.0.140 by @dependabot in #661
- Bump windows from 0.38.0 to 0.39.0 by @dependabot in #662
- Bump ndarray from 0.15.4 to 0.15.6 by @dependabot in #670
- Bump clap from 3.2.15 to 3.2.16 by @dependabot in #671
- Bump winit from 0.26.1 to 0.27.1 by @dependabot in #673
- Bump anyhow from 1.0.58 to 1.0.59 by @dependabot in #674
- Bump sysinfo from 0.24.7 to 0.25.1 by @dependabot in #675
- Bump serde_yaml from 0.8.26 to 0.9.2 by @dependabot in #672
- Bump indicatif from 0.16.2 to 0.17.0 by @dependabot in #676
- Bump serde_json from 1.0.82 to 1.0.83 by @dependabot in #684
- Bump chrono from 0.4.19 to 0.4.20 by @dependabot in #686
- Bump strum_macros from 0.24.2 to 0.24.3 by @dependabot in #688
- Bump sbp from 4.5.0 to 4.6.0 by @dependabot in #687
- Bump sysinfo from 0.25.1 to 0.25.2 by @dependabot in #694
- Bump clap from 3.2.16 to 3.2.18 by @dependabot in #714
- Bump winit from 0.27.1 to 0.27.2 by @dependabot in #698
- Bump paste from 1.0.7 to 1.0.8 by @dependabot in #682
- Bump chrono from 0.4.20 to 0.4.22 by @dependabot in #700
- Bump capnp from 0.14.8 to 0.14.9 by @dependabot in #715
- Bump anyhow from 1.0.59 to 1.0.62 by @dependabot in #704
- Bump serde_json from 1.0.83 to 1.0.85 by @dependabot in #707
- Bump serde_yaml from 0.9.2 to 0.9.10 by @dependabot in #708
- Bump pyo3 from 0.16.5 to 0.17.1 by @dependabot in #713
- Bump serde from 1.0.140 to 1.0.144 by @dependabot in #709
- Bump sysinfo from 0.25.2 to 0.26.0 by @dependabot in #712
Full Changelog: v4.0.11...v4.1.0
v4.0.12-2022-07-14
What's Changed
- Cherry-pick release-blockers 37d4f01 397f86a 0807c47 4b04614 by @john-michaelburke in #635
- Add QSG_RHI for Windows to fix flickering[CPP-622] (#638) by @john-michaelburke in #639
- Cherry-pick e9ceee9 c229d82 by @john-michaelburke in #643
- Windows executable signed, merge sign_app+sign_installer. (#651) by @john-michaelburke in #652
Full Changelog: v4.0.11...v4.0.12
v4.0.11-2022-06-17
What's Changed
- Remove Mac [Beta] tag. by @john-michaelburke in #571
Dependency Updates
- Bump clap from 3.1.18 to 3.2.5 by @dependabot in #606
- Bump sysinfo from 0.24.3 to 0.24.4 by @dependabot in #605
- Bump sbp from 4.3.3 to 4.4.0 by @dependabot in #607
Full Changelog: v4.0.10...v4.0.11