From 104fb3c8ffce7ba1f972d1a27e04821a3dccf453 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Sun, 23 Feb 2025 16:44:58 +0100 Subject: [PATCH] chore(package.json): v0.3.6 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c64f4336..daaa8644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [0.3.6](https://github.com/plebbit/plebchan/compare/v0.3.5...v0.3.6) (2025-02-23) + + +### Bug Fixes + +* **feed:** "no posts" could appear in an empty board after the user published to it ([588d9fb](https://github.com/plebbit/plebchan/commit/588d9fbdb09966730b9999c2556a792156b8d976)) +* **post:** image marked as spoiler was visible ([6e60360](https://github.com/plebbit/plebchan/commit/6e60360033355877b02a61e691d1f4f89f1de0f1)) +* **post:** loading string could appear in floating posts from out-of-view quotes ([9d454b4](https://github.com/plebbit/plebchan/commit/9d454b489c655c3e3575b83e98435c470503aeb5)) + + +### Features + +* **catalog:** show posts published by account instantly in feed ([628115f](https://github.com/plebbit/plebchan/commit/628115f19871fa8e381e4a1fcd6eed82f24ed252)) + + + ## [0.3.5](https://github.com/plebbit/plebchan/compare/v0.3.4...v0.3.5) (2025-02-20) diff --git a/package.json b/package.json index 65059048..89148564 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plebchan", - "version": "0.3.5", + "version": "0.3.6", "description": "A GUI for plebbit similar to 4chan", "type": "module", "author": "plebeius.eth",