Skip to content

Releases: aeharding/voyager

2.23.2

19 Jan 19:47
2.23.2
33f1f9b
Compare
Choose a tag to compare

Fixes

  • fix: remote user search

2.23.1

18 Jan 04:51
2.23.1
d38dba1
Compare
Choose a tag to compare

Fixes

  • fix: switching accounts from communities list may crash
  • fix: overflowing zalgo
  • fix: community actions button disabled with incorrect case (#1814)

2.23.0

12 Jan 19:30
2.23.0
7940051
Compare
Choose a tag to compare

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
  • feat: setting to hide accessible captions
  • refactor: use asyncNoop
  • fix: pwa router corruption when switching accounts in certain way
  • fix: edge case where post hiding might not work for a few posts
  • feat: setting to hide controls on gallery open
  • fix: inbox badge count overflow
  • chore: upgrade dependencies
  • fix: percent character in search causes crash
  • feat: toast refactor
  • fix: invalid markdown link preview

2.22.0

22 Dec 00:32
2.22.0
1686fed
Compare
Choose a tag to compare

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
  • chore: upgrade dependencies
  • chore: upgrade rehype-highlight
  • chore: upgrade capacitor-reader to fix stale sfsafariviewcontroller
  • feat: fractional years, improved date duration formatting
  • feat: sortable profile posts and comments

2.21.0

12 Dec 07:03
2.21.0
c22e903
Compare
Choose a tag to compare

Changes

  • feat: refresh communities list
  • feat: fallback community icon on error
  • fix: status bar not transparent in light mode on android
  • refactor: reuse url function
  • fix: nsfw blur sometimes not applied for crossposts in remote communities

2.20.0

05 Dec 04:30
2.20.0
f1a692b
Compare
Choose a tag to compare

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
  • feat: splash screen hiding now synchronized with app setup
  • refactor: only remove app url listener
  • fix: user input for tag editor and other misc inputs
  • fix: use more conventional SFSafariViewController animations
  • build: fix f-droid
  • refactor: app info reuse
  • feat: loading/error states for markdown images
  • fix: crash when viewing comments with inline videos
  • fix: comments should not portal videos nor have controls
  • fix: allow tagging while logged out
  • fix: docker build not showing version number
  • refactor: replace linaria with css modules
  • fix: autoprefixing, css import order, remove lightningcss
  • build: remove css modules patch
  • fix: large post placeholder width regression, failing naturally sized media
  • fix: image upload button in markdown editor
  • fix: action sheet with open media viewer
  • fix: feed failed request retry
  • chore: upgrade dependencies
  • chore: remove unused import
  • fix: select text padding on desktop
  • fix: light mode community list icon color
  • fix: removed comment content empty for mods
  • feat: lemm.ee as default lemmy instance
  • fix: video mute button styles
  • fix: css specificity not working during minification
  • chore: upgrade dependencies
  • fix: block community toast showing wrong message
  • refactor: use capacitor-provided fetch shim, restore browser window.fetch (and XHR)
  • fix: remove dead instances
  • fix: placeholder bg for site image on login
  • refactor: fix various react warnings
  • fix: alt text color in light mode
  • feat: multiline alt text

2.19.4

17 Nov 05:17
2.19.4
95d539b
Compare
Choose a tag to compare

This release is just for f-droid (third time is the charm?!)

Reproducible builds is hard. Especially when you rework the entire build process, lol.

Screenshot 2024-11-16 at 10 55 57 PM

2.19.3

15 Nov 02:33
2.19.3
db0dae8
Compare
Choose a tag to compare

📦 Uncategorized

  • ci: fix fdroid build, refactor web build environment

2.19.2

14 Nov 09:21
2.19.2
be92235
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.19.1...2.19.2

2.19.1

13 Nov 20:28
2.19.1
c78388f
Compare
Choose a tag to compare

Just fixed F-droid build for this release. Thanks, @sharunkumar!