From 60e2dd319825181df8070a885d7e33a192e42a2f Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 12 Mar 2026 17:37:56 +0800 Subject: [PATCH] release(desktop): release v1.4.0 --- apps/desktop/changelog/1.4.0.md | 23 +++++++++++++++++++++++ apps/desktop/changelog/next.md | 14 +------------- apps/desktop/package.json | 4 ++-- 3 files changed, 26 insertions(+), 15 deletions(-) create mode 100644 apps/desktop/changelog/1.4.0.md diff --git a/apps/desktop/changelog/1.4.0.md b/apps/desktop/changelog/1.4.0.md new file mode 100644 index 000000000..c0c5ad22f --- /dev/null +++ b/apps/desktop/changelog/1.4.0.md @@ -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 diff --git a/apps/desktop/changelog/next.md b/apps/desktop/changelog/next.md index 417be5855..8f5eac449 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -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 diff --git a/apps/desktop/package.json b/apps/desktop/package.json index cdd006dde..468c9ae3c 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -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" }