diff --git a/CHANGELOG.md b/CHANGELOG.md index fc7d9a6c..c71bccc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.9.10](https://github.com/bitsocialnet/5chan/compare/v0.9.9...v0.9.10) (2026-06-29) + + +### Bug Fixes + +* **post form:** respect reply link rules ([69ba4ac](https://github.com/bitsocialnet/5chan/commit/69ba4ace7aec46c858f07c44a45015eddb34e41a)) + + + ## [0.9.9](https://github.com/bitsocialnet/5chan/compare/v0.9.8...v0.9.9) (2026-06-28) diff --git a/package.json b/package.json index 7b453be4..e87d1450 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "5chan", - "version": "0.9.9", + "version": "0.9.10", "packageManager": "yarn@4.13.0", "description": "A Bitsocial client with an imageboard UI", "type": "module", diff --git a/scripts/release-body.js b/scripts/release-body.js index b96beaf0..725ccc8b 100644 --- a/scripts/release-body.js +++ b/scripts/release-body.js @@ -103,7 +103,7 @@ const downloads = [macSection, winSection, linuxSection, androidSection, htmlSec // One-liner summary of what changed in this release. Update before each release. const oneLinerDescription = - 'This version fixes boards that could stay stuck loading, restores code tags on code-enabled boards, and improves board route and link behavior.'; + "This release makes reply forms follow each board's link rules, including boards that require file links or block links in replies."; const releaseBody = `${oneLinerDescription} diff --git a/src/data/5chan-blotter.json b/src/data/5chan-blotter.json index 7d3120b8..dddf8ba4 100644 --- a/src/data/5chan-blotter.json +++ b/src/data/5chan-blotter.json @@ -1,5 +1,12 @@ { "entries": [ + { + "id": "release-0.9.10", + "kind": "release", + "timestamp": 1782734400, + "message": "v0.9.10: Reply forms follow each board's link and file rules", + "version": "0.9.10" + }, { "id": "release-0.9.9", "kind": "release",