1
0
mirror of git://jb55.com/damus synced 2024-10-06 03:33:22 +00:00

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
This commit is contained in:
William Casarin 2022-10-30 23:31:45 -07:00
parent ffe2784873
commit 77146c26bc
2 changed files with 21 additions and 2 deletions

View File

@ -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

View File

@ -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;