Skip to content

Commit cbe4e06

Browse files
Merge pull request #5031 from RSSNext/main
chore(sync): merge main into dev
2 parents 43fb8f2 + 39857c6 commit cbe4e06

5 files changed

Lines changed: 22 additions & 10 deletions

File tree

apps/desktop/changelog/1.10.0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# What's new in v1.10.0
2+
3+
## No longer broken
4+
5+
- Fixed duplicated lines in code blocks from feeds that wrap each line in nested divs (e.g., Cloudflare's changelog)
6+
- Fixed social timeline scroll reset on view changes
7+
- Fixed timeline refreshes returning to the top before new content is rendered
8+
- Fixed mark-read state changes while the timeline is being reset
9+
- Fixed the recent reader spacer appearing when there are no recent entries
10+
- Fixed reading mode content disappearing after translation updates
11+
- Fixed streaming TTS scheduling stability
12+
- Fixed the Spline AI indicator rendering while idle
13+
14+
## Thanks
15+
16+
Special thanks to volunteer contributor @TonyRL for the nested code block fix

apps/desktop/changelog/next.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
## No longer broken
88

9-
- Fixed duplicated lines in code blocks from feeds that wrap each line in nested divs (e.g., Cloudflare's changelog)
10-
119
## Thanks
1210

1311
Special thanks to volunteer contributors @ for their valuable contributions

apps/desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Folo",
33
"type": "module",
4-
"version": "1.9.0",
4+
"version": "1.10.0",
55
"private": true,
66
"description": "Follow everything in one place",
77
"author": "Folo Team",
@@ -98,5 +98,5 @@
9898
},
9999
"runtimeVersion": "1.9.0",
100100
"productName": "Folo",
101-
"mainHash": "0ccdf61724c1dac73e38b9267958138671911ef8cf87830abb9451c2729b9211"
101+
"mainHash": "79b9a1c73ebea4fc92b28cc4952a2fe92557557141b1de0c81074622d8a1f404"
102102
}

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.9.0",
3-
"mode": "build",
4-
"runtimeVersion": null,
5-
"channel": null
2+
"version": "1.10.0",
3+
"mode": "ota",
4+
"runtimeVersion": "1.9.0",
5+
"channel": "stable"
66
}

apps/mobile/changelog/next.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
## No longer broken
88

9-
- Fixed duplicated lines in code blocks from feeds that wrap each line in nested divs (e.g., Cloudflare's changelog)
10-
119
## Thanks
1210

1311
Special thanks to volunteer contributors @ for their valuable contributions

0 commit comments

Comments
 (0)