mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(release): v0.9.14
This commit is contained in:
@@ -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)
|
## [0.9.13](https://github.com/bitsocialnet/5chan/compare/v0.9.12...v0.9.13) (2026-07-08)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "5chan",
|
"name": "5chan",
|
||||||
"version": "0.9.13",
|
"version": "0.9.14",
|
||||||
"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",
|
||||||
|
|||||||
@@ -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 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}
|
const releaseBody = `${oneLinerDescription}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"entries": [
|
"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",
|
"id": "release-0.9.13",
|
||||||
"kind": "release",
|
"kind": "release",
|
||||||
|
|||||||
Reference in New Issue
Block a user