release(desktop): release v0.4.0
This commit is contained in:
parent
4abba22264
commit
6ca618a5de
|
|
@ -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)
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue