damus

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

commit 2256e2e62593a3d0d8d774c370bb0fb4f4d00a90
parent a641f972ff9835654fd3871fe9319067bd113bb3
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 24 Jun 2023 08:39:51 +0200

v1.5-5 changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [1.5-5] - 2023-06-24 + +### Fixed + +- Remove note zaps to fit apples appstore guidelines +- Fix zap sheet popping (William Casarin) +- Fix CustomizeZapView from randomly disappearing (William Casarin) +- Fix "zapped your profile" strings to say "zapped you" (Terry Yiu) +- Fix reconnect loop issues on iOS17 (William Casarin) +- Fix some more thread jankiness (William Casarin) +- Fix spelling of Nostr to use Titlecase instead of lowercase (Terry Yiu) +- Rename all usages of the term Post as a noun to Note to conform to the Nostr spec (Terry Yiu) +- Fix text cutoff on login with npub (gladiusKatana) +- Fix hangs due to video player (William Casarin) + + +[1.5-5]: https://github.com/damus-io/damus/releases/tag/v1.5-5 + ## [1.5-2] - 2023-05-30 ### Added