Skip to main content

Linkwarden 2.7

ยท 2 min read
Daniel

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?โ€‹

tip

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

๐ŸŒ 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.

Language dropdown image

โœ… And more...โ€‹

Check out the full changelog below.

Full Changelog: https://github.com/linkwarden/linkwarden/compare/v2.6.2...v2.7.0

Footnotesโ€‹

  1. 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. โ†ฉ