mirror of
https://github.com/wiseguru/ReWrite-Voice-Notes.git
synced 2026-07-22 07:49:19 +00:00
Errors: bump minAppVersion 1.4.0 to 1.4.4 (FileManager.processFrontMatter is since 1.4.4) and update versions.json; remove the disallowed eslint-disable in passphrase-modal and pass the random-string example via a variable to satisfy sentence-case. Popout/compat warnings: setTimeout/clearTimeout to window.*; document to activeDocument, capturing the document ref for paired add/removeEventListener (recorder wake-lock, quick-record popover, settings, floater); globalThis to window for require/process in getNodeApi; replace the rewrite-hidden display-none important rule with el.toggle/hide/show; register activeDocument/activeWindow as eslint globals for no-undef. Attestations: add .github/workflows/release.yml (build, actions/attest-build-provenance, softprops/action-gh-release on tag push). Docs: CLAUDE.md minAppVersion rationale plus CI release/attestation and display() deferral notes; README Vault access disclosure and License corrected to 0BSD; DEVCONFLICTS refreshed. Deferred recommendations: display() to getSettingDefinitions (1.13.0+ rewrite) and vault enumeration (necessary, disclosed). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
11 lines
356 B
JSON
11 lines
356 B
JSON
{
|
|
"id": "rewrite-voice-notes",
|
|
"name": "ReWrite (Voice Notes)",
|
|
"version": "1.0.0",
|
|
"minAppVersion": "1.4.4",
|
|
"description": "Record or paste speech and have it transcribed and structured by AI.",
|
|
"author": "WiseGuru",
|
|
"authorUrl": "https://github.com/WiseGuru",
|
|
"fundingUrl": "https://wyz.guru/buy-someone-else-coffee/",
|
|
"isDesktopOnly": false
|
|
}
|