Skip to content

Releases: luftkode/plotinator3000

0.24.1

18 Oct 17:13
d506ec2
Compare
Choose a tag to compare

Release Notes

Fix

  • Web version of logviewer-rs was broken due an integer overflow. When determining down sample level, a cast from 64-bit float to pointer size caused integer overflow on wasm due to wasm having a 32-bit pointer size.

Install logviewer-rs 0.24.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/logviewer-rs/releases/download/v0.24.1/logviewer-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/luftkode/logviewer-rs/releases/download/v0.24.1/logviewer-rs-installer.ps1 | iex"

Download logviewer-rs 0.24.1

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

0.24.0

18 Oct 08:10
81a01a8
Compare
Choose a tag to compare

Release Notes

Added

Install logviewer-rs 0.24.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/logviewer-rs/releases/download/v0.24.0/logviewer-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/luftkode/logviewer-rs/releases/download/v0.24.0/logviewer-rs-installer.ps1 | iex"

Download logviewer-rs 0.24.0

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

0.23.0

15 Oct 11:28
8167acb
Compare
Choose a tag to compare

Release Notes

Added

  • A warning notification is now shown if a log was parsed from contents where more than 128 bytes of the content was not recognized as log content (and therefor skipped)
  • When viewing log info, the first line shows parse info, how many bytes were parsed out of the total length of the file.

Changed

  • Plot labels are now sorted alphabetically
  • Remove unused T_SHUTDOWN config value that was not supposed to be in mbed log v2.
  • Avoid downsampling all the way to 2 samples by setting a minimum downsample threshold (set to 512 samples)
  • Avoid storing redundant copies of source plot data when creating multiple mipmaps from the same source.

Internals

  • Refactor to simplify mipmap configuration

Install logviewer-rs 0.23.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/logviewer-rs/releases/download/v0.23.0/logviewer-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/luftkode/logviewer-rs/releases/download/v0.23.0/logviewer-rs-installer.ps1 | iex"

Download logviewer-rs 0.23.0

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

0.22.0

14 Oct 08:58
c4972bd
Compare
Choose a tag to compare

Release Notes

Changed

  • Plots retain the color they originally were assigned, no matter if logs are toggled to be invisible or a plot filter is hiding some plots.
  • Min/max downsampled plots now have the same color

Internals

  • Refactor to reduce a bunch of duplication and tech debt

Install logviewer-rs 0.22.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/logviewer-rs/releases/download/v0.22.0/logviewer-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/luftkode/logviewer-rs/releases/download/v0.22.0/logviewer-rs-installer.ps1 | iex"

Download logviewer-rs 0.22.0

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

0.21.0

12 Oct 21:54
0891cd0
Compare
Choose a tag to compare

Release Notes

Changed

  • Much faster way of determining which plot points that fit within plot boundings.
  • Avoid double work when auto downsampling is enabled, previously the fitting downsampling level was first found before handing off that level to a filtering function, which would find partition bounds that were already known from finding the fitting downsampling level.

Install logviewer-rs 0.21.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/logviewer-rs/releases/download/v0.21.0/logviewer-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/luftkode/logviewer-rs/releases/download/v0.21.0/logviewer-rs-installer.ps1 | iex"

Download logviewer-rs 0.21.0

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

0.20.0

10 Oct 14:40
4972011
Compare
Choose a tag to compare

Release Notes

Added

  • Display log metadata when clicking on a loaded log.

Fix

  • Mbed status Log v2 mistakenly interpreted as Mbed status Log v1 when loaded via a path (native logviewer-rs)

Install logviewer-rs 0.20.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/logviewer-rs/releases/download/v0.20.0/logviewer-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/luftkode/logviewer-rs/releases/download/v0.20.0/logviewer-rs-installer.ps1 | iex"

Download logviewer-rs 0.20.0

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

0.19.0

10 Oct 11:31
9a20ebf
Compare
Choose a tag to compare

Release Notes

Added

  • Support for Mbed Log version 2

Install logviewer-rs 0.19.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/logviewer-rs/releases/download/v0.19.0/logviewer-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/luftkode/logviewer-rs/releases/download/v0.19.0/logviewer-rs-installer.ps1 | iex"

Download logviewer-rs 0.19.0

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

0.18.4

10 Oct 07:16
34c8885
Compare
Choose a tag to compare

Release Notes

Changed

  • Remove playback feature

Install logviewer-rs 0.18.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/logviewer-rs/releases/download/v0.18.4/logviewer-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/luftkode/logviewer-rs/releases/download/v0.18.4/logviewer-rs-installer.ps1 | iex"

Download logviewer-rs 0.18.4

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

0.18.3

09 Oct 12:00
22a3360
Compare
Choose a tag to compare

Release Notes

Fix

  • Integer overflow when searching for the appropriate downsampled MipMap level.

Install logviewer-rs 0.18.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/logviewer-rs/releases/download/v0.18.3/logviewer-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/luftkode/logviewer-rs/releases/download/v0.18.3/logviewer-rs-installer.ps1 | iex"

Download logviewer-rs 0.18.3

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

0.18.2

08 Oct 21:01
3238833
Compare
Choose a tag to compare

Release Notes

Changed

  • Much faster implementation for finding the appropriate MipMap level for the current zoom level.

Fix

  • Min/Max MipMap algorithm flipped min and max.

Install logviewer-rs 0.18.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/luftkode/logviewer-rs/releases/download/v0.18.2/logviewer-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/luftkode/logviewer-rs/releases/download/v0.18.2/logviewer-rs-installer.ps1 | iex"

Download logviewer-rs 0.18.2

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