diff --git a/CHANGELOG.md b/CHANGELOG.md index 7322962e..c71bccc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,3 @@ -## [0.9.11](https://github.com/bitsocialnet/5chan/compare/v0.9.10...v0.9.11) (2026-07-02) - - -### Bug Fixes - -* **reply modal:** align composer controls ([c0537cc](https://github.com/bitsocialnet/5chan/commit/c0537cc680819ead007a25a7606cb7b4921be2e3)) -* **reply modal:** constrain bbcode preview width ([b90138f](https://github.com/bitsocialnet/5chan/commit/b90138f1d93523d7a29be67981163f30b7635e35)) -* **reply modal:** insert YouTube links at cursor and enable conversion everywhere ([4bfe298](https://github.com/bitsocialnet/5chan/commit/4bfe298d4b2a39e777f3e4fe0f5e1b41e24411eb)) -* **reply modal:** remember desktop position across opens in session ([546ee99](https://github.com/bitsocialnet/5chan/commit/546ee99f123f94aca99e19abd5272246a1fceb0e)) -* **transfer modal:** remember dragged position ([e50e4e6](https://github.com/bitsocialnet/5chan/commit/e50e4e630b883d16171ac3d8a7deaad9f2620921)) - - -### Features - -* **bbcode preview:** allow resizing preview pane ([21056ae](https://github.com/bitsocialnet/5chan/commit/21056ae6b943d3c75c8cbdf3fa727f7c25d8197e)) -* **mod queue:** transfer posts across boards ([#1182](https://github.com/bitsocialnet/5chan/issues/1182)) ([b4a6f0a](https://github.com/bitsocialnet/5chan/commit/b4a6f0a65afcce0414704f891925dc6bf3ba70b0)) - - - ## [0.9.10](https://github.com/bitsocialnet/5chan/compare/v0.9.9...v0.9.10) (2026-06-29) diff --git a/package.json b/package.json index 7748d8ea..b1cfb108 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "5chan", - "version": "0.9.11", + "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 66d9f135..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 release adds moderator tools for transferring posts between boards, improves the reply editor with resizable previews and better YouTube link insertion, and keeps reply and transfer dialogs in place while you work."; + "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 94306231..dddf8ba4 100644 --- a/src/data/5chan-blotter.json +++ b/src/data/5chan-blotter.json @@ -1,12 +1,5 @@ { "entries": [ - { - "id": "release-0.9.11", - "kind": "release", - "timestamp": 1782993600, - "message": "v0.9.11: Mod queue post transfers, resizable reply previews", - "version": "0.9.11" - }, { "id": "release-0.9.10", "kind": "release",