Skip to content

Releases: aeharding/voyager

0.21.2

14 Jul 04:05
Compare
Choose a tag to compare

This is a bugfix release, but with polish of edge cases!

Expanding collapsed comment threads has been fixed. Additionally, you can now reply to a collapsed comment chain and still be able to expand the chain! Before there was a bug that prevented this.

Oh, and thanks to @mdecourcy for fixing a bug regarding sort scrolling!

What's Changed

Full Changelog: 0.21.1...0.21.2

0.21.1

13 Jul 17:51
Compare
Choose a tag to compare

Quick fix for a regression in comments page update after replying to comments from comment context page (inbox, profile, etc)

What's Changed

  • Fix comment reply from comment context page clearing context by @aeharding in #424

Full Changelog: 0.21.0...0.21.1

0.21.0

13 Jul 03:04
Compare
Choose a tag to compare

Post editing is here! Enjoy!! 🎉

What's Changed

New Contributors

Full Changelog: 0.20.0...0.21.0

0.20.0

12 Jul 02:17
Compare
Choose a tag to compare

Anyone else annoyed by changing sort not bringing you back to the top? Well now it does! Thanks @mdecourcy!

Also in this release: Tapping 'posts' from community list scrolls you to the top (and is generally less buggy), as well as the ability to delete your own posts (editing coming soon)

Till next time!

What's Changed

Full Changelog: 0.19.0...0.20.0

0.19.0

11 Jul 03:47
Compare
Choose a tag to compare

It's now much easier to organize favorites! Just tap the star in the community list. Thanks @rsammelson!

image

Another great improvement in this release is posts will now be marked as read upon voting, tapping external links, and opening the image viewer. Thanks @mdecourcy!

What's Changed

  • Implement stars in community list by @rsammelson in #357
  • Add sticky community list headers by @aeharding in #373
  • Fix post title font size glitching on iOS due to font size rounding by @aeharding in #375
  • Fix: Voting, viewing an image or visiting a URL should set a post as read by @mdecourcy in #372
  • Add more subtle mark as read indication, and ensure perf by @aeharding in #377

Full Changelog: 0.18.3...0.19.0

0.18.3

10 Jul 23:56
Compare
Choose a tag to compare

Small bugfix release, however people connecting to lemmy.world from outside the US should see a noticeable improvement in connection speeds, as requests are now made directly to lemmy.world!

What's Changed

New Contributors

Full Changelog: 0.18.2...0.18.3

0.18.2

10 Jul 06:36
Compare
Choose a tag to compare

This is a superior implementation to the hotfix found in 0.18.1

What's Changed

Full Changelog: 0.18.1...0.18.2

0.18.1

10 Jul 06:12
Compare
Choose a tag to compare

Use a lemmy.world account and not seeing your data? Lemmy.world last night was affected by a lemmy vulnerability and had to revoke all login tokens.

https://lemmy.world/post/1290412

To see your account data again, either:

  1. Update to 0.18.1, force close the app and reopen, or
  2. Logout and log back in

What's Changed

  • Fix invalidated tokens not being cleared from storage by @aeharding in #354

Full Changelog: 0.18.0...0.18.1

0.18.0

10 Jul 04:02
Compare
Choose a tag to compare

wefwef is now Voyager!

App users

Users don't need to change anything. If you want the new app name, you can reinstall the app.

Docker deployments

Note Docker users should change image from wefwef to voyager. The wefwef image will no longer be updated.

What's Changed

Full Changelog: 0.17.0...0.18.0

0.17.0

09 Jul 21:20
Compare
Choose a tag to compare

New features!

User and community blocking

You can now block users and communities! Just go to their page and tap the ellipsis in the header. Additionally, there's a new "Filters & Blocks" section to settings (applied per user)!

There's also an option to hide all NSFW content for your account!

Finally, it's now much easier to message users. Just tap on their profile and "Send Message"!

Favorite communities

Favorite communities for them to be at the top of the community quick switcher and your communities list. So much easier than scrolling to find the communities you frequent most often! Thanks @httpjamesm for this feature that's been a long time coming.

To favorite (or unfavorite), just visit the community and tap the ellipse in the header.

Bugs and other small enhancements!

Check out the list below!

What's Changed

  • Fix font size glitching on iOS by @aeharding in #335
  • Added support for sharing and saving images from the feed and post by @Penagwin in #226
  • Add support for blocking of communities by @mdecourcy in #294
  • Add button to message a user from their profile by @rsammelson in #227
  • Add user blocking from user profile by @aeharding in #342
  • Support bypassing the proxy for some Lemmy instances by @geneccx in #338
  • feat: Favourite communities by @httpjamesm in #79
  • Fix posts being marked as read (with failing API request) when logged out by @aeharding in #343
  • Fix hide NSFW toggle not working without avatar by @aeharding in #344

New Contributors

Full Changelog: https://github.com/aeharding/wefwef/compare/0.16.1...0.17.0###