From 9b3e25dd6df0887951b1fb9db0f23352c145a3f5 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 17 Apr 2023 14:58:44 -0700 Subject: [PATCH] v1.4.3-2 changelog --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a068ad0..e9a2207b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -## [1.4.3-1] - 2023-04-15 +## [1.4.3-2] - 2023-04-17 ### Added -- Add deep links for local notifications (Swift + Will) +- Add deep links for local notifications (Swift) +- Banner Image Upload (Joel Klabo) - Add thread muting (Terry Yiu) - Preview media uploads when posting (Swift) - Add QR Code in profiles (ericholguin) @@ -10,18 +11,24 @@ ### Changed +- Always check signatures of profile events (William Casarin) - Ask permission before uploading media (Swift) - Show DM message in local notification (William Casarin) ### Fixed +- Fixed repost turning green too early and not reposting sometimes (Swift) +- Fix shuffling when choosing users to reply to (Joshua Jiang) +- Do not translate own notes if logged in with private key (Terry Yiu) +- Load missing profiles from boosts on home view (Gísli Kristjánsson) +- Load missing profiles from boosts on profile view (Gísli Kristjánsson) - 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.3-2]: https://github.com/damus-io/damus/releases/tag/v1.4.3-2 ## [1.4.2-2] - 2023-04-12