damus

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

commit b43aca8abb310c6ee94968cf56bac91ad8d2f787
parent 86687b628974ce1396a04c0446ea8566640cd940
Author: William Casarin <jb55@jb55.com>
Date:   Sun,  7 May 2023 10:39:26 -0700

build 21 changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.4.3-21] - 2023-05-07 + +### Fixed + +- Potentially fix disconnection issues, please test (William Casarin) +- Fix npub search fails on the first try (Bryan Montz) +- Dismiss bookmarks view when switching tabs (William Casarin) +- Fix posts with no uploadedURLs always get two blank spaces at the end (Bryan Montz) +- Fix bug where you could only mention users at the end of a post (Swift) +- Properly scroll DM view when keyboard is open (William Casarin) +- Made DMs less poppy (William Casarin) +- Zap type selection on smaller phones (ericholguin) +- Fix parse mention without space in content (Joshua Jiang) + + +[1.4.3-21]: https://github.com/damus-io/damus/releases/tag/v1.4.3-21 + ## [1.4.3-20] - 2023-05-04 ### Added