diff --git a/apps/desktop/changelog/1.10.0.md b/apps/desktop/changelog/1.10.0.md new file mode 100644 index 000000000..8795f8f75 --- /dev/null +++ b/apps/desktop/changelog/1.10.0.md @@ -0,0 +1,16 @@ +# What's new in v1.10.0 + +## No longer broken + +- Fixed duplicated lines in code blocks from feeds that wrap each line in nested divs (e.g., Cloudflare's changelog) +- Fixed social timeline scroll reset on view changes +- Fixed timeline refreshes returning to the top before new content is rendered +- Fixed mark-read state changes while the timeline is being reset +- Fixed the recent reader spacer appearing when there are no recent entries +- Fixed reading mode content disappearing after translation updates +- Fixed streaming TTS scheduling stability +- Fixed the Spline AI indicator rendering while idle + +## Thanks + +Special thanks to volunteer contributor @TonyRL for the nested code block fix diff --git a/apps/desktop/changelog/next.md b/apps/desktop/changelog/next.md index 743f6b5f0..8f5eac449 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -1,16 +1,11 @@ # What's new in vNEXT_VERSION +## Shiny new things + +## Improvements + ## No longer broken -- Fixed duplicated lines in code blocks from feeds that wrap each line in nested divs (e.g., Cloudflare's changelog) -- Fixed social timeline scroll reset on view changes -- Fixed timeline refreshes returning to the top before new content is rendered -- Fixed mark-read state changes while the timeline is being reset -- Fixed the recent reader spacer appearing when there are no recent entries -- Fixed reading mode content disappearing after translation updates -- Fixed streaming TTS scheduling stability -- Fixed the Spline AI indicator rendering while idle - ## Thanks -Special thanks to volunteer contributor @TonyRL for the nested code block fix +Special thanks to volunteer contributors @ for their valuable contributions diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 6244d99f6..90bb61445 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "Folo", "type": "module", - "version": "1.9.0", + "version": "1.10.0", "private": true, "description": "Follow everything in one place", "author": "Folo Team", @@ -98,5 +98,5 @@ }, "runtimeVersion": "1.9.0", "productName": "Folo", - "mainHash": "0ccdf61724c1dac73e38b9267958138671911ef8cf87830abb9451c2729b9211" + "mainHash": "79b9a1c73ebea4fc92b28cc4952a2fe92557557141b1de0c81074622d8a1f404" } diff --git a/apps/desktop/release-plan.json b/apps/desktop/release-plan.json index e340e3bfd..da0a2c1c6 100644 --- a/apps/desktop/release-plan.json +++ b/apps/desktop/release-plan.json @@ -1,5 +1,5 @@ { - "mode": "ota", - "runtimeVersion": "1.9.0", - "channel": "stable" + "mode": "build", + "runtimeVersion": null, + "channel": null } diff --git a/apps/desktop/release.json b/apps/desktop/release.json index fcc73b649..53251c263 100644 --- a/apps/desktop/release.json +++ b/apps/desktop/release.json @@ -1,6 +1,6 @@ { - "version": "1.9.0", - "mode": "build", - "runtimeVersion": null, - "channel": null + "version": "1.10.0", + "mode": "ota", + "runtimeVersion": "1.9.0", + "channel": "stable" }