Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions apps/desktop/changelog/1.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# What's new in v1.7.0

## Improvements

- Removed the connection status indicator from the desktop app

## No longer broken

- Fixed duplicate desktop auth session cookies
- Fixed session refresh after cookie updates
- Fixed returning through the Discover route
- Fixed desktop download link
- Fixed MAS review state detection from OTA versions
- Extended API request timeouts

## Thanks

Special thanks to volunteer contributor @cuikaipeng for their valuable contribution
6 changes: 3 additions & 3 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Folo",
"type": "module",
"version": "1.6.1",
"version": "1.7.0",
"private": true,
"description": "Follow everything in one place",
"author": "Folo Team",
Expand Down Expand Up @@ -96,7 +96,7 @@
"vite-plugin-route-builder": "0.4.1",
"vite-tsconfig-paths": "6.1.1"
},
"runtimeVersion": "1.6.1",
"runtimeVersion": "1.7.0",
"productName": "Folo",
"mainHash": "6135b4a64577e6f5b0668b388e8defb987c4a52626594c7eb1b8684c49efe0e6"
"mainHash": "524fdb3b17478aa5705bc86d0a1550b322c58e1605f1cd28acbf88dbdbb18629"
}
2 changes: 1 addition & 1 deletion apps/desktop/release.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.1",
"version": "1.7.0",
"mode": "build",
"runtimeVersion": null,
"channel": null
Expand Down
Loading