Skip to content

Commit 57741fe

Browse files
committed
release(desktop): release v1.9.0
1 parent 760d640 commit 57741fe

4 files changed

Lines changed: 28 additions & 17 deletions

File tree

apps/desktop/changelog/1.9.0.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# What's new in v1.9.0
2+
3+
## Improvements
4+
5+
- Upgraded AI summaries to a more powerful Kimi model
6+
- Improved Obsidian integration metadata and markdown handling
7+
- Improved scroll mark-read reliability with batched updates, retry handling, and local read-state preservation
8+
- Improved action rule editor state stability
9+
- Routed direct desktop downloads through OTA-backed delivery
10+
11+
## No longer broken
12+
13+
- Fixed stale desktop context menus after web menu changes
14+
- Fixed native image context menus being replaced unexpectedly
15+
- Fixed duplicate timeline page requests
16+
- Fixed timeline refreshes not returning to the top first
17+
- Fixed starred collection pagination order
18+
- Fixed Obsidian file path separator handling
19+
- Fixed unread counts after time-limited mark-read actions

apps/desktop/changelog/next.md

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

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

5-
- Upgraded AI summaries to a more powerful Kimi model
6-
- Improved Obsidian integration metadata and markdown handling
7-
- Improved scroll mark-read reliability with batched updates, retry handling, and local read-state preservation
8-
- Improved action rule editor state stability
9-
- Routed direct desktop downloads through OTA-backed delivery
5+
## Improvements
106

117
## No longer broken
128

13-
- Fixed stale desktop context menus after web menu changes
14-
- Fixed native image context menus being replaced unexpectedly
15-
- Fixed duplicate timeline page requests
16-
- Fixed timeline refreshes not returning to the top first
17-
- Fixed starred collection pagination order
18-
- Fixed Obsidian file path separator handling
19-
- Fixed unread counts after time-limited mark-read actions
9+
## Thanks
10+
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.8.0",
4+
"version": "1.9.0",
55
"private": true,
66
"description": "Follow everything in one place",
77
"author": "Folo Team",
@@ -96,7 +96,7 @@
9696
"vite-plugin-route-builder": "0.4.1",
9797
"vite-tsconfig-paths": "6.1.1"
9898
},
99-
"runtimeVersion": "1.8.0",
99+
"runtimeVersion": "1.9.0",
100100
"productName": "Folo",
101-
"mainHash": "a8b359bbef0d2c49abfae0524d5f13ac5aee26a4b60d0691cca9e9ccc3caddcf"
101+
"mainHash": "0ccdf61724c1dac73e38b9267958138671911ef8cf87830abb9451c2729b9211"
102102
}

apps/desktop/release.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.8.0",
2+
"version": "1.9.0",
33
"mode": "build",
44
"runtimeVersion": null,
55
"channel": null

0 commit comments

Comments
 (0)