damus

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

commit de63e9666439e82bf93d35f40f459b59d447030c
parent 7f9371d85f4872bb663ea92f4cf2783315f38a90
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 11 Jul 2023 12:59:09 -0700

v1.6-3 changelog

A few longform fixes

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [1.6-3] - 2023-07-11 + +### Changed + +- Start at top when reading longform events (William Casarin) +- Allow reposting and quote reposting multiple times (William Casarin) + + +### Fixed + +- Show longform previews in notifications instead of the entire post (William Casarin) +- Fix padding on longform events (William Casarin) +- Fix action bar appearing on quoted longform previews (William Casarin) + + +[1.6-3]: https://github.com/damus-io/damus/releases/tag/v1.6-3 ## [1.6-2] - 2023-07-11 ### Added