mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(release): v0.9.11
This commit is contained in:
@@ -1,3 +1,23 @@
|
|||||||
|
## [0.9.11](https://github.com/bitsocialnet/5chan/compare/v0.9.10...v0.9.11) (2026-07-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **reply modal:** align composer controls ([c0537cc](https://github.com/bitsocialnet/5chan/commit/c0537cc680819ead007a25a7606cb7b4921be2e3))
|
||||||
|
* **reply modal:** constrain bbcode preview width ([b90138f](https://github.com/bitsocialnet/5chan/commit/b90138f1d93523d7a29be67981163f30b7635e35))
|
||||||
|
* **reply modal:** insert YouTube links at cursor and enable conversion everywhere ([4bfe298](https://github.com/bitsocialnet/5chan/commit/4bfe298d4b2a39e777f3e4fe0f5e1b41e24411eb))
|
||||||
|
* **reply modal:** remember desktop position across opens in session ([546ee99](https://github.com/bitsocialnet/5chan/commit/546ee99f123f94aca99e19abd5272246a1fceb0e))
|
||||||
|
* **transfer modal:** remember dragged position ([e50e4e6](https://github.com/bitsocialnet/5chan/commit/e50e4e630b883d16171ac3d8a7deaad9f2620921))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **bbcode preview:** allow resizing preview pane ([21056ae](https://github.com/bitsocialnet/5chan/commit/21056ae6b943d3c75c8cbdf3fa727f7c25d8197e))
|
||||||
|
* **mod queue:** transfer posts across boards ([#1182](https://github.com/bitsocialnet/5chan/issues/1182)) ([b4a6f0a](https://github.com/bitsocialnet/5chan/commit/b4a6f0a65afcce0414704f891925dc6bf3ba70b0))
|
||||||
|
* **trash-board:** add hidden trash board ([099fdd6](https://github.com/bitsocialnet/5chan/commit/099fdd6f3e3506984e473e957aac81e6645294c3))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.9.10](https://github.com/bitsocialnet/5chan/compare/v0.9.9...v0.9.10) (2026-06-29)
|
## [0.9.10](https://github.com/bitsocialnet/5chan/compare/v0.9.9...v0.9.10) (2026-06-29)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "5chan",
|
"name": "5chan",
|
||||||
"version": "0.9.10",
|
"version": "0.9.11",
|
||||||
"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 makes reply forms follow each board's link rules, including boards that require file links or block links in replies.";
|
"This release adds moderator tools for moving posts between boards and a hidden trash board, improves the reply editor with resizable previews and better YouTube link insertion, and keeps reply and transfer dialogs in place while you work.";
|
||||||
|
|
||||||
const releaseBody = `${oneLinerDescription}
|
const releaseBody = `${oneLinerDescription}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"id": "release-0.9.11",
|
||||||
|
"kind": "release",
|
||||||
|
"timestamp": 1782993600,
|
||||||
|
"message": "v0.9.11: Move posts between boards, hidden trash board, resizable reply previews",
|
||||||
|
"version": "0.9.11"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "release-0.9.10",
|
"id": "release-0.9.10",
|
||||||
"kind": "release",
|
"kind": "release",
|
||||||
|
|||||||
Reference in New Issue
Block a user