Releases: aeharding/voyager
2.24.1
2.24.0
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
2.23.2
2.23.1
2.23.0
This release has a few notable features:
- Settings to hide accessible captions, and a setting to hide controls on gallery open
- Revamped toast message UI which should animate much nicer
Full notes:
- fix: crash with invalid url as link
- PR: #1791
- feat: setting to hide accessible captions
- PR: #1792
- refactor: use asyncNoop
- PR: #1786
- fix: pwa router corruption when switching accounts in certain way
- PR: #1698
- fix: edge case where post hiding might not work for a few posts
- PR: #1795
- feat: setting to hide controls on gallery open
- PR: #1798
- fix: inbox badge count overflow
- PR: #1787
- chore: upgrade dependencies
- PR: #1800
- fix: percent character in search causes crash
- PR: #1802
- feat: toast refactor
- PR: #1716
- fix: invalid markdown link preview
- PR: #1805
2.22.0
Happy holidays! 🎄 ❄️
This release improves timestamps and allows you to sort posts/comments for a given user. Try it out and enjoy!
- fix: development android crash on reinstall
- PR: #1773
- chore: upgrade dependencies
- PR: #1777
- chore: upgrade rehype-highlight
- PR: #1779
- chore: upgrade capacitor-reader to fix stale sfsafariviewcontroller
- PR: #1781
- feat: fractional years, improved date duration formatting
- PR: #1780
- feat: sortable profile posts and comments
- PR: #1782
2.21.0
2.20.0
Lots of fixes and refactor this release! Please let me know if anything is broken or looks different, since the entire CSS solution was migrated from Linaria to CSS Modules. The features this release:
- Loading/placeholder state for markdown images
- made lemm.ee default instance
- multiline alt text support (with overflow scrolling)
Changes
- chore: upgrade dependencies
- PR: #1724
- feat: splash screen hiding now synchronized with app setup
- PR: #1727
- refactor: only remove app url listener
- PR: #1729
- fix: user input for tag editor and other misc inputs
- PR: #1730
- fix: use more conventional SFSafariViewController animations
- PR: #1728
- build: fix f-droid
- PR: #1731
- refactor: app info reuse
- PR: #1734
- feat: loading/error states for markdown images
- PR: #1733
- fix: crash when viewing comments with inline videos
- PR: #1736
- fix: comments should not portal videos nor have controls
- PR: #1737
- fix: allow tagging while logged out
- PR: #1740
- fix: docker build not showing version number
- PR: #1739
- refactor: replace linaria with css modules
- PR: #1658
- fix: autoprefixing, css import order, remove lightningcss
- PR: #1741
- build: remove css modules patch
- PR: #1742
- fix: large post placeholder width regression, failing naturally sized media
- PR: #1744
- fix: image upload button in markdown editor
- PR: #1746
- fix: action sheet with open media viewer
- PR: #1747
- fix: feed failed request retry
- PR: #1748
- chore: upgrade dependencies
- PR: #1749
- chore: remove unused import
- PR: #1750
- fix: select text padding on desktop
- PR: #1751
- fix: light mode community list icon color
- PR: #1752
- fix: removed comment content empty for mods
- PR: #1753
- feat: lemm.ee as default lemmy instance
- PR: #1745
- fix: video mute button styles
- PR: #1755
- fix: css specificity not working during minification
- PR: #1756
- chore: upgrade dependencies
- PR: #1757
- fix: block community toast showing wrong message
- PR: #1758
- refactor: use capacitor-provided fetch shim, restore browser window.fetch (and XHR)
- PR: #1759
- fix: remove dead instances
- PR: #1761
- fix: placeholder bg for site image on login
- PR: #1760
- refactor: fix various react warnings
- PR: #1762
- fix: alt text color in light mode
- PR: #1764
- feat: multiline alt text
- PR: #1765