chore(package.json): v0.5.10

This commit is contained in:
plebeius
2025-09-26 22:21:32 +02:00
parent 3fa5cdffe6
commit 7603872eed
2 changed files with 16 additions and 2 deletions

View File

@@ -1,4 +1,18 @@
## [0.5.9](https://github.com/plebbit/seedit/compare/v0.5.8...v0.5.9) (2025-08-17)
## [0.5.10](https://github.com/plebbit/seedit/compare/v0.5.9...v0.5.10) (2025-09-26)
### Bug Fixes
* **electron:** keep module-scoped Tray ref and destroy before reassign ([a33d708](https://github.com/plebbit/seedit/commit/a33d708e069c59bc52f6fc76c2e0291e27280c66))
### Performance Improvements
* **linux:** avoid GTK mixups by sanitizing env and skipping tray on Wayland ([e5e6aa4](https://github.com/plebbit/seedit/commit/e5e6aa4bf73c973b305e954f83ba168b195f4683))
## [0.5.9](https://github.com/plebbit/seedit/compare/v0.5.8...v0.5.9) (2025-08-19)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "Seedit",
"version": "0.5.9",
"version": "0.5.10",
"description": "A GUI for plebbit similar to old.reddit",
"author": "Plebbit Labs",
"type": "module",