damus

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

commit f3056653db3135e34d67ea738bfbfe7ef1afb11f
parent 6196279d2b1537fd93e0a9699ca9045ff0232e85
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 20 Feb 2023 11:36:59 -0800

v1.1.0-3 changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,36 @@ +## [1.1.0-3] - 2023-02-20 + +### Added + +- Add a "load more" button instead of always inserting events in timelines (William Casarin) +- Added the ability to select text on posts (OlegAba) +- Added Posts or Post & Replies selector to Profile (ericholguin) +- Improved profile navbar (OlegAba) + + +### Changed + +- Rename global feed to universe (William Casarin) +- Improve look of post view (ericholguin) +- Added a 20MB content length limit for all image files (OlegAba) +- Improved EventActionBar button spacing (Bryan Montz) +- Polished profile key copy buttons, added animation (Bryan Montz) +- Format large numbers of action bar actions (Joel Klabo) +- Improved blur on images, especially in dark mode (Bryan Montz) + + +### Fixed + +- Remove trailing slash when adding a relay (middlingphys) +- Scroll to top of events instead of the bottom (OlegAba) +- Fix lag on startup when you have lots of DMs (William Casarin) +- Fix an issues where dm notifications appear without any new events (William Casarin) +- Fix some hangs when scrolling by images (OlegAba) +- Force default zap amount text field to accept only numbers (Terry Yiu) + + + +[1.1.0-3]: https://github.com/damus-io/damus/releases/tag/v1.1.0-3 ## [1.1.0-2] - 2023-02-14