Hi All,
Thanks for the patience on the 8 hour downtime. The upgrade was completed successfully, and we are now on latest lemmy version, 0.19.5. The update encompasses these changes:
https://join-lemmy.org/news/2024-06-19_-_Lemmy_Release_v0.19.5_-_A_Few_Bugfixes
In addition, we have decided to host a new, experimental frontend for lemmy, hosted at https://next.hexbear.net. This frontend is in-development at https://github.com/sunaurus/lemmy-ui-next. Its generally a faster, more efficient, and simpler UI. It is missing some features, such as markdown editor and emoji picker currently. But, if you are on a low-powered device, you may find the experience of browsing and posting much better than the official UI.
Please post any bugs or feedback here and I’ll try and address them if possible.
Thanks!
That’s because it’s not a link, it just triggers some javascript. Don’t think its a new issue either. There’s probably a way to make it work but I don’t know what it is, otherwise I’d try to contribute it upstream.
Though I do see that now we don’t even rewrite the URL with the sort/pagination parameters anymore when changing pages… 0.19.3 would change the URL to something like this:
/?dataType=Post&pageCursor=P103a73c&sort=Active
is that intended @makotech222@hexbear.net ?
I still get the url parameters:
‘/?dataType=Post&listingType=Local&pageCursor=P2bba9c&sort=Active’ for example
I noticed they changed the code that handles creating the parameters, and it must be failing on safari for some reason.
weird I just retested and now I get them too. Firefox on linux