release(desktop): release v1.2.6
This commit is contained in:
parent
e1c28abffc
commit
2b43f925b4
|
|
@ -0,0 +1,19 @@
|
|||
# What's new in v1.2.6
|
||||
|
||||
## Shiny new things
|
||||
|
||||
- Optimize Stripe subscription management UI with dynamic billing portal and status indicators
|
||||
|
||||
## Improvements
|
||||
|
||||
- Update AI SDK to v6.0.5
|
||||
- Refresh translation cache on mode changes
|
||||
|
||||
## No longer broken
|
||||
|
||||
- Fix AI chat message types alignment
|
||||
- Fix default custom integration fetch
|
||||
|
||||
## Thanks
|
||||
|
||||
Special thanks to volunteer contributors @TonyRL for their valuable contributions
|
||||
|
|
@ -2,18 +2,10 @@
|
|||
|
||||
## Shiny new things
|
||||
|
||||
- Optimize Stripe subscription management UI with dynamic billing portal and status indicators
|
||||
|
||||
## Improvements
|
||||
|
||||
- Update AI SDK to v6.0.5
|
||||
- Refresh translation cache on mode changes
|
||||
|
||||
## No longer broken
|
||||
|
||||
- Fix AI chat message types alignment
|
||||
- Fix default custom integration fetch
|
||||
|
||||
## Thanks
|
||||
|
||||
Special thanks to volunteer contributors @TonyRL for their valuable contributions
|
||||
Special thanks to volunteer contributors @ for their valuable contributions
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Folo",
|
||||
"type": "module",
|
||||
"version": "1.2.5",
|
||||
"version": "1.2.6",
|
||||
"private": true,
|
||||
"description": "Follow everything in one place",
|
||||
"author": "Folo Team",
|
||||
|
|
@ -87,5 +87,5 @@
|
|||
"vite-tsconfig-paths": "5.1.4"
|
||||
},
|
||||
"productName": "Folo",
|
||||
"mainHash": "56f9664d0989dd416832d0e94f479340623da3641e1dcef5fb33311f21e9617f"
|
||||
"mainHash": "bc0c767c06903c3b5976727f0cb05edfe932e67f1b8d4b29e21417cd51c18425"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue