Skip to content

Releases: aeharding/voyager

2.24.1

04 Feb 06:55
2.24.1
233e107
Compare
Choose a tag to compare

Changes

  • build: fix corepack debacle
  • fix: crash when sharing from ipad

2.24.0

02 Feb 04:53
2.24.0
14e0f4a
Compare
Choose a tag to compare

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
  • fix: limit custom lemmy emoji max size
  • fix: clarify read posts will always be hidden
  • feat: customize share instance
  • fix: share button missing in in-app android firefox browser
  • chore: upgrade dependencies, capacitor v7
  • feat: open in safari on share sheet
  • fix: user tags not backed up
  • fix: deeplink can be flakey
  • test: failing date tests
  • fix: auto refresh app on db crash
  • fix: remove application answer placeholder
  • fix: insecure media failing to load
  • fix: better setting label for share link instance
  • fix: communities list flicker on app load
  • refactor: react setState() warning
  • fix: user tag modal margin with open keyboard

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