damus

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

commit 2713e76e177258655abcaca0442eee93346ad051
parent 6aa28fce6cdcfeda263c7f6b1ae01378f092d8d2
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 30 May 2023 18:08:57 -0700

v1.5-2 changelog

Diffstat:
MCHANGELOG.md | 32++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,35 @@ +## [1.5-2] - 2023-05-30 + +### Added + +- Add new full-bleed video player (William Casarin) +- Add ability to show multiple posts per user in Universe (Ben Weeks) +- Custom iconography added for other areas of the app. (Ben Weeks) +- Custom iconography for the left navigation. (Ben Weeks) +- Custom iconography for the tab buttons. (Ben Weeks) +- Added dots under image carousel (Ben Weeks) +- Add profile caching (Bryan Montz) +- Add mention parsing and fine-grained text selection on description in ProfileView (Terry Yiu) + + +### Changed + +- Redesign phase 1 (text, icons) +- Updated UI to use custom font (Ben Weeks) + +### Fixed + +- Fix side menu bug in landscape (OlegAba) +- Use "Follow me on nostr" text when looking at someone else's QR code (Ben Weeks) +- Fix issue where cursor dissapears when typing long message (gladiusKatana) +- Attempt fix for randomly broken animated gifs (William Casarin) +- Fix cursor jumping when pressing return (gladius) +- Fix side menu label size so that translations in longer languages fit without wrapping (Terry Yiu) +- Fix reaction notification title to be consistent with ReactionView (Terry Yiu) +- Fix nostr URL scheme to open properly even if there's already a different view open (Terry Yiu) +- Fix crash related to preloading events (Bryan Montz) + + ## v1.4.3 - 2023-05-08 ### Added