Skip to content

Commit a6639b6

Browse files
authored
Merge pull request #4993 from RSSNext/main
chore(sync): merge main into dev
2 parents fb43d70 + 99419bb commit a6639b6

3 files changed

Lines changed: 22 additions & 4 deletions

File tree

apps/desktop/changelog/1.7.0.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# What's new in v1.7.0
2+
3+
## Improvements
4+
5+
- Removed the connection status indicator from the desktop app
6+
7+
## No longer broken
8+
9+
- Fixed duplicate desktop auth session cookies
10+
- Fixed session refresh after cookie updates
11+
- Fixed returning through the Discover route
12+
- Fixed desktop download link
13+
- Fixed MAS review state detection from OTA versions
14+
- Extended API request timeouts
15+
16+
## Thanks
17+
18+
Special thanks to volunteer contributor @cuikaipeng for their valuable contribution

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.6.1",
4+
"version": "1.7.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.6.1",
99+
"runtimeVersion": "1.7.0",
100100
"productName": "Folo",
101-
"mainHash": "6135b4a64577e6f5b0668b388e8defb987c4a52626594c7eb1b8684c49efe0e6"
101+
"mainHash": "524fdb3b17478aa5705bc86d0a1550b322c58e1605f1cd28acbf88dbdbb18629"
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.6.1",
2+
"version": "1.7.0",
33
"mode": "build",
44
"runtimeVersion": null,
55
"channel": null

0 commit comments

Comments
 (0)