mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(release): v0.9.6
This commit is contained in:
+10
-2
@@ -1,3 +1,13 @@
|
||||
## [0.9.6](https://github.com/bitsocialnet/5chan/compare/v0.9.5...v0.9.6) (2026-06-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **board:** preserve feed order during hydration ([2ff7b8b](https://github.com/bitsocialnet/5chan/commit/2ff7b8bc8803100fdaf7d2d644f54cdc955eaa80))
|
||||
* **media playback:** keep partially visible videos playing ([7fe3bd7](https://github.com/bitsocialnet/5chan/commit/7fe3bd791146d71ab7fb606fc47d00971987d722))
|
||||
|
||||
|
||||
|
||||
## [0.9.5](https://github.com/bitsocialnet/5chan/compare/v0.9.4...v0.9.5) (2026-06-25)
|
||||
|
||||
|
||||
@@ -1948,5 +1958,3 @@
|
||||
* Revert "fix touch bug" ([777935e](https://github.com/bitsocialnet/5chan/commit/777935ecbe1e3d781bc4bbadf8f824323acc8c8d))
|
||||
* Revert "test InfiniteScroll" ([212a0c1](https://github.com/bitsocialnet/5chan/commit/212a0c10e8a563b75eb35f8d20ba8b93d0adec45))
|
||||
* Revert "better lint, added InfiniteScroll, debugUtils" ([af0a4c6](https://github.com/bitsocialnet/5chan/commit/af0a4c67de33c544f997ec7bd64d94e5a5a41df3))
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "5chan",
|
||||
"version": "0.9.5",
|
||||
"version": "0.9.6",
|
||||
"packageManager": "yarn@4.13.0",
|
||||
"description": "A Bitsocial client with an imageboard UI",
|
||||
"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.
|
||||
const oneLinerDescription =
|
||||
'This release enables pure peer-to-peer browser mode by default, adds more peer routes, and fixes account recovery reloads, duplicate posting, removed reply visibility, settings refreshes, and the account data editor.';
|
||||
'This release fixes /all feeds shifting while posts load and keeps partially visible videos playing smoothly.';
|
||||
|
||||
const releaseBody = `${oneLinerDescription}
|
||||
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"id": "release-0.9.6",
|
||||
"kind": "release",
|
||||
"timestamp": 1782388800,
|
||||
"message": "v0.9.6: Steadier /all loading, smoother video playback",
|
||||
"version": "0.9.6"
|
||||
},
|
||||
{
|
||||
"id": "release-0.9.5",
|
||||
"kind": "release",
|
||||
|
||||
Reference in New Issue
Block a user