Release v0.1.8
This commit is contained in:
44
CHANGELOG.md
44
CHANGELOG.md
@@ -1,4 +1,47 @@
|
|||||||
|
|
||||||
|
## [0.1.8] - 2022-12-21
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Lots of overall design polish (Sam DuBois)
|
||||||
|
- Added loading shimmering effect (Sam DuBois)
|
||||||
|
- Show real name next to username in timelines (Sam DuBois)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Animated gif are now shown inline and in profile pictures (@futurepaul)
|
||||||
|
- Added ability to copy and share image (@futurepaul)
|
||||||
|
- Haptic feedback when liking for that sweet dopamine hit (radixrat)
|
||||||
|
- Hide private key in config, make it easier to copy keys (Nitesh Balusu)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Disable autocorrection for username when creating account
|
||||||
|
- Fixed issues with the post placeholder
|
||||||
|
- Disable autocorrection on search
|
||||||
|
- Disable autocorrection on add relay field
|
||||||
|
- Parse lightning: prefixes on lightning invoice
|
||||||
|
- Resize images to fill the space
|
||||||
|
|
||||||
|
|
||||||
|
## [0.1.7] - 2022-12-21
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Only show inline images from your friends
|
||||||
|
- Improved look of profile view
|
||||||
|
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Added ability to dismiss keyboard during account creation
|
||||||
|
- Fixed crashed on lightning invoices with empty descriptions
|
||||||
|
- Make dm chat area visible again
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[0.1.7]: https://github.com/damus-io/damus/releases/tag/v0.1.7
|
||||||
|
|
||||||
## [0.1.6] - 2022-10-30
|
## [0.1.6] - 2022-10-30
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -78,3 +121,4 @@
|
|||||||
|
|
||||||
[0.1.2]: https://github.com/damus-io/damus/releases/tag/v0.1.2
|
[0.1.2]: https://github.com/damus-io/damus/releases/tag/v0.1.2
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1019,7 +1019,7 @@
|
|||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CODE_SIGN_ENTITLEMENTS = damus/damus.entitlements;
|
CODE_SIGN_ENTITLEMENTS = damus/damus.entitlements;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 2;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\"";
|
DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\"";
|
||||||
DEVELOPMENT_TEAM = XK7H4JAB3D;
|
DEVELOPMENT_TEAM = XK7H4JAB3D;
|
||||||
ENABLE_PREVIEWS = YES;
|
ENABLE_PREVIEWS = YES;
|
||||||
@@ -1039,7 +1039,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"$(PROJECT_DIR)",
|
"$(PROJECT_DIR)",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 0.1.7;
|
MARKETING_VERSION = 0.1.8;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.jb55.damus2;
|
PRODUCT_BUNDLE_IDENTIFIER = com.jb55.damus2;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||||
@@ -1058,7 +1058,7 @@
|
|||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CODE_SIGN_ENTITLEMENTS = damus/damus.entitlements;
|
CODE_SIGN_ENTITLEMENTS = damus/damus.entitlements;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 2;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\"";
|
DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\"";
|
||||||
DEVELOPMENT_TEAM = XK7H4JAB3D;
|
DEVELOPMENT_TEAM = XK7H4JAB3D;
|
||||||
ENABLE_PREVIEWS = YES;
|
ENABLE_PREVIEWS = YES;
|
||||||
@@ -1078,7 +1078,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"$(PROJECT_DIR)",
|
"$(PROJECT_DIR)",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 0.1.7;
|
MARKETING_VERSION = 0.1.8;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.jb55.damus2;
|
PRODUCT_BUNDLE_IDENTIFIER = com.jb55.damus2;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||||
|
|||||||
Reference in New Issue
Block a user