mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(release): v0.9.8
This commit is contained in:
@@ -1,3 +1,23 @@
|
|||||||
|
## [0.9.8](https://github.com/bitsocialnet/5chan/compare/v0.9.7...v0.9.8) (2026-06-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **ai workflow:** align hook configs ([9e027a0](https://github.com/bitsocialnet/5chan/commit/9e027a01590ac7e38257e7df60d147737df45497))
|
||||||
|
* **catalog:** use search hashes for board routes ([ecb7f9e](https://github.com/bitsocialnet/5chan/commit/ecb7f9e4ccbb44db43b7bd972d3b2450d045b567))
|
||||||
|
* **edit-menu:** let moderators edit their own post content ([fa5320e](https://github.com/bitsocialnet/5chan/commit/fa5320e8347f0ed0793f8b2b11d4c6479ed206b5))
|
||||||
|
* **favicon:** show dedicated icon on 404 pages ([f213d41](https://github.com/bitsocialnet/5chan/commit/f213d412966c0ed055745d850686c0b1906f1ae7))
|
||||||
|
* **footer:** rename contact link to contributors ([292d3e3](https://github.com/bitsocialnet/5chan/commit/292d3e35a4771012caa145955c982c44388ea468))
|
||||||
|
* **media:** pause other videos when a new one starts playing ([24e340e](https://github.com/bitsocialnet/5chan/commit/24e340e4b6f4e5952f1c79e7b21ad1ef69c230da))
|
||||||
|
* **routing:** canonicalize board page 1 routes instead of not-found ([eacb422](https://github.com/bitsocialnet/5chan/commit/eacb422f405dae57f94c73ae52209c791b179330))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **directories:** add /q/ feedback directory and link site footer ([51c0a16](https://github.com/bitsocialnet/5chan/commit/51c0a162494f79a908d395dfa81588b65454114a))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.9.7](https://github.com/bitsocialnet/5chan/compare/v0.9.6...v0.9.7) (2026-06-26)
|
## [0.9.7](https://github.com/bitsocialnet/5chan/compare/v0.9.6...v0.9.7) (2026-06-26)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "5chan",
|
"name": "5chan",
|
||||||
"version": "0.9.7",
|
"version": "0.9.8",
|
||||||
"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",
|
||||||
|
|||||||
@@ -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 release fixes flag display on alternate /pol/ community pages opened by their direct board address.';
|
'This version adds a /q/ feedback directory, lets moderators edit their own posts, improves board route handling, and keeps other videos paused when a new one starts playing.';
|
||||||
|
|
||||||
const releaseBody = `${oneLinerDescription}
|
const releaseBody = `${oneLinerDescription}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"id": "release-0.9.8",
|
||||||
|
"kind": "release",
|
||||||
|
"timestamp": 1782561600,
|
||||||
|
"message": "v0.9.8: Feedback board, smoother videos, moderator self-edits",
|
||||||
|
"version": "0.9.8"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "release-0.9.7",
|
"id": "release-0.9.7",
|
||||||
"kind": "release",
|
"kind": "release",
|
||||||
|
|||||||
Reference in New Issue
Block a user