chore(release): v0.9.10

This commit is contained in:
Tommaso Casaburi
2026-06-29 10:07:32 +07:00
parent 69ba4ace7a
commit e52aa3a44f
4 changed files with 18 additions and 2 deletions
+9
View File
@@ -1,3 +1,12 @@
## [0.9.10](https://github.com/bitsocialnet/5chan/compare/v0.9.9...v0.9.10) (2026-06-29)
### Bug Fixes
* **post form:** respect reply link rules ([69ba4ac](https://github.com/bitsocialnet/5chan/commit/69ba4ace7aec46c858f07c44a45015eddb34e41a))
## [0.9.9](https://github.com/bitsocialnet/5chan/compare/v0.9.8...v0.9.9) (2026-06-28) ## [0.9.9](https://github.com/bitsocialnet/5chan/compare/v0.9.8...v0.9.9) (2026-06-28)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "5chan", "name": "5chan",
"version": "0.9.9", "version": "0.9.10",
"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",
+1 -1
View File
@@ -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 version fixes boards that could stay stuck loading, restores code tags on code-enabled boards, and improves board route and link behavior.'; "This release makes reply forms follow each board's link rules, including boards that require file links or block links in replies.";
const releaseBody = `${oneLinerDescription} const releaseBody = `${oneLinerDescription}
+7
View File
@@ -1,5 +1,12 @@
{ {
"entries": [ "entries": [
{
"id": "release-0.9.10",
"kind": "release",
"timestamp": 1782734400,
"message": "v0.9.10: Reply forms follow each board's link and file rules",
"version": "0.9.10"
},
{ {
"id": "release-0.9.9", "id": "release-0.9.9",
"kind": "release", "kind": "release",