From 6a5345953ada712b9a39da440ba04130c3585685 Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Fri, 21 Apr 2023 11:53:10 -0400 Subject: [PATCH] Add update to change log on the link opening behavior --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf4713..4968f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ * Clicking on the "Home" button if you already are on that screen scrolls to the top. * Auto-complete suggestions for hashtags and accounts render at the top of the edit text field not bottom. * Contacts screen shows user's handle and last post time (as far as your server knows about) for the user + * Links now open in the system browser on iOS and Android like on the desktop rather than within the app as an + embedded browser * Fixes * Seemingly disappearing contacts on Contacts screen have been corrected. * New Features