release(desktop): release v1.6.1
This commit is contained in:
parent
acfb054bdc
commit
dc498f4c9e
|
|
@ -0,0 +1,22 @@
|
|||
# What's new in v1.6.1
|
||||
|
||||
## Shiny new things
|
||||
|
||||
- Added Spotlight settings with refined highlighting controls
|
||||
- Unified desktop updates with the OTA service for more consistent delivery
|
||||
|
||||
## Improvements
|
||||
|
||||
- Moved desktop text-to-speech playback to the Folo service
|
||||
- Improved update compatibility handling and release metadata generation
|
||||
|
||||
## No longer broken
|
||||
|
||||
- Fixed regressions in desktop update and release flows
|
||||
- Fixed PDF export layout and branding
|
||||
- Fixed future credit reset dates in AI chat
|
||||
- Fixed PlayerProgress switching to hour formatting too late
|
||||
|
||||
## Thanks
|
||||
|
||||
Special thanks to volunteer contributor @kuishou68 for their valuable contribution
|
||||
|
|
@ -2,21 +2,10 @@
|
|||
|
||||
## Shiny new things
|
||||
|
||||
- Added Spotlight settings with refined highlighting controls
|
||||
- Unified desktop updates with the OTA service for more consistent delivery
|
||||
|
||||
## Improvements
|
||||
|
||||
- Moved desktop text-to-speech playback to the Folo service
|
||||
- Improved update compatibility handling and release metadata generation
|
||||
|
||||
## No longer broken
|
||||
|
||||
- Fixed regressions in desktop update and release flows
|
||||
- Fixed PDF export layout and branding
|
||||
- Fixed future credit reset dates in AI chat
|
||||
- Fixed PlayerProgress switching to hour formatting too late
|
||||
|
||||
## Thanks
|
||||
|
||||
Special thanks to volunteer contributor @kuishou68 for their valuable contribution
|
||||
Special thanks to volunteer contributors @ for their valuable contributions
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Folo",
|
||||
"type": "module",
|
||||
"version": "1.6.0",
|
||||
"version": "1.6.1",
|
||||
"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.6.0",
|
||||
"runtimeVersion": "1.6.1",
|
||||
"productName": "Folo",
|
||||
"mainHash": "a146c17f95d7c9383634b40eb933d796eae25c079bba41a0e4a3cdfc62f2dace"
|
||||
"mainHash": "6135b4a64577e6f5b0668b388e8defb987c4a52626594c7eb1b8684c49efe0e6"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.6.0",
|
||||
"version": "1.6.1",
|
||||
"mode": "build",
|
||||
"runtimeVersion": null,
|
||||
"channel": null
|
||||
|
|
|
|||
Loading…
Reference in New Issue