From 7f66a0673a6c6078053997b30402762475427750 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Fri, 13 Mar 2026 17:19:31 +0100 Subject: [PATCH] release: Publish version v1.1.1 --- CHANGELOG.md | 10 ++++++++++ src/manifest.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f4141b..f5be3bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog of Flus Browser +## 2026-03-13 - v1.1.1 + +### Improvements + +- Add titles to "mark as read" and "read later" buttons ([7b95581](https://github.com/flusio/flus-browser/commit/7b95581)) + +### Maintenance + +- Update the dependencies ([ed8ad91](https://github.com/flusio/flus-browser/commit/ed8ad91), [b3f1524](https://github.com/flusio/flus-browser/commit/b3f1524), [1388340](https://github.com/flusio/flus-browser/commit/1388340), [67416df](https://github.com/flusio/flus-browser/commit/67416df)) + ## 2025-11-26 - v1.1.0 ### Features diff --git a/src/manifest.json b/src/manifest.json index 31dcb8a..60e2d4d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Flus", - "version": "1.1.0", + "version": "1.1.1", "description": "Collect, organise, annotate on and share links from around the Web.", "homepage_url": "https://flus.fr",