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:
@@ -7,6 +7,7 @@
|
|||||||
* **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:** 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))
|
* **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))
|
* **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))
|
||||||
|
* **post:** avoid duplicate history entries on OP permalinks ([773debe](https://github.com/plebbit/plebchan/commit/773debece336e5f70979fd9e5bb2236878e61ed6))
|
||||||
* **subplebbit:** resolve aliased board metadata in subplebbit selectors ([a862852](https://github.com/plebbit/plebchan/commit/a862852e536324f0c0c09cdc59936ed3e9a4f122))
|
* **subplebbit:** resolve aliased board metadata in subplebbit selectors ([a862852](https://github.com/plebbit/plebchan/commit/a862852e536324f0c0c09cdc59936ed3e9a4f122))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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 fixes OP permalinks and aliased board metadata, improves reply-scroll stability, and includes dependency and security maintenance updates.';
|
'This version fixes OP permalinks, avoids duplicate back-button history entries when reopening a thread, improves reply-scroll stability, and includes board metadata plus dependency and security fixes.';
|
||||||
|
|
||||||
const releaseBody = `${oneLinerDescription}
|
const releaseBody = `${oneLinerDescription}
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"id": "release-0.6.10",
|
"id": "release-0.6.10",
|
||||||
"kind": "release",
|
"kind": "release",
|
||||||
"timestamp": 1773144000,
|
"timestamp": 1773144000,
|
||||||
"message": "v0.6.10: OP permalink fix, board metadata fix, reply scroll stability, security patches",
|
"message": "v0.6.10: OP permalink fix, back-button fix, board metadata fix, reply scroll stability",
|
||||||
"version": "0.6.10"
|
"version": "0.6.10"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user