damus

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

commit 4ecd8649630a1de15f0797013bf7b48bccc39f32
parent 54cfdb8dccdab0856378713293e5406e00ff46ef
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 28 Dec 2022 13:32:26 -0800

v0.1.8-6 changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,33 @@ +## [0.1.8-6] - 2022-12-28 + +### Added + +- Lightning wallet selector (Suhail Saqan) +- Cmd-{1,2,3,4} to switch between tabs on MacOS (Jonathan Milligan) +- Shift-Cmd-N to create a post on MacOS (Jonathan Milligan) +- Link Previews! (Sam DuBois) +- Added paste and delete buttons to add relay field (Suhail Saqan) + + +### Changed + +- Blur and opaque non-friend images rather than only display the link (Sam DuBois) +- Remove URLs in content text when image is displayed (Sam DuBois) +- Show non-image URLs as clickable link views (Sam DuBois) +- Adjusted Pay button on invoices. (Sam DuBois) + + +### Fixed + +- Fix crash with @ sign in some posts (Pablo Fernandez) +- Swapped order of Logout and Cancel alert buttons (Terry Yiu) +- Fixed padding issue on tabbar on some devices (Sam DuBois) +- Fix post button moving after selecting from search result (OlegAba) +- Don't show white background on images in dark mode (William Casarin) + + + +[0.1.8-6]: https://github.com/damus-io/damus/releases/tag/v0.1.8-6 ## [0.1.8-5] - 2022-12-27 ### Added