release(desktop): release v0.6.0

This commit is contained in:
Innei 2025-06-23 22:34:07 +08:00
parent 2dba4d5c06
commit b358640113
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
3 changed files with 31 additions and 20 deletions

View File

@ -0,0 +1,29 @@
# What's new in v0.6.0
## ⚠️ Important
Weve made some updates to our `user` database to help keep things running smoothly and securely. Some fields—like your name, email, profile image link, handle, bio, and website—now have maximum character limits:
- Name: up to 64 characters
- Email: up to 64 characters
- Profile image link: up to 256 characters
- Handle: up to 36 characters
- Bio: up to 256 characters
- Website: up to 256 characters
If you previously entered information thats longer than these limits, it will be automatically shortened to fit. Other fields, like your email verification status, two-factor authentication, and social links, are not affected by these changes.
## Shiny new things
- 🎉 Say hello to a snazzy new look for your personal profile! We've sprinkled in some cool social attribute settings to spice things up. But hold onto your hats—this is just the appetizer for our grand social vision! 🚀 Stay tuned for more! 😎
- We have redesigned the pages for Discover, RSSHub, and Actions. These pages are now simpler and easier to use, with a more modern UI.
## Improvements
## No longer broken
🎉 Ta-da! Weve squashed a bunch of pesky bugs you awesome folks in the community pointed out—high fives all around! 🙌 But if somethings still acting wonky, dont be shy—holler at us with an issue report, pretty please! 😜 Lets keep the good vibes rolling! 🚀
## Thanks
Special thanks to volunteer contributors @ for their valuable contributions

View File

@ -1,29 +1,11 @@
# What's new in vNEXT_VERSION
## ⚠️ Important
Weve made some updates to our `user` database to help keep things running smoothly and securely. Some fields—like your name, email, profile image link, handle, bio, and website—now have maximum character limits:
- Name: up to 64 characters
- Email: up to 64 characters
- Profile image link: up to 256 characters
- Handle: up to 36 characters
- Bio: up to 256 characters
- Website: up to 256 characters
If you previously entered information thats longer than these limits, it will be automatically shortened to fit. Other fields, like your email verification status, two-factor authentication, and social links, are not affected by these changes.
## Shiny new things
- 🎉 Say hello to a snazzy new look for your personal profile! We've sprinkled in some cool social attribute settings to spice things up. But hold onto your hats—this is just the appetizer for our grand social vision! 🚀 Stay tuned for more! 😎
- We have redesigned the pages for Discover, RSSHub, and Actions. These pages are now simpler and easier to use, with a more modern UI.
## Improvements
## No longer broken
🎉 Ta-da! Weve squashed a bunch of pesky bugs you awesome folks in the community pointed out—high fives all around! 🙌 But if somethings still acting wonky, dont be shy—holler at us with an issue report, pretty please! 😜 Lets keep the good vibes rolling! 🚀
## Thanks
Special thanks to volunteer contributors @ for their valuable contributions

View File

@ -1,7 +1,7 @@
{
"name": "Folo",
"type": "module",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"description": "Follow everything in one place",
"author": "Folo Team",
@ -94,5 +94,5 @@
"vite-tsconfig-paths": "5.1.4"
},
"productName": "Folo",
"mainHash": "c4275ef4fd948d72b930953bd4d4b3a45bb37a20eeab354f78b86b6eca1a19d6"
"mainHash": "a57052b632dc4602db20bd054171a736fca97cdd302764b413ed95838c7067eb"
}