damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 39788bd59043d5707ed96a5930d366e5680ad226
parent 8c2c8e283f648e94fb6ca02e590d112c2f73e9a4
Author: William Casarin <jb55@jb55.com>
Date:   Tue,  4 Apr 2023 20:11:06 -0700

v1.4.1-2 changelog

Diffstat:
MCHANGELOG.md | 24++++++++++++++++++++++++
1 file changed, 24 insertions(+), 0 deletions(-)

diff --git 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