From 33c2899d06bc9bbcbfdd6e9bcc86ce34bde8ac83 Mon Sep 17 00:00:00 2001 From: Jordan Yates Date: Tue, 30 Jun 2026 14:21:10 +1000 Subject: [PATCH] Cargo.toml: `v1.11.0` - Output file list is now scrollable - Folder search improvements - In addition to the SD card file naming convention, folders with one file per device are now supported - Each file must have the 16 character hex ID somewhere in the filename - Fix decoding crash when no files are found - Improve CLI tool output on crashes - CLI will set `--name` from the input `--path` if not explicitly provided Signed-off-by: Jordan Yates --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a89d66..e1db764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). -## [1.11.0] - 2026-06-xx +## [1.11.0] - 2026-06-30 - Output file list is now scrollable - Folder search improvements diff --git a/Cargo.toml b/Cargo.toml index bce52f1..4d6300d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "infuse_decoder" -version = "1.10.0" +version = "1.11.0" edition = "2024" [[bin]]