Releases: aeharding/voyager
0.10.0
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:
- Add a new user preference to collapse all comment threads by default if you want
- Hides flame wars by not showing deeply nested comments (until you tap)
- Reducing Lemmy server load by loading fewer comments initially
- 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!
What's Changed
New Contributors
Full Changelog: 0.9.1...0.10.0
0.9.1
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
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
- Typo fix on new post popup by @brendn in #106
- feat: Select text modals by @httpjamesm in #109
- feat: Dark mode settings by @jmaruiz in #74
- Fix API failure causing annoying redirect by @aeharding in #132
New Contributors
Full Changelog: 0.8.2...0.9.0
0.8.2
0.8.1
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
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
- Add Apollo export migration wizard by @aeharding in #94
- Add compact view by @aeharding in #95
Full Changelog: 0.7.0...0.8.0
0.7.0
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
- Add sidebar by @aeharding in #86
Full Changelog: 0.6.0...0.7.0
0.6.0
HUGE THANKS to our new contributors! 💙
What's in this release? Check it out below!
What's Changed
- feat: Detailed score and age alerts by @httpjamesm in #55
- fix: Add auth to search queries by @burakcan in #78
- feat: segregate community list alphabetically by @httpjamesm in #80
- Add comment edit and deletion, comment ellipse for more actions by @aeharding in #82
New Contributors
- @httpjamesm made their first contribution in #55
- @burakcan made their first contribution in #78
Full Changelog: 0.5.0...0.6.0
0.5.0
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
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
- Fix community search results descriptions no max lines by @aeharding in #37
- Add rendered comment tree cache for improved scroll performance by @aeharding in #38
- Add comment sorting by @aeharding in #39
- Add private message composing by @aeharding in #41
- Fix messages sent to self not properly handled by @aeharding in #42
Full Changelog: 0.3.0...0.4.0