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