chore(release): v0.7.3

This commit is contained in:
Tommaso Casaburi
2026-03-20 21:54:22 +08:00
parent 5ce0e797c7
commit 7af59ae556
4 changed files with 1022 additions and 990 deletions
+1013 -988
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "5chan",
"version": "0.7.2",
"version": "0.7.3",
"packageManager": "yarn@4.13.0",
"description": "A Bitsocial client with an imageboard UI",
"type": "module",
+1 -1
View File
@@ -104,7 +104,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 adds a video auto-unmute setting, platform-specific info on the homepage, improves reply loading performance with cached board previews, and fixes Electron desktop app loading and PWA update reliability.';
'This release adds an in-app update flow for desktop, makes thread auto-updates opt-in, adapts to compact account history hooks, and includes Yarn 4 migration and CI reliability fixes.';
const releaseBody = `${oneLinerDescription}
+7
View File
@@ -1,5 +1,12 @@
{
"entries": [
{
"id": "release-0.7.3",
"kind": "release",
"timestamp": 1774008000,
"message": "v0.7.3: In-app desktop updates, opt-in thread auto-updates, compact account history, Yarn 4 migration",
"version": "0.7.3"
},
{
"id": "release-0.7.2",
"kind": "release",