release(desktop): release v1.8.0
This commit is contained in:
parent
500c40a4a3
commit
d5875df3f1
|
|
@ -0,0 +1,13 @@
|
|||
# What's new in v1.8.0
|
||||
|
||||
## Shiny new things
|
||||
|
||||
- Added an Eagle action to image context menus
|
||||
|
||||
## No longer broken
|
||||
|
||||
- Fixed tray menu refreshes losing the active tray instance
|
||||
- Fixed desktop auth cookies missing max-age persistence
|
||||
- Fixed unavailable AI summaries breaking summary state
|
||||
- Fixed final entries and mark-read footers near the end of entry lists
|
||||
- Delayed feed error indicators to avoid premature error states
|
||||
|
|
@ -2,12 +2,10 @@
|
|||
|
||||
## Shiny new things
|
||||
|
||||
- Added an Eagle action to image context menus
|
||||
## Improvements
|
||||
|
||||
## No longer broken
|
||||
|
||||
- Fixed tray menu refreshes losing the active tray instance
|
||||
- Fixed desktop auth cookies missing max-age persistence
|
||||
- Fixed unavailable AI summaries breaking summary state
|
||||
- Fixed final entries and mark-read footers near the end of entry lists
|
||||
- Delayed feed error indicators to avoid premature error states
|
||||
## Thanks
|
||||
|
||||
Special thanks to volunteer contributors @ for their valuable contributions
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Folo",
|
||||
"type": "module",
|
||||
"version": "1.7.0",
|
||||
"version": "1.8.0",
|
||||
"private": true,
|
||||
"description": "Follow everything in one place",
|
||||
"author": "Folo Team",
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
"vite-plugin-route-builder": "0.4.1",
|
||||
"vite-tsconfig-paths": "6.1.1"
|
||||
},
|
||||
"runtimeVersion": "1.7.0",
|
||||
"runtimeVersion": "1.8.0",
|
||||
"productName": "Folo",
|
||||
"mainHash": "524fdb3b17478aa5705bc86d0a1550b322c58e1605f1cd28acbf88dbdbb18629"
|
||||
"mainHash": "a8b359bbef0d2c49abfae0524d5f13ac5aee26a4b60d0691cca9e9ccc3caddcf"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.7.0",
|
||||
"version": "1.8.0",
|
||||
"mode": "build",
|
||||
"runtimeVersion": null,
|
||||
"channel": null
|
||||
|
|
|
|||
Loading…
Reference in New Issue