Skip to content

Releases: aeharding/voyager

0.10.0

02 Jul 02:03
Compare
Choose a tag to compare

This release adds support for dynamically loading in deeply nested comments. Further then 5 replies depth (the old was capped at 8, anything more would be completely hidden), you will see a "load more comments" button.

This feature solves a lot:

  1. Add a new user preference to collapse all comment threads by default if you want
  2. Hides flame wars by not showing deeply nested comments (until you tap)
  3. Reducing Lemmy server load by loading fewer comments initially
  4. Allowing you to read replies with a depth > 8 (the old limit)

Viewing a deeply nested thread

With "hide comment threads" on

(I clicked the last root coment in the screenshot 🙂)

You can view deeper than 8 comments nested now!

Screenshot 2023-07-01 at 8 57 48 PM

What's Changed

  • Setting to have comments threads collapsed by default by @tpkee in #139

New Contributors

Full Changelog: 0.9.1...0.10.0

0.9.1

01 Jul 20:52
Compare
Choose a tag to compare

So lemmy v0.18 broke CORS. You can expect poor performance on wefwef.app connecting to lemmy.world until the following PR is merged in: LemmyNet/lemmy#3421

This hotifx allows you to connect to lemmy.world once again, even if the experience is poor (because we have to proxy all traffic because... cors)

What's Changed

  • Add prettier CI step, fix one-off LemmyHttp declarations by @aeharding in #137

Full Changelog: 0.9.0...0.9.1

0.9.0

01 Jul 17:32
Compare
Choose a tag to compare

Hi all. This release has a few nice features, including customizable dark mode! 🎉

It also has a fix for that annoying alert when Lemmy is down and you try to go to the profile tab to change accounts/instances.

What's Changed

New Contributors

Full Changelog: 0.8.2...0.9.0

0.8.2

30 Jun 23:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.8.2

0.8.1

30 Jun 21:57
Compare
Choose a tag to compare

This should fix all dropped connections to lemmy.world.

What's Changed

  • Add emergency hotfix for rejected connections to lemmy.world by @aeharding in #100

Full Changelog: 0.8.0...0.8.1

0.8.0

30 Jun 18:56
Compare
Choose a tag to compare

COMPACT MODE IS HERE. Enable in settings. More configuration to come later.

Oh, and that Apollo export JSON file? Upload it to easily search for alternative communities on Lemmy :)

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

30 Jun 05:40
Compare
Choose a tag to compare

Now you can figure out what that trending community is all about. Sidebar available through the ellipse in the header of a community!

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

30 Jun 01:37
Compare
Choose a tag to compare

HUGE THANKS to our new contributors! 💙

What's in this release? Check it out below!
Screenshot 2023-06-29 at 8 36 10 PMScreenshot 2023-06-29 at 8 36 01 PM
Screenshot 2023-06-29 at 8 35 53 PMScreenshot 2023-06-29 at 8 35 46 PM

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

29 Jun 03:22
Compare
Choose a tag to compare

LOTS of quality-of-life improvements here.

  • You get scrolled to the comment-in-question when clicking to a comment context thread in profiles and the inbox.
  • Custom lemmy servers environment variable for those that self host! Make it yours!! 💙
  • Font size adjustment in settings for accessibility!
  • Swipe-to-collapse now behaves like Apollo. It will collapse up to the root comment, and then scroll that root comment to the top. It's super snazzy!
RPReplay_Final1688008589.mp4

What's Changed

  • Various scrolling and swiping comment logic fixes by @aeharding in #48
  • Add loading indicator for app updates by @aeharding in #49
  • Fix comment reply modal background color in light mode by @aeharding in #50
  • Add custom lemmy server(s) for self hosting by @aeharding in #51
  • Add appearance page, add font size adjust by @aeharding in #54
  • Fix post body summary size, opacity by @aeharding in #56

Full Changelog: 0.4.0...0.5.0

0.4.0

28 Jun 04:40
Compare
Choose a tag to compare

The largest feature of this release is the ability to sort comments!

Comment sort DOES NOT persist between threads. In the future, there will be a configuration to set a default comment thread sort. (see #43)

What's Changed

Full Changelog: 0.3.0...0.4.0