Release 26.8.25 - #119
Merged
Merged
Conversation
All four version files: package.json, Cargo.toml, tauri.conf.json and our own entry in Cargo.lock. The frontend reads it through vite's `__APP_VERSION__` define, so the sidebar footer follows automatically. Shipping since v26.8.22 (2026-08-22): * Import any CSV by mapping its columns (#115). A CHIRP export, a club spreadsheet, another programmer's dump — anything with channels in it can now be tied to channel fields in a dialog. Also closes a silent failure: a CSV that merely had a `Frequency` column used to be handed to the RepeaterBook parser and imported nameless, toneless channels. * Find microSD cards on Linux, through the mount table (#106). * The sidebar wears the app's own icon instead of a generic glyph. * Dependency majors: TypeScript 7, Vite 8, plugin-react 6, md-5 0.11, reqwest 0.13, plus the grouped npm and cargo updates. Not in this release: the Kenwood TM-D710 (#113/PR #114) is still on its branch, and still owes four readings off the radio's screen. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01B5mjGBPZBanM8VnpmuECUh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump only — all four files:
package.json,src-tauri/Cargo.toml,src-tauri/tauri.conf.json, and our own entry insrc-tauri/Cargo.lock. The frontend picks it up through vite's__APP_VERSION__define, so the sidebar footer follows on its own.Merging this and pushing
v26.8.25triggersrelease.yml, which builds installers for all three OSes and creates a draft GitHub Release to be published by hand.Shipping since v26.8.22 (2026-08-22)
Import any CSV by mapping its columns (#115). A CHIRP export, a club spreadsheet, another programmer's dump — anything with channels in it can now be tied to channel fields in a dialog, with the mapping guessed first and corrected by hand. This also closes a silent failure: a CSV that merely had a
Frequencycolumn used to be handed to the RepeaterBook parser and came back as nameless, toneless channels with no error.Find microSD cards on Linux (#106), through the mount table.
The sidebar wears the app's own icon instead of a generic radio glyph.
Dependency majors: TypeScript 7, Vite 8, plugin-react 6, md-5 0.11, reqwest 0.13, plus the grouped npm and cargo updates.
Not in this release
The Kenwood TM-D710 (#113 / PR #114) is still on its branch and still owes four readings off the radio's screen. It is deliberately not part of this tag.
🤖 Generated with Claude Code
https://claude.ai/code/session_01B5mjGBPZBanM8VnpmuECUh