mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(release): v0.7.0
This commit is contained in:
@@ -67,9 +67,11 @@ Rules:
|
|||||||
- Comma-separated key highlights, no full sentence
|
- Comma-separated key highlights, no full sentence
|
||||||
- Omit "This version..." prefix — the blotter script prepends `vX.Y.Z: ` automatically
|
- Omit "This version..." prefix — the blotter script prepends `vX.Y.Z: ` automatically
|
||||||
- Aim for ~60–80 characters after the version prefix
|
- Aim for ~60–80 characters after the version prefix
|
||||||
- Only include changes that are interesting or exciting to users — novel features, important fixes
|
- **Only genuinely novel or noteworthy items** — things a user would find interesting or exciting
|
||||||
- Skip mundane/routine items (minor UI tweaks, footers, small layout changes, test improvements)
|
- Skip regression fixes (restoring something that previously worked), routine bug fixes, minor z-index/modal/layout tweaks, test improvements, CI changes, and anything that isn't a new capability or a significant user-facing improvement
|
||||||
- Fewer strong items beat many weak items; 3–5 highlights is ideal
|
- If something was already a known feature and just got fixed/restored, it does not belong in the blotter
|
||||||
|
- Fewer strong items beat many weak items; 2–4 highlights is ideal
|
||||||
|
- Lead with the most impressive item
|
||||||
|
|
||||||
Good examples (the part **you** write, without the `vX.Y.Z:` prefix):
|
Good examples (the part **you** write, without the `vX.Y.Z:` prefix):
|
||||||
- "Board pagination, multi-provider uploads, mod queue redesign, catalog sorting"
|
- "Board pagination, multi-provider uploads, mod queue redesign, catalog sorting"
|
||||||
|
|||||||
@@ -1,3 +1,30 @@
|
|||||||
|
# [0.7.0](https://github.com/plebbit/plebchan/compare/v0.6.10...v0.7.0) (2026-03-12)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **catalog:** use alias-aware media link labels ([#1056](https://github.com/plebbit/plebchan/issues/1056)) ([2dd7c0e](https://github.com/plebbit/plebchan/commit/2dd7c0e8d77e5572737cb48eee6498db05b56c09))
|
||||||
|
* **ci:** URL-encode asset filenames and allow release updates ([3401ec1](https://github.com/plebbit/plebchan/commit/3401ec147f53a0c0f56d7709283b852dd074e808))
|
||||||
|
* **mobile:** hide empty mobile reply backlink wrapper ([#1060](https://github.com/plebbit/plebchan/issues/1060)) ([ef375e3](https://github.com/plebbit/plebchan/commit/ef375e3578dd14ed9c7e8a75adcb85e8d331a29d))
|
||||||
|
* **post:** move failed publish notice into comment body ([#1066](https://github.com/plebbit/plebchan/issues/1066)) ([0aafb7f](https://github.com/plebbit/plebchan/commit/0aafb7f538f505802495a220cc8174cbb2ee78e5))
|
||||||
|
* **post:** stop thread navigation from forcing OP alignment ([#1052](https://github.com/plebbit/plebchan/issues/1052)) ([6c03253](https://github.com/plebbit/plebchan/commit/6c03253cb4baf480287f6ebbc3e15c98c937c725))
|
||||||
|
* **quotes:** resolve external quote links across boards ([#1064](https://github.com/plebbit/plebchan/issues/1064)) ([fe55e6f](https://github.com/plebbit/plebchan/commit/fe55e6f33250b247c06091fd17f1f343b4095644))
|
||||||
|
* **replies:** refresh thread backlinks from live account replies ([#1058](https://github.com/plebbit/plebchan/issues/1058)) ([ea792fe](https://github.com/plebbit/plebchan/commit/ea792fe8a89dbc738e163c20b49db34133f9b10a))
|
||||||
|
* **settings-modal:** raise settings modal above reply and challenge modals ([#1062](https://github.com/plebbit/plebchan/issues/1062)) ([053965f](https://github.com/plebbit/plebchan/commit/053965f124543341a49c7c440e2ff75cec618054))
|
||||||
|
* **viewport:** remove maximum-scale=1 to restore reply modal autofocus on mobile ([#1069](https://github.com/plebbit/plebchan/issues/1069)) ([aca0eef](https://github.com/plebbit/plebchan/commit/aca0eef50e3445ba272171c00d875b8adcc22b80))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **ui:** polish advanced settings, media hosting warning, reply modal mobile UX ([#1054](https://github.com/plebbit/plebchan/issues/1054)) ([d56175a](https://github.com/plebbit/plebchan/commit/d56175a66eae012e543a4026d8f656c8c089831d))
|
||||||
|
|
||||||
|
|
||||||
|
### Reverts
|
||||||
|
|
||||||
|
* Revert "Update README.md" ([debf6cc](https://github.com/plebbit/plebchan/commit/debf6cca6b2fc2200cf82cf6f6b8d39eff754047))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.6.10](https://github.com/plebbit/plebchan/compare/v0.6.9...v0.6.10) (2026-03-10)
|
## [0.6.10](https://github.com/plebbit/plebchan/compare/v0.6.9...v0.6.10) (2026-03-10)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "5chan",
|
"name": "5chan",
|
||||||
"version": "0.6.10",
|
"version": "0.7.0",
|
||||||
"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 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.';
|
'This release polishes advanced settings and reply modal UX, fixes cross-board quote links and thread navigation, surfaces failed publish notices inline, and refreshes thread backlinks from live account replies.';
|
||||||
|
|
||||||
const releaseBody = `${oneLinerDescription}
|
const releaseBody = `${oneLinerDescription}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"id": "release-0.7.0",
|
||||||
|
"kind": "release",
|
||||||
|
"timestamp": 1773316800,
|
||||||
|
"message": "v0.7.0: cross-board quote links, inline failed publish notice, reply modal polish",
|
||||||
|
"version": "0.7.0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "release-0.6.10",
|
"id": "release-0.6.10",
|
||||||
"kind": "release",
|
"kind": "release",
|
||||||
|
|||||||
Reference in New Issue
Block a user