v2.7.0
版本发布时间: 2024-08-17 00:45:18
linkwarden/linkwarden最新发布版本:v2.7.1(2024-08-17 01:46:18)
Linkwarden 2.7
Read the blog for more details: https://blog.linkwarden.app/releases/2.7
What's Changed
🛠️ 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.
🌐 Added More Translation
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.
New Contributors
- @jlssmt made their first contribution in https://github.com/linkwarden/linkwarden/pull/671
- @zarevskaya made their first contribution in https://github.com/linkwarden/linkwarden/pull/654
- @shichen437 made their first contribution in https://github.com/linkwarden/linkwarden/pull/704
- @phillibl made their first contribution in https://github.com/linkwarden/linkwarden/pull/692
Full Changelog: https://github.com/linkwarden/linkwarden/compare/v2.6.2...v2.7.0
[^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.