From 23815945bfbe65a0897164bd53babf8387101852 Mon Sep 17 00:00:00 2001 From: sudacode Date: Wed, 25 Mar 2026 20:41:13 -0700 Subject: [PATCH] chore: remove stale release notes artifact --- release/release-notes.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 release/release-notes.md diff --git a/release/release-notes.md b/release/release-notes.md deleted file mode 100644 index 1b0978d..0000000 --- a/release/release-notes.md +++ /dev/null @@ -1,19 +0,0 @@ -## Highlights -### Changed -- Release: Reduced packaged release size by excluding duplicate `extraResources` payload and pruning docs, tests, sourcemaps, and other source-only files from Electron bundles. - -### Fixed -- Overlay: Restored controller navigation and lookup/mining controls while the subtitle sidebar is open, while keeping true modal dialogs blocking controller actions. -- Tokenizer: Fixed subtitle annotation clearing so explanatory contrast endings like `んですけど` are excluded consistently across the shared tokenizer filter and annotation stage. - -## Installation - -See the README and docs/installation guide for full setup steps. - -## Assets - -- Linux: `SubMiner.AppImage` -- macOS: `SubMiner-*.dmg` and `SubMiner-*.zip` -- Optional extras: `subminer-assets.tar.gz` and the `subminer` launcher - -Note: the `subminer` wrapper script uses Bun (`#!/usr/bin/env bun`), so `bun` must be installed and on `PATH`.