mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-06-13 10:42:12 +00:00
add changelog
This commit is contained in:
parent
52f962ae2e
commit
e2f5f41736
3 changed files with 4 additions and 4 deletions
|
|
@ -3,6 +3,7 @@
|
|||
## 0.2.30
|
||||
|
||||
- Fix: Changed minimum threshold for the user discovery to 3
|
||||
- Fix: Multiple UI issues
|
||||
|
||||
## 0.2.28
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ platform :android do
|
|||
|
||||
# Load release notes from CHANGELOG.md
|
||||
changelog_path = File.expand_path("../CHANGELOG.md", __dir__)
|
||||
release_notes = "Automated local release via Fastlane"
|
||||
release_notes = "Small bug fixes."
|
||||
if File.exist?(changelog_path)
|
||||
changelog_content = File.read(changelog_path)
|
||||
escaped_version = Regexp.escape(version)
|
||||
|
|
|
|||
|
|
@ -69,11 +69,10 @@ class ResponseContainer extends StatelessWidget {
|
|||
messageId: msg.quotesMessageId,
|
||||
showBorder: false,
|
||||
showLeftBorder: false,
|
||||
colorUsername: false,
|
||||
),
|
||||
),
|
||||
),
|
||||
if (child != null) child!,
|
||||
?child,
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
@ -263,7 +262,7 @@ class _ResponsePreviewState extends State<ResponsePreview> {
|
|||
],
|
||||
),
|
||||
),
|
||||
if (imageWidget != null) imageWidget,
|
||||
?imageWidget,
|
||||
],
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue