Merge pull request #289 from plebbit/master

Development
This commit is contained in:
Tom (plebeius.eth)
2024-03-06 22:15:52 +01:00
committed by GitHub
2 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,18 @@
## [0.1.7](https://github.com/plebbit/seedit/compare/v0.1.6...v0.1.7) (2024-03-06)
### Bug Fixes
* disable buttons for comments that are failed, remove duplicate label from reply ([6e341e3](https://github.com/plebbit/seedit/commit/6e341e33fc5b57dae7eb7d6858a5159e20e054d6))
### Features
* **app:** redirect to link with hash on first load ([365b40d](https://github.com/plebbit/seedit/commit/365b40d3626a40131b7b0d722a3d9e0e6ab9359b))
* **post:** if post is removed, show locked info banner ([2490bc3](https://github.com/plebbit/seedit/commit/2490bc35f452e2231afea94edac14a9280bf430d))
## [0.1.6](https://github.com/plebbit/seedit/compare/v0.1.5...v0.1.6) (2024-03-03)

View File

@@ -1,6 +1,6 @@
{
"name": "seedit",
"version": "0.1.6",
"version": "0.1.7",
"description": "A GUI for plebbit similar to old.reddit",
"type": "module",
"author": "plebeius.eth",