damus

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

commit 421245a2f8919842bccc86a9355701bab5a14f6b
parent ec4790a8fe67e88b36ad021b14d517bed6df5345
Author: William Casarin <jb55@jb55.com>
Date:   Fri,  6 Jan 2023 14:21:23 -0800

v1.0.0 (5) Changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,35 @@ +## [1.0.0-5] - 2023-01-06 + +### Added + +- Added share button to profile (William Casarin) +- Added universal link sharing of notes (William Casarin) +- Added clear cache button to wipe pfp/image cache (OlegAba) +- Allow Adding Relay Without wss:// Prefix (Joel Klabo) +- Allow Saving Images to Library (Joel Klabo) + + +### Changed + +- Added damus gradient to post button (Ben Weeks) +- Center the Post Button (Thomas) +- Switch yellow nip05 check to gray (William Casarin) +- Switch from bluecheck to purplecheck (William Casarin) + + +### Fixed + +- Add system background color to profile pics (OlegAba) +- High res color pubkey on profile page (William Casarin) +- Don't spin forever if we're temporarily disconnected (William Casarin) +- Fixed a few issues with avatars not animating (OlegAba) +- Scroll to bottom when new DM received (Aidan O'Loan) +- Make reply view scrollable (Joel Klabo) +- Hide profile edit button when logged in with pubkey (Swift) + + +[1.0.0-5]: https://github.com/damus-io/damus/releases/tag/v1.0.0-5 + ## [1.0.0-4] - 2023-01-04 ### Added @@ -320,3 +352,4 @@ [0.1.2]: https://github.com/damus-io/damus/releases/tag/v0.1.2 +