diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bb95a1..0cbfffd1 100644 --- 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 index 5c988c4e..ad4dbd4e 100644 --- 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;