mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(release): v0.7.3
This commit is contained in:
+1013
-988
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "5chan",
|
"name": "5chan",
|
||||||
"version": "0.7.2",
|
"version": "0.7.3",
|
||||||
"packageManager": "yarn@4.13.0",
|
"packageManager": "yarn@4.13.0",
|
||||||
"description": "A Bitsocial client with an imageboard UI",
|
"description": "A Bitsocial client with an imageboard UI",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -104,7 +104,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 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}
|
const releaseBody = `${oneLinerDescription}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"entries": [
|
"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",
|
"id": "release-0.7.2",
|
||||||
"kind": "release",
|
"kind": "release",
|
||||||
|
|||||||
Reference in New Issue
Block a user