From 39788bd59043d5707ed96a5930d366e5680ad226 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Tue, 4 Apr 2023 20:11:06 -0700 Subject: [PATCH] v1.4.1-2 changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84bd5d82..a857fb74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## [1.4.1-2] - 2023-04-04 + +### Added + +- Reply counts (William Casarin) +- Add option to only show notification from people you follow (Swift) +- Added local notifications for other events (Swift) +- Show a custom view when tagged user isn't found (ericholguin) +- Show referenced notes in DMs (William Casarin) + + +### Changed + +- Show full bleed images on selected events in threads (William Casarin) + + +### Fixed + +- Fix broken website links that have missing https:// prefixes (William Casarin) +- Get around CCP bootstrap relay banning by caching user's relays as their bootstrap relays (William Casarin) + + +[1.4.1-2]: https://github.com/damus-io/damus/releases/tag/v1.4.1-2 + ## [1.4.1] - 2023-04-03 ### Added