release(desktop): Release v0.4.3

release(desktop): Release v0.4.3
This commit is contained in:
DIYgod 2025-04-20 12:15:41 +08:00 committed by GitHub
commit a34588baf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 764 additions and 1500 deletions

View File

@ -0,0 +1,25 @@
# What's New in v0.4.3
## Shiny new things
- Added serverside readability with AIpowered summaries and translation support (#3498)
- You can now delete RSSHub instances (2d33a22)
- Unread counts are displayed in the system tray (665221d)
- Copy feed badge from the context menu (144f709)
## Improvements
- Option to save AI summaries as the Cubox description (#3478)
- Improved email validation and smoother reCAPTCHA closure on the signin and signup pages (#3510)
- Added new action icons and updated the share and AI icons (f526edf, f447d6a, 34da9d2)
- Enhanced security with onetime tokens (#3482)
- Translated titles and their original text now appear on separate lines (49f3cc2)
- TTS action is hidden by default (3157ecf)
## No longer broken
- Fixed TTS playback failure (a4d1653)
- Fixed corner player not navigating to the correct entry (#1401)
- Fixed issue that prevented saving to Readwise (53da938)
- Fixed missing “Mark above as read” option in the picture masonry layout footer (e018736)
- Fixed a potential login drop issue (0ee8510)

View File

@ -1,16 +1,7 @@
# What's new in vNEXT_VERSION
## Shiny new things
- Server side readability with AI summary and translation support (#3498)
## New Features
## Improvements
- Save AI summary as description option for Cubox integration (#3478)
- Delete your own RSSHub instance support (#2883)
## No longer broken
- Fixed TTS failed to play (#3522)
- Fixed corner player can not navigate to correct entry (#1401)
- Fixed unable to save to Readwise (#3497)
## Bug Fixes

View File

@ -197,7 +197,7 @@ const config: ForgeConfig = {
}),
new MakerPKG(
{
name: "Folo Staging",
name: "Folo",
keychain: process.env.KEYCHAIN_PATH,
},
["mas"],

View File

@ -1,7 +1,7 @@
{
"name": "Folo",
"type": "module",
"version": "0.4.2",
"version": "0.4.3",
"private": true,
"description": "Follow everything in one place",
"author": "Folo Team",
@ -84,5 +84,5 @@
"utf-8-validate": "6.0.5"
},
"productName": "Folo",
"mainHash": "274b8ef4d0671d642c1350e1e4463fce6d677f81f77f59a666d6aa83f5866a22"
"mainHash": "5b48aebee3da3b31d2dc4db3bd768987d2c84e1b0ddf977fe28b57e8a3bc9361"
}

View File

@ -65,6 +65,6 @@
"path-to-regexp": "8.2.0",
"tsup": "8.4.0",
"tsx": "4.19.3",
"vite": "6.3.2"
"vite": "6.2.6"
}
}

View File

@ -75,7 +75,7 @@
"tsx": "4.19.3",
"turbo": "2.5.0",
"typescript": "5.8.3",
"vite": "6.3.2",
"vite": "6.2.6",
"vite-bundle-analyzer": "0.18.1",
"vite-plugin-mkcert": "1.17.8",
"vite-plugin-pwa": "1.0.0",

File diff suppressed because it is too large Load Diff