diff --git a/CHANGELOG.md b/CHANGELOG.md index 201fd108..df890c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.9.13](https://github.com/bitsocialnet/5chan/compare/v0.9.12...v0.9.13) (2026-07-08) + + +### Bug Fixes + +* **deps:** replace vulnerable decompress with @xhmikosr/decompress ([c6dadc6](https://github.com/bitsocialnet/5chan/commit/c6dadc6355c7be6c9d2546482d26e368cd914450)), closes [#301](https://github.com/bitsocialnet/5chan/issues/301) +* **post ids:** never display account identity as a post user id ([#1184](https://github.com/bitsocialnet/5chan/issues/1184)) ([abe1e5a](https://github.com/bitsocialnet/5chan/commit/abe1e5a6a2bf7a746675caea257a2a33898958ea)) +* **trash board:** keep hidden special boards on canonical BSO identity ([e2dc941](https://github.com/bitsocialnet/5chan/commit/e2dc9413a0373ee75c419903c5cd9193a5ec3355)) + + + ## [0.9.12](https://github.com/bitsocialnet/5chan/compare/v0.9.11...v0.9.12) (2026-07-06) diff --git a/package.json b/package.json index b1994e82..addb3acb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "5chan", - "version": "0.9.12", + "version": "0.9.13", "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 98cdffbf..6370a11e 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 trash-board moderation safer by publishing moved posts with the correct board identity, recovering cleanly from transfer failures, and keeping trash-only actions limited to the trash board."; + "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."; const releaseBody = `${oneLinerDescription} diff --git a/src/data/5chan-blotter.json b/src/data/5chan-blotter.json index e3f2385d..d106bb79 100644 --- a/src/data/5chan-blotter.json +++ b/src/data/5chan-blotter.json @@ -1,5 +1,12 @@ { "entries": [ + { + "id": "release-0.9.13", + "kind": "release", + "timestamp": 1783512000, + "message": "v0.9.13: Pure P2P loads about 14% faster, corrected post user IDs", + "version": "0.9.13" + }, { "id": "release-0.9.12", "kind": "release",