From 0b6df2d329d9628b8e202ed5df82bb24b2aeb214 Mon Sep 17 00:00:00 2001 From: Esteban Abaroa Date: Sun, 5 May 2024 20:51:32 +0000 Subject: [PATCH] chore(changelog.md): update changelog --- CHANGELOG.md | 106 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 98 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 953fa36..1b1d6f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,93 @@ +## [0.1.15](https://github.com/plebbit/plebones/compare/v0.1.14...v0.1.15) (2024-5-5) + + +### Features + +* **electron:** add window.plebbitRpcAuthKey ([2260efb](https://github.com/plebbit/plebones/commit/2260efb1d646054cd13e75327272f9505884eda2)) +* use author avatars whitelisted token addresses from github ([00f485f](https://github.com/plebbit/plebones/commit/00f485fbd990a9d2defb6a0f8b5b473e4e3bec4d)) + + +### Performance Improvements + +* **home:** memo feed post ([3bae6fe](https://github.com/plebbit/plebones/commit/3bae6fee0d7daa6fb72396a228663e45bb35cefc)) +* **home:** revert memo feed post, makes no difference ([d02898a](https://github.com/plebbit/plebones/commit/d02898a4edd71cc1f86f16573c88fc19acc1f9b8)) +* **subplebbit:** memo feed post ([79cbbfa](https://github.com/plebbit/plebones/commit/79cbbfa9a209c4b9f505d68ae0383d97824d15c9)) +* **subplebbit:** revert memo feed post, makes no difference ([33c9694](https://github.com/plebbit/plebones/commit/33c9694d02ab1d77c069c349f7fd5d99375281e0)) + + + +## [0.1.14](https://github.com/plebbit/plebones/compare/v0.1.13...v0.1.14) (2024-4-16) + + +### Features + +* **components:** add soundcloud embeds ([46a3e5a](https://github.com/plebbit/plebones/commit/46a3e5a8d8e705df950ba001f0d246bf4090d8ad)) + + + +## [0.1.13](https://github.com/plebbit/plebones/compare/v0.1.12...v0.1.13) (2024-3-19) + + +### Bug Fixes + +* **settings:** crypto wallet signature shouldnt include wallet address, only plebbit author address ([0c779bf](https://github.com/plebbit/plebones/commit/0c779bf7a79f27fafcfa465b7627aff242d6e727)) + + + +## [0.1.12](https://github.com/plebbit/plebones/compare/v0.1.11...v0.1.12) (2024-3-12) + + +### Bug Fixes + +* loading avatar should have empty space ([e94c069](https://github.com/plebbit/plebones/commit/e94c069585992c584d6a4a994020c7acb8dd4c87)) +* make sure feed buttons are always above avatar ([8017a2c](https://github.com/plebbit/plebones/commit/8017a2c3a1b5a1b1a4a02fb2362c9952a5233e6c)) + + +### Features + +* **scripts:** add previous versions to releases in folders e.g. plebones.eth.limo/0.1.1 ([aa48ad4](https://github.com/plebbit/plebones/commit/aa48ad47ea7df4ca3a26881a71eedd32eb486ca5)) + + + +## [0.1.11](https://github.com/plebbit/plebones/compare/v0.1.10...v0.1.11) (2024-2-25) + + +### Bug Fixes + +* **electron:** make sure ipfs repo is migrated when starting ipfs ([14f0bac](https://github.com/plebbit/plebones/commit/14f0bac87d75e5081211a0df3561e212d95aa71e)) +* **feed-post:** missing space before 'to' ([1332876](https://github.com/plebbit/plebones/commit/1332876fe21d7a270b6f28dc499b68a1fee6da33)) +* quote should have double line break ([461a093](https://github.com/plebbit/plebones/commit/461a093650683524a8cd43edbe78c0f8517dc6b5)) +* **settings:** dont show avatar preview if not set ([129c738](https://github.com/plebbit/plebones/commit/129c7385f795a516c7c6c8c34895f74d4ace2d99)) + + +### Features + +* **electron:** start ipfs gateway on port 6473 ([53927d1](https://github.com/plebbit/plebones/commit/53927d1b0672dc71c9da6ccc2166cb0fa7c98cd4)) +* **package.json:** downgrade plebbit-js ([168b733](https://github.com/plebbit/plebones/commit/168b7339197032945ca55dfbaa506af0fc239b9d)) +* **post:** add author avatar ([58e2384](https://github.com/plebbit/plebones/commit/58e2384a4ad4bb41ef9d3526f07ed6cc0385753b)) +* **settings:** add author address setting ([c6f5a1c](https://github.com/plebbit/plebones/commit/c6f5a1ceb9985830f2ff7bebcc04c4c52f25c6a4)) +* **settings:** implement linking crypto wallets ([6daa63e](https://github.com/plebbit/plebones/commit/6daa63ee06937bf67e975e2bdafe9a4f73e20c39)) +* **settings:** set nft avatar ([e8b889b](https://github.com/plebbit/plebones/commit/e8b889b6f8727e7dc16f7e8abab5d4aa391cf7e1)) + + + +## [0.1.10](https://github.com/plebbit/plebones/compare/v0.1.9...v0.1.10) (2024-1-27) + + +### Bug Fixes + +* **electron:** dont spam user with ipfs errors ([7312a0d](https://github.com/plebbit/plebones/commit/7312a0dab4986bde29ff04e4e8a1a1157c1da433)) +* **feed-post:** change to overflow-x because css bug in webkit browsers ([7cb5d24](https://github.com/plebbit/plebones/commit/7cb5d245f281eba4bd8072ae29a74492ca495a9a)) +* **feed-post:** unset overflow on webkit because it adds unwanted margin ([5b4fc94](https://github.com/plebbit/plebones/commit/5b4fc94cf5a17308181004373470f7db37a10770)) + + +### Features + +* **hooks:** implement time filter for all views ([91ffb79](https://github.com/plebbit/plebones/commit/91ffb798451a1491e167c445bcad154aa89a4061)) +* **subplebbit-settings:** display subplebbit.challenges if subplebbit.settings isn't defined ([bb5d76d](https://github.com/plebbit/plebones/commit/bb5d76d86081571c42c4fbff3f8c909f61645031)) + + + ## [0.1.9](https://github.com/plebbit/plebones/compare/v0.1.8...v0.1.9) (2023-12-10) @@ -7,7 +97,7 @@ -## [0.1.8](https://github.com/plebbit/plebones/compare/v0.1.7...v0.1.8) (2023-12-07) +## [0.1.8](https://github.com/plebbit/plebones/compare/v0.1.7...v0.1.8) (2023-12-7) ### Bug Fixes @@ -65,7 +155,7 @@ -## [0.1.6](https://github.com/plebbit/plebones/compare/v0.1.5...v0.1.6) (2023-09-24) +## [0.1.6](https://github.com/plebbit/plebones/compare/v0.1.5...v0.1.6) (2023-9-24) ### Bug Fixes @@ -85,7 +175,7 @@ -## [0.1.5](https://github.com/plebbit/plebones/compare/v0.1.4...v0.1.5) (2023-09-17) +## [0.1.5](https://github.com/plebbit/plebones/compare/v0.1.4...v0.1.5) (2023-9-17) ### Features @@ -100,23 +190,23 @@ -## [0.1.4](https://github.com/plebbit/plebones/compare/v0.1.3...v0.1.4) (2023-09-16) +## [0.1.4](https://github.com/plebbit/plebones/compare/v0.1.3...v0.1.4) (2023-9-16) -## [0.1.3](https://github.com/plebbit/plebones/compare/v0.1.2...v0.1.3) (2023-08-29) +## [0.1.3](https://github.com/plebbit/plebones/compare/v0.1.2...v0.1.3) (2023-8-29) -## [0.1.2](https://github.com/plebbit/plebones/compare/v0.1.1...v0.1.2) (2023-08-25) +## [0.1.2](https://github.com/plebbit/plebones/compare/v0.1.1...v0.1.2) (2023-8-25) -## [0.1.1](https://github.com/plebbit/plebones/compare/v0.1.0...v0.1.1) (2023-08-20) +## [0.1.1](https://github.com/plebbit/plebones/compare/v0.1.0...v0.1.1) (2023-8-20) -# 0.1.0 (2023-08-19) +# 0.1.0 (2023-8-19)