Linkwarden logo

Linkwarden

Self-hosted collaborative bookmark manager to collect, read, annotate, and fully preserve what matters, all in one place.

Alternative to: raindrop.io, pocket, instapaper


About Versions (65)

v2.6.1

2024-07-26

What’s Changed

Fixed a bug where users were reporting that they don’t see some of their preserved formats. (Recommended for all v2.6.0 users!)

[!NOTE]
If you’re upgrading from v2.6.0 or an older version make sure you run the migration script before starting the app in scripts/migration/v2.6.1/index.js.

So if you went for the manual installation, run the following:

node scripts/migration/v2.6.1/index.js

If you went for the docker compose installation, run the following instead:

docker exec -it CONTAINER_ID /bin/bash -c 'node scripts/migration/v2.6.1/index.js'

Full Changelog: https://github.com/linkwarden/linkwarden/compare/v2.6.0…v2.6.1