Hi there!
Lots of bugfixes in this release.
The main feature of this release is changing how post/comment link sharing works.
What you may immediately notice: The "link" button the post action bar has been removed:
Instead, you can tap the share button and tap "open in safari" (on Android, you can tap your browser in the share bar).

Historically, the URL shared here has been the "fedilink" URL, which is a URL to the instance that the user originally posted to. This can be awkward to share/link to if the user that submitted the post is on an instance like lemmynsfw. But now, you can customize the instance that you share a post/comment link to!
By default, sharing a post/comment will now use a link to your current instance. You can change this in settings:
- Local: Default. You current instance.
- Community: Will use the community's instance of the shared post/comment. Note: You client must make a request to the instance to resolve this.
- Author: This is what was done historically in Voyager, so you can set to this to enable old behavior. It is the same as the fedilink.
- Ask: Voyager will always ask you how you want to share
In addition, if you want to choose the instance for a specific post, you can now long press the post action sheet share icon to bring up possible instances to share with.
Changes
- feat: never show read setting
- PR: #1816
- fix: limit custom lemmy emoji max size
- PR: #1821
- fix: clarify read posts will always be hidden
- PR: #1822
- feat: customize share instance
- PR: #1824
- fix: share button missing in in-app android firefox browser
- PR: #1825
- chore: upgrade dependencies, capacitor v7
- PR: #1827
- feat: open in safari on share sheet
- PR: #1828
- fix: user tags not backed up
- PR: #1830
- fix: deeplink can be flakey
- PR: #1831
- test: failing date tests
- PR: #1834
- fix: auto refresh app on db crash
- PR: #1829
- fix: remove application answer placeholder
- PR: #1835
- fix: insecure media failing to load
- PR: #1836
- fix: better setting label for share link instance
- PR: #1837
- fix: communities list flicker on app load
- PR: #1839
- refactor: react
setState()
warning- PR: #1840
- fix: user tag modal margin with open keyboard
- PR: #1841