release(desktop): release v0.6.0
This commit is contained in:
parent
2dba4d5c06
commit
b358640113
|
|
@ -0,0 +1,29 @@
|
|||
# What's new in v0.6.0
|
||||
|
||||
## ⚠️ Important
|
||||
|
||||
We’ve 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 that’s 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! We’ve squashed a bunch of pesky bugs you awesome folks in the community pointed out—high fives all around! 🙌 But if something’s still acting wonky, don’t be shy—holler at us with an issue report, pretty please! 😜 Let’s keep the good vibes rolling! 🚀
|
||||
|
||||
## Thanks
|
||||
|
||||
Special thanks to volunteer contributors @ for their valuable contributions
|
||||
|
|
@ -1,29 +1,11 @@
|
|||
# What's new in vNEXT_VERSION
|
||||
|
||||
## ⚠️ Important
|
||||
|
||||
We’ve 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 that’s 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! We’ve squashed a bunch of pesky bugs you awesome folks in the community pointed out—high fives all around! 🙌 But if something’s still acting wonky, don’t be shy—holler at us with an issue report, pretty please! 😜 Let’s keep the good vibes rolling! 🚀
|
||||
|
||||
## Thanks
|
||||
|
||||
Special thanks to volunteer contributors @ for their valuable contributions
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue