From 9058a68adf27e283fd28ee63e4cbdbffc3d926c8 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Tue, 24 Dec 2024 17:17:37 +0100 Subject: [PATCH] chore(package.json): v0.3.2 --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 499827f5..39ec65bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,42 @@ +## [0.3.2](https://github.com/plebbit/plebchan/compare/v0.3.1...v0.3.2) (2024-12-24) + + +### Bug Fixes + +* **avatar settings:** add timestamp field to let users add existing signature ([16c8f39](https://github.com/plebbit/plebchan/commit/16c8f39add8231df00c261891ee80ca312fc66a2)) +* **electron:** auto restart script more reliable ([b05c6ed](https://github.com/plebbit/plebchan/commit/b05c6ed94f61fa94fd233033c4be056a55bc1e23)) +* **electron:** ipfs proxy should have error status code ([d608a46](https://github.com/plebbit/plebchan/commit/d608a46b00303dc2a5f0b7c9a4e40f62f6beaf1d)) +* **ellipsis animation:** dots could appear cut off and cause displacement changing width of string ([09505a6](https://github.com/plebbit/plebchan/commit/09505a62313fcf26de4a1e84d7f705eee714bd33)) +* **feed post:** gif thumbnail could break persistently ([e3cf507](https://github.com/plebbit/plebchan/commit/e3cf5076be0488a70473c1902902bf22170c9305)) +* **feed:** posts could change position causing displacement ([309f766](https://github.com/plebbit/plebchan/commit/309f76689f3672436bc790894af4580006a4c60f)) +* **home:** stats should load regardless of the total number of online subs ([8b7730b](https://github.com/plebbit/plebchan/commit/8b7730b6c4f074edff602d645647d3854171a4f2)) +* **markdown:** invalid urls in content could crash the app ([73bab13](https://github.com/plebbit/plebchan/commit/73bab13e34302e97b3288f9e06cee681546ab417)) +* **plebbit options:** schema error prevented to save ([db8c51f](https://github.com/plebbit/plebchan/commit/db8c51fa72404b00bc1bc90d4e92b2e3ad5887c5)) +* **post:** deleted or removed post could show reply form ([0043e2b](https://github.com/plebbit/plebchan/commit/0043e2bdb6f86ac82278889ee18a290abd5f24fa)) +* **post:** error was displayed incorrectly ([fd8b3ea](https://github.com/plebbit/plebchan/commit/fd8b3ea2e9d16aeb81d08e73a2d7d6394568c555)) +* **post:** image could flicker when clicking it to expand it ([077b3bc](https://github.com/plebbit/plebchan/commit/077b3bc9efe25938bb3798424fe7156ba840b9b0)) +* **reply:** don't show backlink for deleted or removed reply ([d6d2831](https://github.com/plebbit/plebchan/commit/d6d2831b465ffbedb08294f4d894feb69ac0391a)) +* **settings:** crypto address setting would show error for an already set address ([cc660e9](https://github.com/plebbit/plebchan/commit/cc660e9527468de04c1b826c9d97b863ebd2f2eb)) +* **time filter:** last visit time filter could be a duplicate in dropdown ([9ee6966](https://github.com/plebbit/plebchan/commit/9ee6966c26c848ad8c6bab4117f6316b90e29e9c)) + + +### Features + +* **electron:** add http routers to electron ([521d26b](https://github.com/plebbit/plebchan/commit/521d26bbe387794008a5309b9e30eadb418c9299)) +* **p/all:** improve design of "show more posts" button in feed footer ([1cc8d9a](https://github.com/plebbit/plebchan/commit/1cc8d9acbe86d059564622a8908f61bbc1abdb53)) + + + +## [0.3.1](https://github.com/plebbit/plebchan/compare/v0.3.0...v0.3.1) (2024-11-10) + + +### Bug Fixes + +* **moderation:** update to use new API schema ([e9fc47b](https://github.com/plebbit/plebchan/commit/e9fc47be201772a1f1fc55e7ce0dd567bc5deb81)) +* **post:** some quotes to replies wouldn't show quoted posts on hover ([965c6f8](https://github.com/plebbit/plebchan/commit/965c6f846a27b22f86254ceb43ec0e18d6fecaf7)) + + + # [0.3.0](https://github.com/plebbit/plebchan/compare/v0.2.9...v0.3.0) (2024-11-08) diff --git a/package.json b/package.json index e255fe8e..a242c739 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plebchan", - "version": "0.3.1", + "version": "0.3.2", "description": "A GUI for plebbit similar to 4chan", "type": "module", "author": "plebeius.eth",