From 8cf425717b5d8e7e9d7388637837fe93291e0dca Mon Sep 17 00:00:00 2001 From: Tommaso Casaburi Date: Tue, 14 Jul 2026 14:54:02 +0700 Subject: [PATCH] chore(release): v0.9.14 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- scripts/release-body.js | 2 +- src/data/5chan-blotter.json | 7 +++++++ 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df890c3e..6a6f794d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.9.14](https://github.com/bitsocialnet/5chan/compare/v0.9.13...v0.9.14) (2026-07-14) + + +### Bug Fixes + +* **routing:** avoid nested hashes in shared links ([#1185](https://github.com/bitsocialnet/5chan/issues/1185)) ([e5e4690](https://github.com/bitsocialnet/5chan/commit/e5e46907d67bc799722f74f66313dd63ced0e8fb)) +* **ui:** centralize favicon updates and tighten route ownership for mod views ([56f4517](https://github.com/bitsocialnet/5chan/commit/56f451719ddcc7eef618eb609269d37c982c3ecf)) +* **ui:** hide account author ID on pending replies ([e3f45a6](https://github.com/bitsocialnet/5chan/commit/e3f45a61129619177d4f1619ea71f23ca27a9903)) + + + ## [0.9.13](https://github.com/bitsocialnet/5chan/compare/v0.9.12...v0.9.13) (2026-07-08) diff --git a/package.json b/package.json index d6e9687a..eaf4be25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "5chan", - "version": "0.9.13", + "version": "0.9.14", "packageManager": "yarn@4.17.1+sha512.ccbfabf7d7b6b32075088be9386fb9a2e00bb6887ef07fa56effabc890a56d53da1ccc4128d62db245fcbd3961b236d75335bdf7d5320ed6eafb7588b7ad4697", "description": "A Bitsocial client with an imageboard UI", "type": "module", diff --git a/scripts/release-body.js b/scripts/release-body.js index 6370a11e..df7e24c1 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 pure P2P loading about 14% faster, keeps special boards tied to their correct board identities, and prevents account identities from appearing as post user IDs."; + "This release makes shared settings and catalog search links work reliably across messaging apps, keeps account identities hidden on pending replies, and fixes tab icons after navigating between pages."; const releaseBody = `${oneLinerDescription} diff --git a/src/data/5chan-blotter.json b/src/data/5chan-blotter.json index d106bb79..05c0c2d8 100644 --- a/src/data/5chan-blotter.json +++ b/src/data/5chan-blotter.json @@ -1,5 +1,12 @@ { "entries": [ + { + "id": "release-0.9.14", + "kind": "release", + "timestamp": 1784030400, + "message": "v0.9.14: Reliable shared settings and catalog search links", + "version": "0.9.14" + }, { "id": "release-0.9.13", "kind": "release",