damus

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

commit 29915159db115eebe8cd68d08febae805e6ad6ba
parent 2b102671e5c4aaee7436148adf8ec6c307fd40f2
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 22 Oct 2023 14:27:56 +0800

v1.6 (24) changelog

Diffstat:
MCHANGELOG.md | 27+++++++++++++++++++++++++++
Mdamus.xcodeproj/project.pbxproj | 4++--
2 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,30 @@ +## [1.6-24] - 2023-10-22 - AppStore Rejection Cope + +### Added + +- Improve discoverability of profile zaps with zappability badges and profile action sheets (Daniel D’Aquino) +- Add suggested hashtags to universe view (Daniel D’Aquino) +- Suggest first post during onboarding (Daniel D’Aquino) +- Add expiry date for images in cache to be auto-deleted after a preset time to save space on storage (Daniel D’Aquino) +- Add QR scan nsec logins. (Jericho Hasselbush) + + +### Changed + +- Improved status view design (ericholguin) +- Improve clear cache functionality (Daniel D’Aquino) + + +### Fixed + +- Reduce size of event menu hitbox (William Casarin) +- Do not show DMs from muted users (Daniel D’Aquino) +- Add more spacing between display name and username, and prefix username with `@` character (Daniel D’Aquino) +- Broadcast quoted notes when posting a note with quotes (Daniel D’Aquino) + + +[1.6-24]: https://github.com/damus-io/damus/releases/tag/v1.6-24 + ## [1.6-23] - 2023-10-06 - Appstore Release ### Added diff --git a/damus.xcodeproj/project.pbxproj b/damus.xcodeproj/project.pbxproj @@ -3290,7 +3290,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = damus/damus.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 23; + CURRENT_PROJECT_VERSION = 24; DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\""; DEVELOPMENT_TEAM = XK7H4JAB3D; ENABLE_PREVIEWS = YES; @@ -3339,7 +3339,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = damus/damus.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 23; + CURRENT_PROJECT_VERSION = 24; DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\""; DEVELOPMENT_TEAM = XK7H4JAB3D; ENABLE_PREVIEWS = YES;