PSA: Lemmy 0.18 is rolling out in produciton, lemmy.ml has already been upgraded to BE: 0.18.0-rc.6 - the "websocket webapp" removal

RoundSparrow@lemmy.mlbanned from sitebanned from site to Lemmy@lemmy.ml – 140 points –

A posting on the Instance-specific issues/observations about the upgrade: https://lemmy.ml/post/1444409

KNOWN BUGS

  1. Searching site-wide for "0.18" generates an error. This was working fine in 0.17.4 before Lemmy.ml upgraded: https://lemmy.ml/search?q=0.18&type=All&listingType=All&page=1&sort=TopAll
43

You are viewing a single comment

The URL thing used to be

https://lemmy.ml/c/lemmy/data_type/Comment/sort/New/Page/1

But now it's

https://lemmy.ml/c/lemmy?dataType=Comment&page=1&sort=New

The URL feels uglier.

What? The first one looks so wrong, no website does it like that.

maybe uglier but the 2nd way means the order doesn't matter, it's a bit more lenient for manually editing

I mean, you can parse a URL path and query string however the heck you want. You can make the former order independent, but it's probably better supported in libraries as the latter and definitely more common and obvious for users.