Release 1.1.1: UI updates

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
KaraZajac
2026-02-17 21:44:51 -05:00
parent fef1380d3a
commit 6dcfb65686
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -2,6 +2,14 @@
All notable changes to KAT are documented here.
## [1.1.1] - 2026-02-13
### Changed
- **UI updates** — Vulnerability panel (green border when vuln found, green “encryption broken” text); signal action menu shows TX Lock/Unlock/Trunk/Panic only for encoder-capable captures (unknown/decoded get Replay only).
---
## [1.1.0] - 2026-02-13
### Added
Generated
+1 -1
View File
@@ -444,7 +444,7 @@ dependencies = [
[[package]]
name = "kat"
version = "1.1.0"
version = "1.1.1"
dependencies = [
"anyhow",
"atty",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "kat"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
description = "Keyfob Analysis Toolkit - HackRF/RTL-SDR signal capture, decode, and transmit (HackRF only)"
authors = ["KAT Team"]