Skip to content

Commit

Permalink
Release v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zachatrocity committed Jul 3, 2023
1 parent 1388932 commit ba23b22
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
## v0.10.4 - 2023-07-02
- Added support for deep links like liftoff://lemmy.world/c/liftoff (shocklateboy92)
- Fixed an issue preventing adding certain instances (swmarks)
- Added translate option to menu on posts and comments (mykdavies)
- Fixed locale not updating (zachatrocity)
- Fixed comment sorting and added Top 1, 6, & 12 Hr. post sort order options (zachatrocity)
- Fixed markdown parsing of lemmy links (zachatrocity)
- Fixed an issue where on-screen keyboard could cover up the comment text input field (zachatrocity)
- Fixed an issue that caused the keyboard to open when exiting a post (zachatrocity)
- Fixed an issue where selecting chat for comment sort would crash (zachatrocity)
- Changed theme for buttons throughout app to follow Primary Color (swmarks)
- Added ability to close fullscreen images with singe tap (jjcomer)
- Fixed markdown parsing of lemmy links (zachatrocity)
- Internal project & build updates (shocklateboy92 / jjcomer)
## v0.10.3 - 2023-07-01
- Fixed issue with theme initializion (jcgurango)
- Fixed issue with post style settings not updating (swmarks)
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/26.txt
@@ -0,0 +1,12 @@
- Fixed an issue preventing adding certain instances (swmarks)
- Added translate option to menu on posts and comments (mykdavies)
- Fixed locale not updating (zachatrocity)
- Fixed comment sorting and added Top 1, 6, & 12 Hr. post sort order options (zachatrocity)
- Fixed markdown parsing of lemmy links (zachatrocity)
- Fixed an issue where on-screen keyboard could cover up the comment text input field (zachatrocity)
- Fixed an issue that caused the keyboard to open when exiting a post (zachatrocity)
- Fixed an issue where selecting chat for comment sort would crash (zachatrocity)
- Changed theme for buttons throughout app to follow Primary Color (swmarks)
- Added ability to close fullscreen images with singe tap (jjcomer)
- Fixed markdown parsing of lemmy links (zachatrocity)
- Internal project & build updates (shocklateboy92 / jjcomer)
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.10.3+25
version: 0.10.4+26


environment:
Expand Down

0 comments on commit ba23b22

Please sign in to comment.