From 01c6e3e9ab9e05a2211e87461ced46c3bb686f60 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 21 Sep 2023 18:08:56 -0400 Subject: [PATCH] v1.6 (18) changelog --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81a6d839..b78c21b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ +## [1.6-18] - 2023-09-21 + +### Added + +- Add followed hashtags to your following list (Daniel D’Aquino) +- Add "Do not show #nsfw tagged posts" setting (Daniel D’Aquino) +- Hold tap to preview status URL (Jericho Hasselbush) +- Finnish translations (etrikaj) + + +### Changed + +- Switch to nostrdb for @'s and user search (William Casarin) +- Use nostrdb for profiles (William Casarin) +- Updated relay view (ericholguin) +- Increase size of the hitbox on note ellipsis button (Daniel D’Aquino) +- Make carousel tab dots tappable (Bryan Montz) +- Move the "Follow you" badge into the profile header (Grimless) + + +### Fixed + +- Fix text composer wrapping issue when mentioning npub (Daniel D’Aquino) +- Make blurred videos viewable by allowing blur to disappear once tapped (Daniel D’Aquino) +- Fix parsing issue with NIP-47 compliant NWC urls without double-slashes (Daniel D’Aquino) +- Fix padding of username next to pfp on some views (William Casarin) +- Fixes issue where username with multiple emojis would place cursor in strange position. (Jericho Hasselbush) +- Fixed audio in video playing twice (Bryan Montz) +- Fix crash when long pressing custom reactions (William Casarin) +- Fix random crashom due to old profile database (William Casarin) + +[1.6-18]: https://github.com/damus-io/damus/releases/tag/v1.6-18 + ## [1.6-17] - 2023-08-23 ### Added