release(desktop): release v1.11.0

This commit is contained in:
DIYgod 2026-07-13 11:11:44 +08:00
parent ce905f8c5a
commit 58095e2b26
4 changed files with 23 additions and 12 deletions

View File

@ -0,0 +1,13 @@
# What's new in v1.11.0
## Improvements
- Upgraded the desktop runtime to Electron 43 and refreshed core dependencies
## No longer broken
- Fixed YouTube embeds in entry content and readability view failing to play due to a missing referrer
## Thanks
Special thanks to volunteer contributor @TonyRL for the YouTube embed fix

View File

@ -1,13 +1,11 @@
# What's new in vNEXT_VERSION
## Shiny new things
## Improvements
- Upgraded the desktop runtime to Electron 43 and refreshed core dependencies
## No longer broken
- Fixed YouTube embeds in entry content and readability view failing to play due to a missing referrer
## Thanks
Special thanks to volunteer contributor @TonyRL for the YouTube embed fix
Special thanks to volunteer contributors @ for their valuable contributions

View File

@ -1,7 +1,7 @@
{
"name": "Folo",
"type": "module",
"version": "1.10.0",
"version": "1.11.0",
"private": true,
"description": "Follow everything in one place",
"author": "Folo Team",
@ -99,7 +99,7 @@
"workbox-build": "7.4.1",
"workbox-window": "7.4.1"
},
"runtimeVersion": "1.9.0",
"runtimeVersion": "1.11.0",
"productName": "Folo",
"mainHash": "79b9a1c73ebea4fc92b28cc4952a2fe92557557141b1de0c81074622d8a1f404"
"mainHash": "b672f321b6478cbaad0ad6e354d73ca3c8a79f90aaadb41c119499639ec66e87"
}

View File

@ -1,6 +1,6 @@
{
"version": "1.10.0",
"mode": "ota",
"runtimeVersion": "1.9.0",
"channel": "stable"
"version": "1.11.0",
"mode": "build",
"runtimeVersion": null,
"channel": null
}