chore(release): v0.9.15

This commit is contained in:
Tommaso Casaburi
2026-07-17 16:37:51 +07:00
parent e74952a016
commit bbc2d5860d
4 changed files with 19 additions and 2 deletions
+10
View File
@@ -1,3 +1,13 @@
## [0.9.15](https://github.com/bitsocialnet/5chan/compare/v0.9.14...v0.9.15) (2026-07-17)
### Bug Fixes
* **deps:** upgrade @libp2p/gossipsub to 16.0.4 for CVE-2026-49866 ([d0c515e](https://github.com/bitsocialnet/5chan/commit/d0c515e70fa39c92ff9d76e511cf3d9da1eb6fa4)), closes [#302](https://github.com/bitsocialnet/5chan/issues/302)
* **post:** resolve thread community from CID and redirect stale routes ([cb15128](https://github.com/bitsocialnet/5chan/commit/cb15128ee8dff7f34d4b6d51682e3da50891d477))
## [0.9.14](https://github.com/bitsocialnet/5chan/compare/v0.9.13...v0.9.14) (2026-07-14) ## [0.9.14](https://github.com/bitsocialnet/5chan/compare/v0.9.13...v0.9.14) (2026-07-14)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "5chan", "name": "5chan",
"version": "0.9.14", "version": "0.9.15",
"packageManager": "yarn@4.17.1+sha512.ccbfabf7d7b6b32075088be9386fb9a2e00bb6887ef07fa56effabc890a56d53da1ccc4128d62db245fcbd3961b236d75335bdf7d5320ed6eafb7588b7ad4697", "packageManager": "yarn@4.17.1+sha512.ccbfabf7d7b6b32075088be9386fb9a2e00bb6887ef07fa56effabc890a56d53da1ccc4128d62db245fcbd3961b236d75335bdf7d5320ed6eafb7588b7ad4697",
"description": "A Bitsocial client with an imageboard UI", "description": "A Bitsocial client with an imageboard UI",
"type": "module", "type": "module",
+1 -1
View File
@@ -103,7 +103,7 @@ const downloads = [macSection, winSection, linuxSection, androidSection, htmlSec
// One-liner summary of what changed in this release. Update before each release. // One-liner summary of what changed in this release. Update before each release.
const oneLinerDescription = const oneLinerDescription =
"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."; "This version makes direct thread links keep working when a board's address changes and includes dependency and security updates.";
const releaseBody = `${oneLinerDescription} const releaseBody = `${oneLinerDescription}
+7
View File
@@ -1,5 +1,12 @@
{ {
"entries": [ "entries": [
{
"id": "release-0.9.15",
"kind": "release",
"timestamp": 1784289600,
"message": "v0.9.15: Reliable direct thread links across changed board addresses",
"version": "0.9.15"
},
{ {
"id": "release-0.9.14", "id": "release-0.9.14",
"kind": "release", "kind": "release",