damus

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

commit 1288732e5dc0a5578a8052ff749fb606f521fcaa
parent 4a6c6a65ab3ce804a6f38760903247708077a03e
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 26 Feb 2023 16:01:21 -0800

v1.1.0-9 changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,28 @@ + +## [1.1.0-9] - 2023-02-26 + +### Added + +- Customized zaps (William Casarin) +- Add new Notifications View (William Casarin) +- Bookmarking (Joel Klabo) + +### Changed + +- No more inline npubs when tagging users (Swift) + + +### Fixed + +- Fix alignment of side menu labels (Joel Klabo) +- Fix duplicated participants in reply-to view (Joel Klabo) +- Load missing profiles in Zaps view (William Casarin) +- Fix memory leak with inline videos (William Casarin) +- Eliminate popping when scrolling (William Casarin) + + +[1.1.0-9]: https://github.com/damus-io/damus/releases/tag/v1.1.0-9 + ## [1.1.0-3] - 2023-02-20 ### Added