damus

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

commit 19217f47a4c211f5f892b88cfffa48e8e510332a
parent 3451e7d88f754fc5c5f03c4e6b5a4ddef48947be
Author: William Casarin <jb55@jb55.com>
Date:   Tue,  4 Jul 2023 12:21:12 -0700

v1.6 changelog

Diffstat:
M.envrc | 2+-
MCHANGELOG.md | 26++++++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/.envrc b/.envrc @@ -1,4 +1,4 @@ -#use nix +use nix export TODO_FILE=$PWD/TODO diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,29 @@ +## [1.6] - 2023-07-04 + +### Added + +- Speed up user search (Terry Yiu) +- Add post button to profile pages (William Casarin) +- Add post button when logged in with private key and on own profile view (Terry Yiu) + +### Changed + +- Drop iOS15 support (Scott Penrose) + +### Fixed + +- Load more content on profile view (William Casarin) +- Fix reports to conform to NIP-56 (Terry Yiu) +- Fix profile navigation bugs from muted users list and relay list views (Terry Yiu) +- Fix navigation to translation settings view (Terry Yiu) +- Fixed all navigation issues (Scott Penrose) +- Disable post button when media upload in progress (Terry Yiu) +- Fix taps on mentions in note drafts to not redirect to other Nostr clients (Terry Yiu) +- Fix missing profile zap notification text (Terry Yiu) + + +[1.6]: https://github.com/damus-io/damus/releases/tag/v1.6 + ## [1.5-5] - 2023-06-24 ### Fixed