Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 75 additions & 0 deletions blog/releases/2.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
---
authors: daniel
date: 2025-03-21T06:00
image: https://raw.githubusercontent.com/linkwarden/blog/main/static/assets/social_previews/1.jpg
tags:
- release
---

# Announcing Linkwarden 2.10

Today, we're excited to announce the release of **[Linkwarden 2.10](https://linkwarden.app/?utm_source=Blog&utm_medium=social&utm_campaign=v2_10_announcement)**! 🥳 This update brings significant improvements and new features to enhance your experience.

For those who are new to Linkwarden, it's basically a tool for preserving and organizing webpages, articles, and documents in one place. You can also share your resources with others, create public collections, and collaborate with your team. Linkwarden is available as a **[Cloud](https://linkwarden.app/#pricing)** subscription or you can **[self-host](https://docs.linkwarden.app/self-hosting/installation)** it on your own server.

This release brings a range of updates to make your bookmarking and archiving experience even smoother. Let’s take a look:

<!--truncate-->

## What’s new:

### ⚡️ Text Highlighting

You can now highlight text in your saved articles while in the readable view! Whether you’re studying, researching, or just storing interesting articles, you’ll be able to quickly locate the key ideas and insights you saved.

<p align="center">
<img src="/assets/v2.10/highlight.png" alt="Text Highlighting Image" />
</p>

### 🔍 Search Is Now _Much_ More Capable

Our search engine got a big boost! Not only is it faster, but you can now use advanced search operators like `title:`, `url:`, `tag:`, `before:`, `after:` to really narrow down your results. To see all the available operators, check out the [advanced search](https://docs.linkwarden.app/usage/advanced-search) page in the documentation.

For example, to find links tagged “ai tools” before 2020 that aren’t in the “unorganized” collection, you can use the following search query:

```
tag:"ai tools" before:2020-01-01 !collection:unorganized
```

This feature makes it easier than ever to locate the links you need, especially if you have a large number of saved links.

### 👾 Use External Providers for AI Tagging

Previously, Linkwarden offered automated tagging through a local LLM (via Ollama). Now, you can also choose OpenAI, Anthropic, or other external AI providers. This is especially useful if you’re running Linkwarden on lower-end servers to offload the AI tasks to a remote service.

### 🚀 Enhanced AI Tagging

We’ve improved the AI tagging feature to make it even more effective. You can now tag existing links using AI, not just new ones. On top of that, you can also auto-categorize links to existing tags based on the content of each link.

<p align="center">
<img src="/assets/v2.10/ai_tagging.png" alt="AI Tagging Image" />
</p>

### ⚙️ Worker Management (Admin Only)

For admins, Linkwarden 2.10 makes it easier to manage the archiving process. Clear old preservations or re-archive any failed ones whenever you need to, helping you keep your setup tidy and up to date.

<p align="center">
<img src="/assets/v2.10/worker_page.png" alt="Worker Page Image" />
</p>

### ✅ And more...

There are also a bunch of smaller improvements and fixes in this release to keep everything running smoothly.

**Full Changelog**: https://github.com/linkwarden/linkwarden/compare/v2.9.3...v2.10.0

## Want to skip the technical setup?

If you’d rather skip server setup and maintenance, our **[Cloud Plan](https://linkwarden.app/#pricing)** takes care of everything for you. It’s a great way to access all of Linkwarden’s features—plus future updates—without the technical overhead.

---

We hope you enjoy these new enhancements, and as always, we'd like to express our sincere thanks to all of our supporters and contributors. Your feedback and contributions have been invaluable in shaping Linkwarden into what it is today. 🚀

Also a special shout-out to **[Isaac](https://github.com/il516)**, who's been a key contributor across multiple releases. He's currently open to work, so if you're looking for someone who’s sharp, collaborative, and genuinely passionate about open source, definitely consider reaching out to him!
Binary file added static/assets/v2.10/ai_tagging.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/v2.10/highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/v2.10/worker_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/latest-announcement.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"id": "2.9"
"id": "2.10"
}