mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(release): v0.6.10
This commit is contained in:
@@ -1,3 +1,16 @@
|
|||||||
|
## [0.6.10](https://github.com/plebbit/plebchan/compare/v0.6.9...v0.6.10) (2026-03-10)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **ai-workflow:** delete merged local task branches ([f27a823](https://github.com/plebbit/plebchan/commit/f27a8233bc8217ea8470579e077b57e5bbc49c65))
|
||||||
|
* **ai-workflow:** finalize linked issue after PR merge ([#1047](https://github.com/plebbit/plebchan/issues/1047)) ([248a38d](https://github.com/plebbit/plebchan/commit/248a38d71c1b89dfaf8198fc04fa8b3732169e48))
|
||||||
|
* **ai-workflow:** scan full project item list before add ([4cb5c4a](https://github.com/plebbit/plebchan/commit/4cb5c4a83362cf2b4a758822c4fa9f416334c4f1))
|
||||||
|
* **post:** align op permalinks to the outer thread container ([#1050](https://github.com/plebbit/plebchan/issues/1050)) ([6ed3708](https://github.com/plebbit/plebchan/commit/6ed3708322b43dcbd17444883e36ebdbb3eab778))
|
||||||
|
* **subplebbit:** resolve aliased board metadata in subplebbit selectors ([a862852](https://github.com/plebbit/plebchan/commit/a862852e536324f0c0c09cdc59936ed3e9a4f122))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.6.9](https://github.com/plebbit/plebchan/compare/v0.6.8...v0.6.9) (2026-03-10)
|
## [0.6.9](https://github.com/plebbit/plebchan/compare/v0.6.8...v0.6.9) (2026-03-10)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "5chan",
|
"name": "5chan",
|
||||||
"version": "0.6.9",
|
"version": "0.6.10",
|
||||||
"description": "A Bitsocial client with an imageboard UI",
|
"description": "A Bitsocial client with an imageboard UI",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "Bitsocial Forge",
|
"author": "Bitsocial Forge",
|
||||||
|
|||||||
@@ -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 version adds BBCode-style spoiler tags, a mobile catalog footer, purge UI feedback for mods, user-friendly loading state strings, and fixes for deleted replies, challenge flow, popular threads stability, and mod queue UX.';
|
'This version fixes OP permalinks and aliased board metadata, improves reply-scroll stability, and includes dependency and security maintenance updates.';
|
||||||
|
|
||||||
const releaseBody = `${oneLinerDescription}
|
const releaseBody = `${oneLinerDescription}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"id": "release-0.6.10",
|
||||||
|
"kind": "release",
|
||||||
|
"timestamp": 1773144000,
|
||||||
|
"message": "v0.6.10: OP permalink fix, board metadata fix, reply scroll stability, security patches",
|
||||||
|
"version": "0.6.10"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "release-0.6.9",
|
"id": "release-0.6.9",
|
||||||
"kind": "release",
|
"kind": "release",
|
||||||
|
|||||||
Reference in New Issue
Block a user