damus

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

commit 8e33d5f6b923cb726ef7fe5b2ce5845a9e8cc41a
parent db2ec0a00a9fb473a5d4788c559b6696f8728b21
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 11 Jul 2023 09:22:39 -0700

v1.6-2 changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,33 @@ +## [1.6-2] - 2023-07-11 + +### Added + +- Add support for multilingual hashtags (cr0bar) +- Add r tag when mentioning a url (William Casarin) +- Add initial longform note support (William Casarin) +- Enable banner image editing (Joel Klabo) +- Add relay log in developer mode (Bryan Montz) + + +### Fixed + +- Fix lag when creating large posts (William Casarin) +- Fix npub mentions failing to parse in some cases (William Casarin) +- Fix PostView initial string to skip mentioning self when on own profile (Terry Yiu) +- Fix freezing bug when tapping Developer settings menu (Terry Yiu) +- Fix potential fake profile zap attacks (William Casarin) +- Fix issue where malicious zappers can send fake zaps to another user's posts (William Casarin) +- Fix profile post button mentions (cr0bar) +- Fix icons on settings view (cr0bar) +- Fix Invalid Zap bug in reposts (William Casarin) + + +### Removed + +- Remove old @ and & hex key mentions (William Casarin) + + +[1.6-2]: https://github.com/damus-io/damus/releases/tag/v1.6-2 ## [1.6] - 2023-07-04 ### Added