damus

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

commit 27fb4e797de6170ada27121c754af95d643e4186
parent e6b4b2a4379058d2ce544c5d33faf3647fe0aa97
Author: William Casarin <jb55@jb55.com>
Date:   Thu,  4 May 2023 09:08:40 -0700

v1.4.3-20 changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,43 @@ +## [1.4.3-20] - 2023-05-04 + +### Added + +- Add webp image support (William Casarin) +- Preload profile pictures while scrolling (William Casarin) +- Save keys when logging in and when creating new keypair (Bryan Montz) +- Top-level tab state restoration (Bryan Montz) +- Added event preloading when scrolling (William Casarin) +- Preload images so they don't pop in (William Casarin) + + +### Changed + +- Preload events when they are queued (William Casarin) +- Search hashtags automatically (William Casarin) +- Cached various UI elements so its not as laggy (William Casarin) + + +### Fixed + +- Don't process blurhash if we already have image cached (William Casarin) +- Home now dismisses reactions view (William Casarin) +- Fix auto-translations bug where languages in preferred language still gets translated (Terry Yiu) +- Fix wrong relative times on events (William Casarin) +- Load profiles in hashtag searched (William Casarin) +- Fix weird #\[0] artifacts appearing in posts (William Casarin) +- Fix "translated from english" bugs (Terry) +- Fix crash when loading DMs in the background (William Casarin) +- Fixed blurhash appearing behind loaded images when swiping on carousel (William Casarin) +- Fix camera not dismissing (Swift) +- Fix bug with reaction notifications referencing the wrong event (Terry Yiu) +- Fix Copy Link action does not dismiss ShareAction view (Bryan Montz) +- Saved Jack's soul. (Ben Weeks) +- Fixed preview elements popping in (William Casarin) +- Fixed glitchy preview (William Casarin) + + + +[1.4.3-20]: https://github.com/damus-io/damus/releases/tag/v1.4.3-20 ## [1.4.3-15] - 2023-04-29 ### Added @@ -1092,3 +1132,4 @@ [0.1.2]: https://github.com/damus-io/damus/releases/tag/v0.1.2 +