this post was submitted on 30 Jul 2021
73 points (98.7% liked)

Announcements

23513 readers
35 users here now

Official announcements from the Lemmy project. Subscribe to this community or add it to your RSS reader in order to be notified about new releases and important updates.

You can also find major news on join-lemmy.org

founded 5 years ago
MODERATORS
 

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 to SaveUserSettings, and LocalUserSettings.
  • 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:

top 24 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 8 points 3 years ago (4 children)

Did you edit the loading icon?

With this upgrade I see it very big.

[โ€“] [email protected] 7 points 3 years ago* (last edited 3 years ago) (2 children)

Make spinner bigger. Fixes #203

[โ€“] [email protected] 2 points 3 years ago

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

[โ€“] [email protected] 1 points 3 years ago* (last edited 3 years ago)

I tried accessing the issue #203 at the same time I posted but seems unrelated with the spinner.

[โ€“] [email protected] 5 points 3 years ago* (last edited 3 years ago) (2 children)
[โ€“] [email protected] 4 points 3 years ago

In the phone is even worse.

The size is a bit disproportionate.

[โ€“] [email protected] 1 points 3 years ago

Seems to be fixed!

[โ€“] [email protected] 3 points 3 years ago (2 children)
[โ€“] [email protected] 6 points 3 years ago (1 children)

It should be centered at least. Also now I get a popup about "websocket disconnected" whenever I reload the page.

[โ€“] [email protected] 3 points 3 years ago* (last edited 3 years ago)

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.

[โ€“] [email protected] 3 points 3 years ago* (last edited 3 years ago) (1 children)

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.

[โ€“] [email protected] 5 points 3 years ago

Ah whoops, fixed now. Messed up my vim macro.

[โ€“] [email protected] 7 points 3 years ago

Congratulations, you guys keep going strong! ๐Ÿ‘

[โ€“] [email protected] 6 points 3 years ago

Good stuff @[email protected]. Successful upgrade on these shores.

[โ€“] [email protected] 5 points 3 years ago

Congrats to the team and all contributors!

[โ€“] [email protected] 4 points 3 years ago* (last edited 3 years ago) (1 children)

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.

[โ€“] [email protected] 4 points 3 years ago

Yes I upgraded darkly, it must've removed some fonts. I'll have a fix for that sometime soon.

[โ€“] [email protected] 4 points 3 years ago

Congratulations on the new release

[โ€“] [email protected] 3 points 3 years ago* (last edited 3 years ago) (1 children)

Each time I reload the page, in a bottom left corner small red pop-up "websocket disconnected" appears.

[โ€“] [email protected] 4 points 3 years ago

I'll remove that in the next update.

[โ€“] [email protected] 3 points 3 years ago

Awesome job, thanks for all the hard work!!

[โ€“] [email protected] 1 points 3 years ago (1 children)

Does lemmy have encrypted private messages?

[โ€“] [email protected] 1 points 3 years ago

No, not E2EE, there's a disclaimer button on the private message page.