From b974be7b2f2bd90fbfc786d617849dff227457d8 Mon Sep 17 00:00:00 2001 From: Tommaso Casaburi Date: Sat, 27 Jun 2026 18:46:31 +0700 Subject: [PATCH] chore(release): v0.9.8 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- scripts/release-body.js | 2 +- src/data/5chan-blotter.json | 7 +++++++ 4 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825e9bad..a0cb6c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [0.9.8](https://github.com/bitsocialnet/5chan/compare/v0.9.7...v0.9.8) (2026-06-27) + + +### Bug Fixes + +* **ai workflow:** align hook configs ([9e027a0](https://github.com/bitsocialnet/5chan/commit/9e027a01590ac7e38257e7df60d147737df45497)) +* **catalog:** use search hashes for board routes ([ecb7f9e](https://github.com/bitsocialnet/5chan/commit/ecb7f9e4ccbb44db43b7bd972d3b2450d045b567)) +* **edit-menu:** let moderators edit their own post content ([fa5320e](https://github.com/bitsocialnet/5chan/commit/fa5320e8347f0ed0793f8b2b11d4c6479ed206b5)) +* **favicon:** show dedicated icon on 404 pages ([f213d41](https://github.com/bitsocialnet/5chan/commit/f213d412966c0ed055745d850686c0b1906f1ae7)) +* **footer:** rename contact link to contributors ([292d3e3](https://github.com/bitsocialnet/5chan/commit/292d3e35a4771012caa145955c982c44388ea468)) +* **media:** pause other videos when a new one starts playing ([24e340e](https://github.com/bitsocialnet/5chan/commit/24e340e4b6f4e5952f1c79e7b21ad1ef69c230da)) +* **routing:** canonicalize board page 1 routes instead of not-found ([eacb422](https://github.com/bitsocialnet/5chan/commit/eacb422f405dae57f94c73ae52209c791b179330)) + + +### Features + +* **directories:** add /q/ feedback directory and link site footer ([51c0a16](https://github.com/bitsocialnet/5chan/commit/51c0a162494f79a908d395dfa81588b65454114a)) + + + ## [0.9.7](https://github.com/bitsocialnet/5chan/compare/v0.9.6...v0.9.7) (2026-06-26) diff --git a/package.json b/package.json index 5361ebc9..4d169fce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "5chan", - "version": "0.9.7", + "version": "0.9.8", "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 efb55700..13d7df8e 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 fixes flag display on alternate /pol/ community pages opened by their direct board address.'; + 'This version adds a /q/ feedback directory, lets moderators edit their own posts, improves board route handling, and keeps other videos paused when a new one starts playing.'; const releaseBody = `${oneLinerDescription} diff --git a/src/data/5chan-blotter.json b/src/data/5chan-blotter.json index bc899c7b..2e863195 100644 --- a/src/data/5chan-blotter.json +++ b/src/data/5chan-blotter.json @@ -1,5 +1,12 @@ { "entries": [ + { + "id": "release-0.9.8", + "kind": "release", + "timestamp": 1782561600, + "message": "v0.9.8: Feedback board, smoother videos, moderator self-edits", + "version": "0.9.8" + }, { "id": "release-0.9.7", "kind": "release",