add changelog

This commit is contained in:
otsmr 2026-06-08 10:14:55 +02:00
parent 52f962ae2e
commit e2f5f41736
3 changed files with 4 additions and 4 deletions

View file

@ -3,6 +3,7 @@
## 0.2.30 ## 0.2.30
- Fix: Changed minimum threshold for the user discovery to 3 - Fix: Changed minimum threshold for the user discovery to 3
- Fix: Multiple UI issues
## 0.2.28 ## 0.2.28

View file

@ -33,7 +33,7 @@ platform :android do
# Load release notes from CHANGELOG.md # Load release notes from CHANGELOG.md
changelog_path = File.expand_path("../CHANGELOG.md", __dir__) 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) if File.exist?(changelog_path)
changelog_content = File.read(changelog_path) changelog_content = File.read(changelog_path)
escaped_version = Regexp.escape(version) escaped_version = Regexp.escape(version)

View file

@ -69,11 +69,10 @@ class ResponseContainer extends StatelessWidget {
messageId: msg.quotesMessageId, messageId: msg.quotesMessageId,
showBorder: false, showBorder: false,
showLeftBorder: false, showLeftBorder: false,
colorUsername: false,
), ),
), ),
), ),
if (child != null) child!, ?child,
], ],
), ),
), ),
@ -263,7 +262,7 @@ class _ResponsePreviewState extends State<ResponsePreview> {
], ],
), ),
), ),
if (imageWidget != null) imageWidget, ?imageWidget,
], ],
), ),
); );