chore: release v0.6.6

This commit is contained in:
plebeius
2026-02-16 19:20:53 +08:00
parent 5822b6b05b
commit 6f7dcb410b
3 changed files with 36 additions and 2 deletions
+2 -1
View File
@@ -102,7 +102,8 @@ const htmlSection = section('Static HTML build', [htmlZip && `- 5chan-html (zip)
const downloads = [macSection, winSection, linuxSection, androidSection, htmlSection].filter(Boolean).join('\n\n');
// One-liner summary of what changed in this release. Update before each release.
const oneLinerDescription = 'This version enables the Update button on the post page to refresh replies, adds an informational alert for the Auto checkbox, fixes inline quote link layout, and includes several bug fixes.';
const oneLinerDescription =
'This version syncs board directories from GitHub on start and build, adds the macOS app icon, improves reply rendering performance with progressive loading, enforces mod queue role access, adds board address and vote tooltips, and includes several bug fixes.';
const releaseBody = `${oneLinerDescription}