commit 77146c26bc58db49aa3cb356e163f62fc6c17cda
parent ffe27848731ce9a2dffe7c7ef0524207ef7b58ea
Author: William Casarin <jb55@jb55.com>
Date: Sun, 30 Oct 2022 23:31:45 -0700
Release 0.1.6
Added
- Add lightning tipping button for lud06 profiles
- Display bolt11 invoice widgets on posts
- Added inline image loading
- Show relay connection status in config
- Search hashtags, profiles, events
Changed
- Use an optimized library for image loading
Fixed
- Damus will now stay connected at all times
Diffstat:
2 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,4 +1,23 @@
+## [0.1.6] - 2022-10-30
+
+### Added
+
+ - Add lightning tipping button for lud06 profiles
+ - Display bolt11 invoice widgets on posts
+ - Added inline image loading
+ - Show relay connection status in config
+ - Search hashtags, profiles, events
+
+### Changed
+
+ - Use an optimized library for image loading
+
+### Fixed
+
+ - Damus will now stay connected at all times
+
+
## [0.1.3] - 2022-08-19
### Added
diff --git a/damus.xcodeproj/project.pbxproj b/damus.xcodeproj/project.pbxproj
@@ -1018,7 +1018,7 @@
"$(inherited)",
"$(PROJECT_DIR)",
);
- MARKETING_VERSION = 0.1.5;
+ MARKETING_VERSION = 0.1.6;
PRODUCT_BUNDLE_IDENTIFIER = com.jb55.damus2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -1057,7 +1057,7 @@
"$(inherited)",
"$(PROJECT_DIR)",
);
- MARKETING_VERSION = 0.1.5;
+ MARKETING_VERSION = 0.1.6;
PRODUCT_BUNDLE_IDENTIFIER = com.jb55.damus2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;