diff --git a/CHANGELOG.md b/CHANGELOG.md index c041c56..3224bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to KAT are documented here. +## [1.1.2] - 2026-02-20 + +### Added + +- **Vulnerability database (CVE)** — Expanded CVE coverage: unique `id` per vuln row; year range (year_start/year_end) and arrays for makes/models; source URL per CVE. New/updated CVEs: **CVE-2022-38766** (Renault ZOE), **CVE-2022-27254** (Honda Civic), **CVE-2022-37418** (RollBack, Honda/Hyundai/Kia/Nissan — per-model year ranges), **CVE-2022-36945** (RollBack, Mazda, three consecutive signals through 2020), **CVE-2019-20626** (Honda/Acura static-code replay; confirmed vehicles per Unoriginal-Rice-Patty). Vulnerability panel shows NVD source link for each match. README table of CVEs with NVD links. + +### Changed + +- **Commands** — `:replay`, `:lock`, `:unlock`, `:trunk` (and `:panic`) accept multiple IDs: single (`1`), comma list (`1, 3, 5`), range (`1-5`), executed in order. +- **RSSI bar** — Shows **TX** with red bar and border while transmitting; draw-before-transmit so TX state is visible. + +--- + ## [1.1.1] - 2026-02-13 ### Changed diff --git a/Cargo.toml b/Cargo.toml index eaf2c6c..97845a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kat" -version = "1.1.1" +version = "1.1.2" edition = "2021" description = "Keyfob Analysis Toolkit - HackRF/RTL-SDR signal capture, decode, and transmit (HackRF only)" authors = ["KAT Team"]