diff --git a/CHANGELOG.md b/CHANGELOG.md index 3caa412d..d40cd026 100644 --- 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