MV [Jerboa dev]
In 61 a migration is borked, this caused some appsettings to be switched around. So it enabled the setting Show content for collapsed comments
and disabled another one.
Now I fixed this, so this means those who changed them will see them swap again. And those who haven’t upgrade yet won’t notice anything. There should be release tomorrow which address all the bugs introduced in this update. Sorry for the inconvenience!
This option has been reworked in Lemmy 0.19.4 because of that Jerboa no longer supported the old option.
I have added a PR that restores this functionality. https://github.com/LemmyNet/jerboa/pull/1544
settings > about > crash logs
can you post the stacktrace here or on github or in my dms
This is a bug in our toolkit. But it has been fixed already. When the release lands we will update our dependency.
There is a bug with our toolkit and our image display dependency
Can you check if autoPlayGifs setting is enabled?
There is currently a bug with our image viewer that it seems to use imageloader that is set on the application level (which is controlled by that setting) instead of the one that is passed into it(which has it always enabled).
That sounds like this bug,
https://github.com/coil-kt/coil/issues/2287#issuecomment-2168638831
which is most likely the same as https://github.com/coil-kt/coil/issues/2298