From 738c97a1c4cbe6722f8b28a3d6ab4175a585c3a0 Mon Sep 17 00:00:00 2001 From: ww8l Date: Sat, 29 Aug 2026 17:04:34 -0600 Subject: [PATCH] Release 26.8.29 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Kenwood TH-D72 support: complete, hardware-proven, ladder steps 1-5 all run on a real radio. * clone protocol both directions, memories byte-identical * 116 settings addresses measured over a ten-pass bit-signature campaign, 13 of them confirmed on the radio's own menus * 113-field settings schema with APRS on its own tabs, read and written over BOTH transports (the MU command and the clone image) * band probe: 49 memories landed, 26 receive-only, no silent drops Also, for every radio: the three Program radio dialogs now pin their actions in a footer, so a long channel list can no longer push the write button below the fold. That fixes the UV-5R, FT5D, ID-52 and TH-D75 alongside the TH-D72. ⚠ The TM-D710 (#113 / PR #114) is deliberately NOT in this release: it still owes four screen readings on Tim's radio. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01M84DrwDjYnHFPSZQFajXPV --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index dc53c48..6ca0b31 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ww8l-codeplug-magic", "private": true, - "version": "26.8.25", + "version": "26.8.29", "license": "GPL-3.0-only", "repository": { "type": "git", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 43ffbe0..c6948bb 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5894,7 +5894,7 @@ dependencies = [ [[package]] name = "ww8l-codeplug-magic" -version = "26.8.25" +version = "26.8.29" dependencies = [ "chrono", "csv", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ca26a74..f24a6bd 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ww8l-codeplug-magic" -version = "26.8.25" +version = "26.8.29" description = "WW8L Codeplug Magic - master codeplug database for amateur radio operators" authors = ["WW8L"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 35d95e1..684fa8f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "WW8L Codeplug Magic", - "version": "26.8.25", + "version": "26.8.29", "identifier": "com.ww8l.codeplugmagic", "build": { "beforeDevCommand": "npm run dev",