mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(release): v0.9.13
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user