diff --git a/apps/desktop/changelog/1.2.6.md b/apps/desktop/changelog/1.2.6.md new file mode 100644 index 000000000..d2aceae26 --- /dev/null +++ b/apps/desktop/changelog/1.2.6.md @@ -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 diff --git a/apps/desktop/changelog/next.md b/apps/desktop/changelog/next.md index cd34c1024..8f5eac449 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -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 diff --git a/apps/desktop/package.json b/apps/desktop/package.json index c3e0d8868..f47751259 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -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" }