Skip to content

Releases: luftkode/plotinator3000

2.15.0

23 Dec 12:41
767f578

Choose a tag to compare

Release Notes

Added

  • Support for generic GPS/GNSS receiver

Dependencies

  • run cargo update
  • derive_more: 2.1.0 → 2.1.1 (#413)
  • toml: 0.9.8 → 0.9.10+spec-1.1.0 (#413)
  • zip: 6.0.0 → 7.0.0 (#413)
  • insta: 1.44.3 → 1.45.0 (#413)

Install plotinator3000 2.15.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/plotinator3000/releases/download/v2.15.0/plotinator3000-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/luftkode/plotinator3000/releases/download/v2.15.0/plotinator3000-installer.ps1 | iex"

Download plotinator3000 2.15.0

File Platform Checksum
plotinator3000-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
plotinator3000-x86_64-apple-darwin.tar.xz Intel macOS checksum
plotinator3000-x86_64-pc-windows-msvc.zip x64 Windows checksum
plotinator3000-x86_64-pc-windows-msvc.msi x64 Windows checksum
plotinator3000-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
plotinator3000-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
plotinator3000-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

2.14.0

19 Dec 22:22
a0ee9b8

Choose a tag to compare

Release Notes

Added

  • Support for generic inclinometer

Changed

  • Update dependencies with cargo update

Install plotinator3000 2.14.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/plotinator3000/releases/download/v2.14.0/plotinator3000-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/luftkode/plotinator3000/releases/download/v2.14.0/plotinator3000-installer.ps1 | iex"

Download plotinator3000 2.14.0

File Platform Checksum
plotinator3000-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
plotinator3000-x86_64-apple-darwin.tar.xz Intel macOS checksum
plotinator3000-x86_64-pc-windows-msvc.zip x64 Windows checksum
plotinator3000-x86_64-pc-windows-msvc.msi x64 Windows checksum
plotinator3000-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
plotinator3000-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
plotinator3000-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

2.13.0

15 Dec 12:23
dc0c3c4

Choose a tag to compare

Release Notes

Added

  • Support for generic altimeter with min/max samples

Changed

  • Remove unused dependencies found by cargo-shear
  • Update Rust version from 1.90 to 1.92

Dependencies

  • egui_kittest: 0.33.2 → 0.33.3 (#408)
  • egui: 0.33.2 → 0.33.3 (#408)
  • eframe: 0.33.2 → 0.33.3 (#408)
  • egui_extras: 0.33.2 → 0.33.3 (#408)
  • reqwest: 0.12.24 → 0.12.25 (#408)

Install plotinator3000 2.13.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/plotinator3000/releases/download/v2.13.0/plotinator3000-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/luftkode/plotinator3000/releases/download/v2.13.0/plotinator3000-installer.ps1 | iex"

Download plotinator3000 2.13.0

File Platform Checksum
plotinator3000-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
plotinator3000-x86_64-apple-darwin.tar.xz Intel macOS checksum
plotinator3000-x86_64-pc-windows-msvc.zip x64 Windows checksum
plotinator3000-x86_64-pc-windows-msvc.msi x64 Windows checksum
plotinator3000-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
plotinator3000-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
plotinator3000-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

2.12.0

11 Dec 16:15
2dc833d

Choose a tag to compare

Release Notes

  • Add support for the generic altimeter HDF5 format that only requires a sensor_count & sensor_type attribute and standardized height/timestamp

Install plotinator3000 2.12.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/plotinator3000/releases/download/v2.12.0/plotinator3000-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/luftkode/plotinator3000/releases/download/v2.12.0/plotinator3000-installer.ps1 | iex"

Download plotinator3000 2.12.0

File Platform Checksum
plotinator3000-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
plotinator3000-x86_64-apple-darwin.tar.xz Intel macOS checksum
plotinator3000-x86_64-pc-windows-msvc.zip x64 Windows checksum
plotinator3000-x86_64-pc-windows-msvc.msi x64 Windows checksum
plotinator3000-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
plotinator3000-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
plotinator3000-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

2.11.0

11 Dec 13:17
ff8e0da

Choose a tag to compare

Release Notes

Added

  • MQTT connect allows selecting websocket as transport protocol

Dependencies

  • Update hdf5 to 0.11.0 and enable the zlib feature
  • log: 0.4.28 → 0.4.29 (#398)
  • derive_more: 2.0.1 → 2.1.0 (#398)

Install plotinator3000 2.11.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/plotinator3000/releases/download/v2.11.0/plotinator3000-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/luftkode/plotinator3000/releases/download/v2.11.0/plotinator3000-installer.ps1 | iex"

Download plotinator3000 2.11.0

File Platform Checksum
plotinator3000-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
plotinator3000-x86_64-apple-darwin.tar.xz Intel macOS checksum
plotinator3000-x86_64-pc-windows-msvc.zip x64 Windows checksum
plotinator3000-x86_64-pc-windows-msvc.msi x64 Windows checksum
plotinator3000-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
plotinator3000-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
plotinator3000-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

2.10.1

02 Dec 21:06
9267aa8

Choose a tag to compare

Release Notes

  • Ensure loaded files are properly cooked before adding them to the plot areas

Install plotinator3000 2.10.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/plotinator3000/releases/download/v2.10.1/plotinator3000-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/luftkode/plotinator3000/releases/download/v2.10.1/plotinator3000-installer.ps1 | iex"

Download plotinator3000 2.10.1

File Platform Checksum
plotinator3000-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
plotinator3000-x86_64-apple-darwin.tar.xz Intel macOS checksum
plotinator3000-x86_64-pc-windows-msvc.zip x64 Windows checksum
plotinator3000-x86_64-pc-windows-msvc.msi x64 Windows checksum
plotinator3000-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
plotinator3000-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
plotinator3000-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

2.10.0

10 Nov 21:51
6f24753

Choose a tag to compare

Release Notes

  • Parse files in the background and show the parsing status in a new "parser status" popup
  • Remove support for WASM
  • Tweak time labels to better support micro and nanosecond time scales

Install plotinator3000 2.10.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/plotinator3000/releases/download/v2.10.0/plotinator3000-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/luftkode/plotinator3000/releases/download/v2.10.0/plotinator3000-installer.ps1 | iex"

Download plotinator3000 2.10.0

File Platform Checksum
plotinator3000-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
plotinator3000-x86_64-apple-darwin.tar.xz Intel macOS checksum
plotinator3000-x86_64-pc-windows-msvc.zip x64 Windows checksum
plotinator3000-x86_64-pc-windows-msvc.msi x64 Windows checksum
plotinator3000-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
plotinator3000-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
plotinator3000-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

2.9.0

01 Nov 21:00
bdcb469

Choose a tag to compare

Release Notes

  • Hefty optimization to mipmap (downsampling) implementation, speeding it up ~5x and reducing memory usage by ~20%

Install plotinator3000 2.9.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/plotinator3000/releases/download/v2.9.0/plotinator3000-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/luftkode/plotinator3000/releases/download/v2.9.0/plotinator3000-installer.ps1 | iex"

Download plotinator3000 2.9.0

File Platform Checksum
plotinator3000-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
plotinator3000-x86_64-apple-darwin.tar.xz Intel macOS checksum
plotinator3000-x86_64-pc-windows-msvc.zip x64 Windows checksum
plotinator3000-x86_64-pc-windows-msvc.msi x64 Windows checksum
plotinator3000-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
plotinator3000-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
plotinator3000-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

2.8.2

01 Nov 00:34
b8387cd

Choose a tag to compare

Release Notes

  • Fixed an edge case where the downsampled line plot of a dense dataset with large gaps, would not connect the point at each side of plot area, to the next point outside of the view.

Install plotinator3000 2.8.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/plotinator3000/releases/download/v2.8.2/plotinator3000-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/luftkode/plotinator3000/releases/download/v2.8.2/plotinator3000-installer.ps1 | iex"

Download plotinator3000 2.8.2

File Platform Checksum
plotinator3000-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
plotinator3000-x86_64-apple-darwin.tar.xz Intel macOS checksum
plotinator3000-x86_64-pc-windows-msvc.zip x64 Windows checksum
plotinator3000-x86_64-pc-windows-msvc.msi x64 Windows checksum
plotinator3000-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
plotinator3000-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
plotinator3000-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

2.8.1

29 Oct 19:02
73e565a

Choose a tag to compare

Release Notes

  • Fixed drawing empty map telemetry labels when geo points had neither speed or altimeter values
  • Added snapshot tests for the map viewport
  • Update walkers to 0.48.0
  • cargo update

Install plotinator3000 2.8.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/plotinator3000/releases/download/v2.8.1/plotinator3000-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/luftkode/plotinator3000/releases/download/v2.8.1/plotinator3000-installer.ps1 | iex"

Download plotinator3000 2.8.1

File Platform Checksum
plotinator3000-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
plotinator3000-x86_64-apple-darwin.tar.xz Intel macOS checksum
plotinator3000-x86_64-pc-windows-msvc.zip x64 Windows checksum
plotinator3000-x86_64-pc-windows-msvc.msi x64 Windows checksum
plotinator3000-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
plotinator3000-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
plotinator3000-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum