Skip to content

Commit c77e60e

Browse files
committed
release(desktop): release v1.11.0
1 parent ce905f8 commit c77e60e

4 files changed

Lines changed: 23 additions & 12 deletions

File tree

apps/desktop/changelog/1.11.0.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# What's new in v1.11.0
2+
3+
## Improvements
4+
5+
- Upgraded the desktop runtime to Electron 43 and refreshed core dependencies
6+
7+
## No longer broken
8+
9+
- Fixed YouTube embeds in entry content and readability view failing to play due to a missing referrer
10+
11+
## Thanks
12+
13+
Special thanks to volunteer contributor @TonyRL for the YouTube embed fix

apps/desktop/changelog/next.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# What's new in vNEXT_VERSION
22

3-
## Improvements
3+
## Shiny new things
44

5-
- Upgraded the desktop runtime to Electron 43 and refreshed core dependencies
5+
## Improvements
66

77
## No longer broken
88

9-
- Fixed YouTube embeds in entry content and readability view failing to play due to a missing referrer
10-
119
## Thanks
1210

13-
Special thanks to volunteer contributor @TonyRL for the YouTube embed fix
11+
Special thanks to volunteer contributors @ for their valuable contributions

apps/desktop/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Folo",
33
"type": "module",
4-
"version": "1.10.0",
4+
"version": "1.11.0",
55
"private": true,
66
"description": "Follow everything in one place",
77
"author": "Folo Team",
@@ -99,7 +99,7 @@
9999
"workbox-build": "7.4.1",
100100
"workbox-window": "7.4.1"
101101
},
102-
"runtimeVersion": "1.9.0",
102+
"runtimeVersion": "1.11.0",
103103
"productName": "Folo",
104-
"mainHash": "79b9a1c73ebea4fc92b28cc4952a2fe92557557141b1de0c81074622d8a1f404"
104+
"mainHash": "b672f321b6478cbaad0ad6e354d73ca3c8a79f90aaadb41c119499639ec66e87"
105105
}

apps/desktop/release.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "1.10.0",
3-
"mode": "ota",
4-
"runtimeVersion": "1.9.0",
5-
"channel": "stable"
2+
"version": "1.11.0",
3+
"mode": "build",
4+
"runtimeVersion": null,
5+
"channel": null
66
}

0 commit comments

Comments
 (0)