mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(release): v0.9.15
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "5chan",
|
||||
"version": "0.9.14",
|
||||
"version": "0.9.15",
|
||||
"packageManager": "yarn@4.17.1+sha512.ccbfabf7d7b6b32075088be9386fb9a2e00bb6887ef07fa56effabc890a56d53da1ccc4128d62db245fcbd3961b236d75335bdf7d5320ed6eafb7588b7ad4697",
|
||||
"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 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}
|
||||
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
{
|
||||
"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",
|
||||
"kind": "release",
|
||||
|
||||
Reference in New Issue
Block a user