What's Changed
Nav scoped view models by @nahwneeth in #817
Fix downvote on post in postview doing a upvote by @MV-GH in #893
Fix .zoomable functionality in ImageViewerDialog and add "swipe up to ...
Lemmy 0.18 introduced API breaking changes namely because it switched from WebSocket to HTTP as transfer protocol.
They also dropped captcha support in 0.18 which is the reason why lemmy.world and other bigger instances are waiting for 0.18.1 to re-introduce captcha support.
Can anybody confirm why? The bigger instances are all on 0.17.4 still, aren’t they?
Lemmy 0.18 introduced API breaking changes namely because it switched from WebSocket to HTTP as transfer protocol. They also dropped captcha support in 0.18 which is the reason why lemmy.world and other bigger instances are waiting for 0.18.1 to re-introduce captcha support.
The Lemmy API gives back log in info slightly different so the app couldn’t handle it.
I made a fork that fixes that…
and I’m trying to get it merged