damus

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

commit 0dfea0680f873a084b9dc486bf469baab8dae0e0
parent 6cc34632fde5312cc88d81000f07939b89246c42
Author: William Casarin <jb55@jb55.com>
Date:   Sun,  5 Mar 2023 18:58:40 -0500

v1.2.0-4 changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,30 @@ +## [1.2.0-4] - 2023-03-05 + +### Added + +- Add ellipsis button to notes (ericholguin) + + +### Changed + +- Immediately search for events and profiles (William Casarin) +- Use long-press for custom zaps (William Casarin) +- Make shaka animation smoother (Swift) + + +### Fixed + +- Fixed hit detection bugs on profile page (OlegAba) +- Fix disappearing text on Thread view (Bryan Montz) +- Render links in notification summaries (Joel Klabo) +- Don't show notifications from ourselves (William Casarin) +- Fix issue where navbar back button would show the wrong text (Jack Chakany) +- Fix case sensitivity when searching hashtags (randymcmillan) +- Fix issue where opening reposts shows json (William Casarin) + + +[1.2.0-4]: https://github.com/damus-io/damus/releases/tag/v1.2.0-4 + ## [1.2.0-3] - 2023-03-04 ### Added