Releases: aeharding/voyager
Releases · aeharding/voyager
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
2.19.4
2.19.3
2.19.2
What's Changed
- ci: beta.vger.app support by @aeharding in #1715
- fix: workaround for user login breaking app routing in certain cases by @aeharding in #1718
- fix: ios dark mode icons not available by @aeharding in #1720
- ci: always upload s3 artifacts on release by @aeharding in #1721
Full Changelog: 2.19.1...2.19.2
2.19.1
Just fixed F-droid build for this release. Thanks, @sharunkumar!