From af9956de8a55cf58fb825a359cfb8dc7c6e02ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=E2=80=99Aquino?= Date: Tue, 17 Feb 2026 04:42:44 -0800 Subject: [PATCH] v1.16.1 changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog-None Signed-off-by: Daniel D’Aquino --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3293fcde..8bd00bc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.16.1] - 2026-02-17 + +### Added + +- Added a view for quotes notes that could not be loaded, including actionable items (Daniel D’Aquino) +- Added relay hint support for nevent, nprofile, naddr links and event tag references (reposts, quotes, replies) (alltheseas) + + +### Fixed + +- Fixed an issue where notes would keep loading indefinitely in some cases (Daniel D’Aquino) +- Fixed Lightning invoice parsing and fetching for all amounts (alltheseas) + + + +[1.16.1]: https://github.com/damus-io/damus/releases/tag/v1.16.1 + ## [1.16] - 2026-01-28