We are aware, it has not made it into this release yet.
Paging reddthat admin @ticoombs@reddthat.com
It's option in app settings, it was reset.
It's called post action bar mode
It is an option that you can disable in the settings.
Are you on 61 or 62 ?
It should still be there, can you go in the settings disable the show navigation bar setting, and check if it now appears? If so then it hidden behind the navigation bar. Which should be fixed in the next release
In 61 a migration is borked, this caused some appsettings to be switched around. So previsously if you had custom tabs enabled, this would enable the prevent screenshots setting.
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!
There is a mark read on scroll option, that marks every post read that you scroll past
This is definitely a bug, can you make an issue on github for it.
There is a button to mark as read, aswell a mark all as read button.
Can you not use google talkback with Jerboa?
Alright, looked into it. There was indeed a bug where it did the initial posts request by page and the subsequent by page_cursor. But this has been there for a while. Pre 67 we used to deduplicate every post returned by Lemmy. So it was masking that bug. I didn't think the deduplication was still necessary with page_cursor, so it was removed. If it still frequently happens after this fix. I'll add it back.