Skip to content

Commit 0cde897

Browse files
committed
chore(kindle-dedrm): bump to 0.7.13 for the comment-only tidy group
Covers G27. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LRWf55tWpxcSdpxEMh2eJD
1 parent 86aa9f2 commit 0cde897

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

plugins/kindle-dedrm/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
33
"name": "kindle-dedrm",
4-
"version": "0.7.12",
4+
"version": "0.7.13",
55
"description": "Manage the Kindle for PC 2.8.0 + Calibre DeDRM workflow for personal-use ebook DRM removal on books you own (Windows only). Action router with setup, sync, update, cleanup, and status, each state mutation paired with a documented compensating reversal.",
66
"author": {
77
"name": "Melodic Software",

plugins/kindle-dedrm/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to the `kindle-dedrm` plugin are documented here. Format follows
44
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning.
55

6+
## [0.7.13]
7+
8+
### Changed
9+
10+
- **Comment-only tidyings from the repo-wide sweep.** `firewall.ps1` normalizes
11+
the five em dashes in its comment-based help to the `--` form used elsewhere in
12+
this repo's PowerShell, leaving the six inside `Write-Output`/`Write-Error`
13+
strings untouched because those are emitted bytes; this was the last
14+
`.ps1`/`.psm1` in the tree carrying a comment em dash. Its enable and disable
15+
guard comments move to present tense, stating the defect as a property of the
16+
guard shape so the correct comparison cannot be simplified back into the bug.
17+
`firewall.Tests.ps1` replaces a branch back-reference with the artifact the
18+
reader has in hand. `sync-prep.sh` drops a comment claiming the script disables
19+
the firewall rule: it prints the elevated command for a human to run, which its
20+
suite pins at nine call sites. Both `.ps1` files proven comment-only by
21+
PowerShell token-stream identity; Pester 10 passed, `sync-prep.test.sh` 73 ok.
22+
623
## [0.7.12]
724

825
### Changed

0 commit comments

Comments
 (0)