damus

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

commit 8733a349331fa6f7acb0feec5dc8af079f251263
parent 0de6cfe34424a9da0f43cc3a2c335dcb869a07f1
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 15 Apr 2023 12:57:42 -0700

v1.4.3-1 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.4.3-1] - 2023-04-15 + +### Added + +- Add deep links for local notifications (Swift + Will) +- Add thread muting (Terry Yiu) +- Preview media uploads when posting (Swift) +- Add QR Code in profiles (ericholguin) + + +### Changed + +- Ask permission before uploading media (Swift) +- Show DM message in local notification (William Casarin) + + +### Fixed + +- Fix tap area when mentioning users (OlegAba) +- Fix invalid DM author notifications (William Casarin) +- Fix relay signal indicator, properly show how many relays you are connected to (William Casarin) + + +[1.4.3-1]: https://github.com/damus-io/damus/releases/tag/v1.4.3-1 + ## [1.4.2-2] - 2023-04-12 ### Added