docs(mobile): prepare release metadata
This commit is contained in:
parent
500c40a4a3
commit
5e098f8d19
|
|
@ -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,11 +1,7 @@
|
|||
# What's New in vNEXT_VERSION
|
||||
|
||||
## Shiny new things
|
||||
|
||||
## Improvements
|
||||
|
||||
## No longer broken
|
||||
|
||||
## Thanks
|
||||
|
||||
Special thanks to volunteer contributors @ for their valuable contributions
|
||||
- Fixed sign out leaving mobile auth storage behind
|
||||
- Fixed unavailable AI summaries breaking summary state
|
||||
- Fixed final entries and mark-read footers near the end of entry lists
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"mode": "store",
|
||||
"runtimeVersion": null,
|
||||
"channel": null
|
||||
"mode": "ota",
|
||||
"runtimeVersion": "0.5.0",
|
||||
"channel": "production"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue