Changes
Since our last release, we’ve had ~30 commits to Lemmy, and ~60 to Lemmy UI.
Lemmy Server
- Blank out extra info for deleted or removed content. Fixes #1679
- Add show_new_posts_notifs setting. Fixes #1664
- Fix issue with protocol string in actor id generation #1668
- Adding shortname fetching for users and communities. Fixes #1662
- Make captcha case-insensitive.
- Remove tracking params from post url (fixes #768)
- Upgrade pictrs. Fixes #1599
- Invalidate current logins on account deletion. Fixes #1602
- Fix nsfw posts showing for non-logged in users. Fixes #1614
- Add additional slurs configuration option. Closes #1464.
- Updating to rust 1.51.0
Lemmy UI
- Have setting to disable notifs for new posts. Fixes #132
- Remove max length constraints on actors. Fixes #350
- Fix captcha replay bug. Fixes #348
- Removing community and user routes in favor of shortnames. Fixes #317
- Add front end helpers 1 (#346)
- Don’t use default subscribed for communities page.
- Adding Listing type to communities page, default local. #190
- Fix language bug on mobile browsers.
- Collapse sidebar on mobile. Fixes #335
- Re-organized components folder. (#339)
- Moving comment link to top bar. Fixes #307
- Make spinner bigger. Fixes #203
- Fix preview description html. Fixes #110
- Update darkly, make danger darker. Fixes #16
- Always show previous paginator, extract paginator component.
- Use better comment collapse icon, and add text. Fixes #318
- Fix symbols issue. Fixes #319
- Don’t restore scroll position on page refresh. Fixes #186
- Insert triple backticks for ‘code’ button when multiple lines are selected. (#311)
- Adding a comment here placeholder. Fixes #301
- Fix non-local community and person links. Fixes #290
- Fix navbar bug. Fixes #289
- Hide names of mods / admins without priveleges. Fixes #285
- Adding URL search type. Fixes #286
- Add a link to joinlemmy on lemmy.ml signup. Fixes #235
- Fix duped site description. Fixes #281
API
- Added
show_new_posts_notifs
boolean toSaveUserSettings
, andLocalUserSettings
. - A full list of the API changes can be seen on this diff of lemmy-js-client: 0.11.0 -> 0.11.3 .
Federation
- No changes in this release, but there will be many soon.
Upgrade notes
To upgrade your instance to 0.11.3
, simply follow the instructions in the documentation:
Did you edit the loading icon?
With this upgrade I see it very big.
Make spinner bigger. Fixes #203
Yep
I understand the issue.
Your #203 link is not pointing to Lemmy-UI repository but Lemmy repository.
It should be https://github.com/LemmyNet/Lemmy-UI/issues/203 and not https://github.com/LemmyNet/Lemmy/issues/203
I tried accessing the issue #203 at the same time I posted but seems unrelated with the spinner.
Looks really too big :)
In the phone is even worse.
The size is a bit disproportionate.
Seems to be fixed!
Yep, it was requested.
It should be centered at least. Also now I get a popup about “websocket disconnected” whenever I reload the page.
I confirm this from the phone.
Edited:
This also happens when pressing external URLs.
If the URL is in Lemmy same instance, it seems to say later “Websocket reconnected” and in green.
I understand the issue.
Your #203 link is not pointing to Lemmy-UI repository but Lemmy repository.
It should be https://github.com/LemmyNet/Lemmy-UI/issues/203 and not https://github.com/LemmyNet/Lemmy/issues/203
Edited: wtf, this error is in EVERY link that is supposed to be to Lemmy-UI.
Ah whoops, fixed now. Messed up my vim macro.
deleted by creator
Congratulations, you guys keep going strong! 👍
Good stuff @dessalines@lemmy.ml. Successful upgrade on these shores.
Congrats to the team and all contributors!
Congratulations on the new release
I have a strange mix of fonts now since the upgrade. Looks like it uses New Times Roman or so in most places now? Edit: Seems to be only on the “darkly” theme.
Yes I upgraded darkly, it must’ve removed some fonts. I’ll have a fix for that sometime soon.
Awesome job, thanks for all the hard work!!
Each time I reload the page, in a bottom left corner small red pop-up “websocket disconnected” appears.
I’ll remove that in the next update.
Does lemmy have encrypted private messages?
No, not E2EE, there’s a disclaimer button on the private message page.