chore(release): v0.8.2

This commit is contained in:
Tommaso Casaburi
2026-04-30 19:01:51 +07:00
parent fdbb650baa
commit 807a68805c
4 changed files with 20 additions and 2 deletions
+11
View File
@@ -1,3 +1,14 @@
## [0.8.2](https://github.com/bitsocialnet/5chan/compare/v0.8.1...v0.8.2) (2026-04-30)
### Bug Fixes
* **challenge modal:** open iframe consent directly ([897e170](https://github.com/bitsocialnet/5chan/commit/897e17048515966467d73c3ed81b274fcc6f6a07))
* **home:** preserve popular thread preview markers ([c7b5f6e](https://github.com/bitsocialnet/5chan/commit/c7b5f6e2c50db1d3c0874911cef11d30ceaae416))
* **pending posts:** clean up failed post display ([5c74a1e](https://github.com/bitsocialnet/5chan/commit/5c74a1e495ba12c2f896bbb1cc89fe5654a7436d))
## [0.8.1](https://github.com/bitsocialnet/5chan/compare/v0.8.0...v0.8.1) (2026-04-29)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "5chan",
"version": "0.8.1",
"version": "0.8.2",
"packageManager": "yarn@4.13.0",
"description": "A Bitsocial client with an imageboard UI",
"type": "module",
+1 -1
View File
@@ -105,7 +105,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 browser peer-to-peer support, improves moderation queues and catalog previews, and includes routing, security, and stability fixes.';
'This release prepares the Android app for F-Droid, improves the FAQ, and fixes challenge consent, failed pending posts, and popular thread previews.';
const releaseBody = `${oneLinerDescription}
+7
View File
@@ -1,5 +1,12 @@
{
"entries": [
{
"id": "release-0.8.2",
"kind": "release",
"timestamp": 1777550400,
"message": "v0.8.2: F-Droid Android build, expanded FAQ, cleaner failed posts",
"version": "0.8.2"
},
{
"id": "release-0.8.1",
"kind": "release",