From ca2473ef48b88d8372fadf959c4e3a3a8990c262 Mon Sep 17 00:00:00 2001 From: Tommaso Casaburi Date: Thu, 25 Jun 2026 23:56:10 +0700 Subject: [PATCH] chore(release): v0.9.6 --- CHANGELOG.md | 12 ++++++++++-- package.json | 2 +- scripts/release-body.js | 2 +- src/data/5chan-blotter.json | 7 +++++++ 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df7ad0a..ec46a4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.9.6](https://github.com/bitsocialnet/5chan/compare/v0.9.5...v0.9.6) (2026-06-25) + + +### Bug Fixes + +* **board:** preserve feed order during hydration ([2ff7b8b](https://github.com/bitsocialnet/5chan/commit/2ff7b8bc8803100fdaf7d2d644f54cdc955eaa80)) +* **media playback:** keep partially visible videos playing ([7fe3bd7](https://github.com/bitsocialnet/5chan/commit/7fe3bd791146d71ab7fb606fc47d00971987d722)) + + + ## [0.9.5](https://github.com/bitsocialnet/5chan/compare/v0.9.4...v0.9.5) (2026-06-25) @@ -1948,5 +1958,3 @@ * Revert "fix touch bug" ([777935e](https://github.com/bitsocialnet/5chan/commit/777935ecbe1e3d781bc4bbadf8f824323acc8c8d)) * Revert "test InfiniteScroll" ([212a0c1](https://github.com/bitsocialnet/5chan/commit/212a0c10e8a563b75eb35f8d20ba8b93d0adec45)) * Revert "better lint, added InfiniteScroll, debugUtils" ([af0a4c6](https://github.com/bitsocialnet/5chan/commit/af0a4c67de33c544f997ec7bd64d94e5a5a41df3)) - - diff --git a/package.json b/package.json index 64fb33d8..7e69c244 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "5chan", - "version": "0.9.5", + "version": "0.9.6", "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 b8ecfc86..e2c80b70 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 enables pure peer-to-peer browser mode by default, adds more peer routes, and fixes account recovery reloads, duplicate posting, removed reply visibility, settings refreshes, and the account data editor.'; + 'This release fixes /all feeds shifting while posts load and keeps partially visible videos playing smoothly.'; const releaseBody = `${oneLinerDescription} diff --git a/src/data/5chan-blotter.json b/src/data/5chan-blotter.json index 6111c679..c98ba32b 100644 --- a/src/data/5chan-blotter.json +++ b/src/data/5chan-blotter.json @@ -1,5 +1,12 @@ { "entries": [ + { + "id": "release-0.9.6", + "kind": "release", + "timestamp": 1782388800, + "message": "v0.9.6: Steadier /all loading, smoother video playback", + "version": "0.9.6" + }, { "id": "release-0.9.5", "kind": "release",