Today, we're excited to announce the release of Linkwarden 2.7! ๐ฅณ This update brings many new features and optimizations.
As always before we start, we'd like to express our sincere thanks to all of our Cloud subscription users. Your support is crucial to our growth and allows us to continue improving. Thank you for being such an important part of our journey. ๐
What's New?โ
We're actively bringing new features to Linkwarden users around the globe. If you like our work, please Star our repo on GitHub! โญ๏ธ Your support means a lot to us.
๐ ๏ธ Code Refactoring and Optimizationโ
The first thing you'll notice here is that Linkwarden is now faster and more efficient.1 And also the data now loads a skeleton placeholder while fetching the data instead of saying "you have no links", making the app feel more responsive.
Here's a before and after comparison of the loading state:
- Before (v2.6.2)
- After (v2.7.0)
๐ Added More Translationsโ
Thanks to the collaborators, we've added Chinese and French translations to Linkwarden. If you'd like to help us translate Linkwarden into your language, check out #216.
โ And more...โ
Check out the full changelog below.
Full Changelog: https://github.com/linkwarden/linkwarden/compare/v2.6.2...v2.7.0
Footnotesโ
-
This took a lot more work than it should have since we had to refactor the whole server-side state management to use react-query instead of Zustand. โฉ