Releases: aeharding/voyager
0.10.4
What's Changed
- Fix maximum files size for uploads by @aeharding in #163
Full Changelog: 0.10.3...0.10.4
0.10.3
What's Changed
- Fix image uploads being rejected by compressing (if needed) before sending by @aeharding in #160
Full Changelog: 0.10.2...0.10.3
0.10.2
Turns out, some people don't want to see dick picks in their feed 🤔
What's Changed
- Add support for marking new posts (URL + pics) as NSFW by @aeharding in #156
Full Changelog: 0.10.1...0.10.2
0.10.1
What's Changed
- Fix comment threads being collapsed with collapse comment threads on by @aeharding in #151
Full Changelog: 0.10.0...0.10.1
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!
![Screenshot 2023-07-01 at 8 57 48 PM](https://private-user-images.githubusercontent.com/2166114/250324560-fc2804a3-2ce0-4301-a734-14bc9d08a5a6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODEwMDIsIm5iZiI6MTczOTE4MDcwMiwicGF0aCI6Ii8yMTY2MTE0LzI1MDMyNDU2MC1mYzI4MDRhMy0yY2UwLTQzMDEtYTczNC0xNGJjOWQwOGE1YTYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDk0NTAyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YzcwODZkNTdhMTc0NjUyZGU0MzlhM2EyMzE0ZGRmY2E5YmM0NmZiNWE5ZjA3NzkzZDk1MDVlZmJmZWUzN2ViMiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.hVavTSxhqh75nTRhSpXbckBatpdmhErufa43wzl5FoA)
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