From 6fb4adc0b220f9814d600480791328813ac57ef9 Mon Sep 17 00:00:00 2001 From: Tommaso Casaburi Date: Thu, 2 Jul 2026 16:15:24 +0700 Subject: [PATCH] chore(release): v0.9.11 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- scripts/release-body.js | 2 +- src/data/5chan-blotter.json | 7 +++++++ 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c71bccc9..7322962e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [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 b1cfb108..7748d8ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "5chan", - "version": "0.9.10", + "version": "0.9.11", "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 725ccc8b..66d9f135 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 makes reply forms follow each board's link rules, including boards that require file links or block links in replies."; + "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."; const releaseBody = `${oneLinerDescription} diff --git a/src/data/5chan-blotter.json b/src/data/5chan-blotter.json index dddf8ba4..94306231 100644 --- a/src/data/5chan-blotter.json +++ b/src/data/5chan-blotter.json @@ -1,5 +1,12 @@ { "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",