chore(release): v0.9.3

This commit is contained in:
Tommaso Casaburi
2026-06-18 14:19:34 +07:00
parent 8cf03a7bb4
commit 9179988e7f
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
## [0.9.3](https://github.com/bitsocialnet/5chan/compare/v0.9.2...v0.9.3) (2026-06-17)
## [0.9.3](https://github.com/bitsocialnet/5chan/compare/v0.9.2...v0.9.3) (2026-06-18)
### Bug Fixes
* **ci:** keep raw board tests side-effect free ([75dd7a8](https://github.com/bitsocialnet/5chan/commit/75dd7a84967cb3c99da37780fb31bb6a947d7d57))
* **pubsub:** avoid false browser p2p provider failures ([10015de](https://github.com/bitsocialnet/5chan/commit/10015de6b925595694ce1abae547e628b169bf35))
* **pubsub:** repair browser pure p2p publishing ([8cf03a7](https://github.com/bitsocialnet/5chan/commit/8cf03a7bb4951d115de101ba847d7b9de9253a3a))
* **pubsub:** restore browser pure p2p publishing ([1278cf4](https://github.com/bitsocialnet/5chan/commit/1278cf42c00446ae85add65722b74caacee78ce3))
* **release:** align blotter and release copy with LaTeX in /sci/ ([3577673](https://github.com/bitsocialnet/5chan/commit/35776737f2479266c00fffc440e4b946e5782517))
* **rules:** re-scroll directory hash when data refreshes ([6006a65](https://github.com/bitsocialnet/5chan/commit/6006a658fbf4fe625a76c836992dff89540dbe4a))
+1 -1
View File
@@ -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 restores reliable browser P2P posting and keeps the pure P2P setting available with gateway fallback options.';
'This release applies a browser pure P2P posting hotfix and keeps the pure P2P setting on the in-browser peer-to-peer path.';
const releaseBody = `${oneLinerDescription}
+2 -2
View File
@@ -3,8 +3,8 @@
{
"id": "release-0.9.3",
"kind": "release",
"timestamp": 1781697600,
"message": "v0.9.3: More reliable browser posting",
"timestamp": 1781784000,
"message": "v0.9.3: Pure P2P browser posting hotfix",
"version": "0.9.3"
},
{