From 19217f47a4c211f5f892b88cfffa48e8e510332a Mon Sep 17 00:00:00 2001 From: William Casarin Date: Tue, 4 Jul 2023 12:21:12 -0700 Subject: [PATCH] v1.6 changelog --- .envrc | 2 +- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/.envrc b/.envrc index ba28b102..72617b2f 100644 --- 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 index d40cd026..420e8325 100644 --- 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