damus

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

commit c87f19b4796a0640043b4ebf7a82e59e098016ce
parent 68ed3d7796d954633fe693f27bb2533e89876d48
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 29 Apr 2023 08:46:43 -0700

v1.4.3-15 changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,27 @@ +## [1.4.3-15] - 2023-04-29 + +### Added + +- Add q tag to quoted renotes (William Casarin) +- Add confirmation alert when clearing all bookmarks (Swift) +- Show blurhash placeholders from image metadata (William Casarin) +- Add image metadata to image uploads (William Casarin) + + +### Changed + +- Load zaps instantly on events (William Casarin) + + +### Fixed + +- Fix thread incompatibility for clients that add more than one reply tag (amethyst, plebstr) +- Preserve order of bookmarks when saving (William Casarin) +- Fix crash when you have invalid relays in your relay list (William Casarin) + + + +[1.4.3-14]: https://github.com/damus-io/damus/releases/tag/v1.4.3-14 ## [1.4.3-10] - 2023-04-25 diff --git a/damus.xcodeproj/project.pbxproj b/damus.xcodeproj/project.pbxproj @@ -2084,7 +2084,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = damus/damus.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 13; + CURRENT_PROJECT_VERSION = 15; DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\""; DEVELOPMENT_TEAM = XK7H4JAB3D; ENABLE_PREVIEWS = YES; @@ -2131,7 +2131,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = damus/damus.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 13; + CURRENT_PROJECT_VERSION = 15; DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\""; DEVELOPMENT_TEAM = XK7H4JAB3D; ENABLE_PREVIEWS = YES;