Skip to content

Releases: ahmadfarhan1981/linkstash

LinkStash v1.1.1

06 May 09:13

Choose a tag to compare

Release Announcement: LinkStash v1.1.1 🔧

Small patch, big quality-of-life boost.

v1.1.1 fixes a bunch of quirks on the Add Bookmark page — mostly around tag input weirdness, sluggish performance, and some general UI jank. If it ever felt a bit off while adding bookmarks, this should smooth things out.

🚫 No flashy new features this time, just a tighter, cleaner experience where it matters most.

As always, if you spot anything else, I’m all ears:
👉 Issues

Thanks for using LinkStash! ✨

Full Changelog: v1.1.0...v1.1.1

v1.1.0

03 Apr 07:07

Choose a tag to compare

Release Announcement: LinkStash v1.1.0 🚀

I'm excited to announce the official release of LinkStash v1.1.0! 🎉

LinkStash is my self-hosted, backend-driven bookmarking and "read it later" solution, designed to give you complete control over your saved links and offline content. This has been a passion project of mine, and I’m proud to finally share it with the world.


✨ What's New in v1.1.0?

Version 1.1 builds on the foundation of the initial release with a focus on usability, performance, and maintainability.


✅ Bulk Operations

This is something I’m personally excited about.

You can now add or remove tags from multiple bookmarks at once.
Your bulk selections persist even when filtering or sorting, making it easy to choose which bookmarks to update without losing your place.


🎨 UI Tweaks

The overall look has been slightly refreshed.

  • The design remains minimalistic, but we’ve added some polish to improve the user experience.
  • Initial work has started toward a responsive layout. It’s not fully responsive yet, but we’ve laid some groundwork to make future improvements easier.

🏗️ Project Restructure

The project folders have been reorganized:

  • LinkStash now uses npm workspaces to manage multiple projects within the monorepo.
  • We've restructured things to support a client library. Instead of a tightly coupled frontend, the new structure enables any frontend to interface with the LinkStash backend using the library.
  • The client library will be a priority for the next release.

Thanks to everyone who's checked out LinkStash so far! If you have feedback or run into bugs, feel free to open an issue or drop me a message.

Enjoy v1.1! 🚀

v1.0.0

30 Dec 09:33
429609c

Choose a tag to compare

Release Announcement: LinkStash v1.0.0 🚀

I'm excited to announce the official release of LinkStash v1.0.0! 🎉

LinkStash is my self-hosted, backend-driven bookmarking and "read it later" solution, designed to give you complete control over your saved links and offline content. This has been a passion project of mine, and I’m proud to finally share it with the world.


What's New in v1.0.0?

Everything!

V1.0.0 is the initial release, focusing on the core functionality of a bookmark manager.

Features:

  • Bookmark Management: Save and organize your links with tags.
  • Archive Mode: Save articles for offline access.
  • Self-Hosting: Simplified deployment with Docker Compose
  • REST API: Backend first, all functionality available as REST endpoint.

Get Started Now

You can get started quickly with Docker Compose:

mkdir config
mkdir archive
wget https://raw.githubusercontent.com/ahmadfarhan1981/linkstash/develop/docker/docker-compose.yaml
docker compose up -d

I’ve got a long list of improvements and features I plan to add over time, but for now, I just want to get LinkStash in front of people and hear your thoughts.

If you have any feedback or bug reports, I’d really appreciate it if you let me know.