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:

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 3 years ago

Awesome job, thanks for all the hard work!!