From 6ca618a5dee2b1445aec6b1315dc264593fd8496 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 28 Mar 2025 16:10:45 +0800 Subject: [PATCH] release(desktop): release v0.4.0 --- apps/desktop/changelog/0.4.0.md | 23 +++++++++++++++++++++++ apps/desktop/changelog/next.md | 18 +----------------- apps/desktop/package.json | 4 ++-- 3 files changed, 26 insertions(+), 19 deletions(-) create mode 100644 apps/desktop/changelog/0.4.0.md diff --git a/apps/desktop/changelog/0.4.0.md b/apps/desktop/changelog/0.4.0.md new file mode 100644 index 000000000..8c38feac4 --- /dev/null +++ b/apps/desktop/changelog/0.4.0.md @@ -0,0 +1,23 @@ +# What's New in v0.4.0 + +## New Features + +- New global settings for AI summary and translation (#3294) +- Display estimated audio duration for entry titles (#3292) +- Simplify settings via an enhanced settings toggle (217e1a8f2acb9826bd53f520e5dd9e7a686bf5b9) + +## Improvements + +- Improved translation for entry content +- Refine toolbar customization (#3284) +- Sign Windows executable files using SignPath (#3286) +- Remove email verification toast notifications (9bb723a33b78e481fdeee8d525f41c7406abb643) +- Restrict Zen mode display width (d107127349fc7a6f9c4f68c8ae20c1adc292c7e1) +- Update MGC Icon to v1.36 (#3310) +- Enhance UX for the withdraw modal (#3311) +- Improve visibility and layout of the action settings button (0d5cb132065777cbc83a8039feae6fb233c1ba9d) + +## Bug Fixes + +- Fix reCAPTCHA being unclickable (305c4bcc7c8b8281f654d73b05628bf2c8d346f3) +- Correct store not updating after marking items as read in the list (e8305f890e09971d602f950d065e87827df809be) diff --git a/apps/desktop/changelog/next.md b/apps/desktop/changelog/next.md index 20957341f..17888d80b 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -1,23 +1,7 @@ -# What's New in vNEXT_VERSION +# What's new in vNEXT_VERSION ## New Features -- New global settings for AI summary and translation (#3294) -- Display estimated audio duration for entry titles (#3292) -- Simplify settings via an enhanced settings toggle (217e1a8f2acb9826bd53f520e5dd9e7a686bf5b9) - ## Improvements -- Improved translation for entry content -- Refine toolbar customization (#3284) -- Sign Windows executable files using SignPath (#3286) -- Remove email verification toast notifications (9bb723a33b78e481fdeee8d525f41c7406abb643) -- Restrict Zen mode display width (d107127349fc7a6f9c4f68c8ae20c1adc292c7e1) -- Update MGC Icon to v1.36 (#3310) -- Enhance UX for the withdraw modal (#3311) -- Improve visibility and layout of the action settings button (0d5cb132065777cbc83a8039feae6fb233c1ba9d) - ## Bug Fixes - -- Fix reCAPTCHA being unclickable (305c4bcc7c8b8281f654d73b05628bf2c8d346f3) -- Correct store not updating after marking items as read in the list (e8305f890e09971d602f950d065e87827df809be) diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 7d65dfe86..e526d20cf 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "Folo", "type": "module", - "version": "0.3.13", + "version": "0.4.0", "private": true, "description": "Follow everything in one place", "author": "Folo Team", @@ -82,7 +82,7 @@ "utf-8-validate": "6.0.5" }, "productName": "Folo", - "mainHash": "569e7dd06fa94fcc22fc451346fbf1c9e8203d364cb84d49a7a08bf7dff39630", + "mainHash": "2c7aa5b45904e0ed7b096a18828311b13397f3c7f62d83f6e6ae2d586a70d5b4", "bump": { "before": [ "git pull --rebase",