chore: v0.5.0 リリース準備#224
Merged
Merged
Conversation
- `CHANGELOG.md` に v0.5.0 セクションを追加 - Added: #202 → #221 (バックリンクパネル) - Fixed: #220 → #222 (タブ切替 undo 履歴消失) - Security: #204 → #210 (Electron Tier 1 補完), #205 → #218 (CI スキャン 3 件), #223 (codeql-skip stub), #201 (undici 9 件) - Internal: #203 → #223 (ADR-0010 MiniSearch Rejected) - Dependencies: #199 + #211-#217 → #219 (Dependabot 8 件集約) - `package.json` の `version` を `0.4.0` → `0.5.0` - HANDOFF の規約通り、本 commit では `pnpm <script>` を呼ばない (lockfile / node_modules には触れない)
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.
概要
v0.5.0 リリース準備。
CHANGELOG.mdに v0.5.0 セクションを追加し、package.jsonの version を bump する。関連 Issue
(なし — v0.5.0 milestone に紐づいた #202 / #203 / #204 / #205 / #220 はすべて closed 済み)
移行 Stage
該当なし (release)
変更内容
CHANGELOG.md: v0.5.0 セクションを Keep a Changelog 形式で追加 + 末尾 link 定義package.json:version0.4.0→0.5.0HANDOFF の規約通り、本 PR では
pnpm <script>を呼ばずに version 文字列のみ書き換える (lockfile / node_modules には触れない)。v0.5.0 リリース内容のサマリ
v0.4.0 リリース後の機能追加 + セキュリティ補強ラウンド。
Added
[[ファイル名]]で参照しているノートをサイドパネルに一覧表示、Cmd+Shift+B トグル。CommonMark / Lezer 準拠の inline code / fenced code 除外、basename 衝突解決は lexicographically smallest path を canonical 扱いFixed
historyFieldを含む JSON snapshot を tab cache に保持し、view.setState()で復元する設計に変更Security
fs:read64MB 上限 (FILE_TOO_LARGE) /SCRIPTA_PDF_DEBUG_HTML_PATH本番 disable[lint, typecheck, test, build, e2e, electron-e2e, dependency-review, "Analyze (javascript-typescript)"]の 8 件に拡張Internal
Dependencies
@types/js-yamlは本体に型同梱されたため削除動作確認
CHANGELOG.mdの v0.5.0 セクションは候補 PR (Chore(deps): Bump dompurify from 3.4.10 to 3.4.11 #199 / chore: undici security advisory 9 件を parent>child override で対応 #201 / chore: Electron security checklist の Tier 1 補完 (#204) #210 / chore: CI セキュリティスキャン 3 件追加 (#205) #218 / chore: Dependabot PR 7 件を統合取り込み (#211-#217) #219 / feat: バックリンクパネルを追加 (#202) #221 / fix: タブ切替で undo 履歴が失われる問題を修正 (#220) #222 / docs: ADR-0010 MiniSearch 採用見送りを記録 (#203) #223) の内容と整合package.jsonの version 1 行のみ変更 (lockfile に触れていない)Analyze (javascript-typescript)は codeql-skip stub で即 success の想定リリース後の手順
merge 後、main で以下を実施 (user 作業):
git checkout main && git pullで main を最新化git tag v0.5.0→git push origin v0.5.0release.ymlワークフローが起動 → draft Release が matrix dist (macOS / Windows / Linux) で作成されるpackage.jsonversion と tag が一致しているかをrelease.ymlが verifyCHANGELOG.mdの v0.5.0 セクション準拠で整形 (gh release edit)スクリーンショット
該当なし (リリースノート / version bump のみ)