release(desktop): release v1.4.0
This commit is contained in:
parent
6880d3b893
commit
60e2dd3198
|
|
@ -0,0 +1,23 @@
|
|||
# What's new in v1.4.0
|
||||
|
||||
## Shiny new things
|
||||
|
||||
- Added the Folo CLI with browser-based sign-in
|
||||
- Added desktop-to-CLI session sync and install management
|
||||
- Added in-app review prompts
|
||||
|
||||
## Improvements
|
||||
|
||||
- Improved account and auth flows to support CLI sign-in and session recovery
|
||||
- Added a dedicated CLI settings page and install controls
|
||||
- Expanded desktop end-to-end coverage for auth and user flows
|
||||
|
||||
## No longer broken
|
||||
|
||||
- Removed the unwanted text selection toolbar
|
||||
- Fixed AI onboarding asset loading by switching the spline asset domain
|
||||
- Hardened setting sync authentication lifecycle
|
||||
|
||||
## Thanks
|
||||
|
||||
Special thanks to volunteer contributors for their valuable contributions
|
||||
|
|
@ -2,22 +2,10 @@
|
|||
|
||||
## Shiny new things
|
||||
|
||||
- Added the Folo CLI with browser-based sign-in
|
||||
- Added desktop-to-CLI session sync and install management
|
||||
- Added in-app review prompts
|
||||
|
||||
## Improvements
|
||||
|
||||
- Improved account and auth flows to support CLI sign-in and session recovery
|
||||
- Added a dedicated CLI settings page and install controls
|
||||
- Expanded desktop end-to-end coverage for auth and user flows
|
||||
|
||||
## No longer broken
|
||||
|
||||
- Removed the unwanted text selection toolbar
|
||||
- Fixed AI onboarding asset loading by switching the spline asset domain
|
||||
- Hardened setting sync authentication lifecycle
|
||||
|
||||
## Thanks
|
||||
|
||||
Special thanks to volunteer contributors for their valuable contributions
|
||||
Special thanks to volunteer contributors @ for their valuable contributions
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Folo",
|
||||
"type": "module",
|
||||
"version": "1.3.1",
|
||||
"version": "1.4.0",
|
||||
"private": true,
|
||||
"description": "Follow everything in one place",
|
||||
"author": "Folo Team",
|
||||
|
|
@ -95,5 +95,5 @@
|
|||
"vite-tsconfig-paths": "6.1.1"
|
||||
},
|
||||
"productName": "Folo",
|
||||
"mainHash": "906a0b82e00829115764f36a38132f3774120c4bea764e3b1be8949f447ccb06"
|
||||
"mainHash": "0c464fca7c98fd4b42abba743abb1cd590e216043987acf4f6d1e10392ce0e57"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue