release(desktop): release v1.7.0
This commit is contained in:
parent
1cf6d0b637
commit
ed40cb4de6
|
|
@ -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
|
||||
|
|
@ -1,18 +1,11 @@
|
|||
# What's new in vNEXT_VERSION
|
||||
|
||||
## Shiny new things
|
||||
|
||||
## 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
|
||||
Special thanks to volunteer contributors @ for their valuable contributions
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.6.1",
|
||||
"version": "1.7.0",
|
||||
"mode": "build",
|
||||
"runtimeVersion": null,
|
||||
"channel": null
|
||||
|
|
|
|||
Loading…
Reference in New Issue