docs: Update changelog with latest changes.

This commit is contained in:
Tim Abbott 2023-12-12 11:11:47 -08:00
parent ed02b568e5
commit bd539d7d12
1 changed files with 24 additions and 8 deletions

View File

@ -17,8 +17,9 @@ _Released 2023-11-16_
- Added support for following a topic, with configurable notification - Added support for following a topic, with configurable notification
settings for followed topics and flexible configuration options to settings for followed topics and flexible configuration options to
automatically follow topics when sending a message or otherwise automatically follow topics when sending a message or otherwise
interacting with it. New `Shift + N` keyboard shortcut navigates to interacting with it, or when mentioned. New `Shift + N` keyboard
the next unread followed topic. shortcut navigates to the next unread followed topic.
- Added support for limiting user list access for guests.
- New @topic mentions support mentioning only users who have - New @topic mentions support mentioning only users who have
participated in a topic by sending a message or emoji reaction. participated in a topic by sending a message or emoji reaction.
- Typing notifications now support streams with 100 or fewer - Typing notifications now support streams with 100 or fewer
@ -42,10 +43,10 @@ _Released 2023-11-16_
supported this for videos hosted by third-party platforms that supported this for videos hosted by third-party platforms that
provide an embedded player, like YouTube and Vimeo. provide an embedded player, like YouTube and Vimeo.
- The compose area was redesigned, with new formatting buttons for - The compose area was redesigned, with new formatting buttons for
bulleted and numbered lists. Improved pasting URLs with text most message formatting features, including polls. Improved pasting
selected. Topic typeahead now indicates whether one would be URLs with text selected. Topic typeahead now indicates whether one
creating a new topic, and user typeahead now shows pronouns if a would be creating a new topic, and user typeahead now shows pronouns
pronoun custom profile field is configured. if a pronoun custom profile field is configured.
#### Full feature changelog #### Full feature changelog
@ -53,6 +54,9 @@ _Released 2023-11-16_
- Redesigned file upload, including a cancel button, better - Redesigned file upload, including a cancel button, better
drag-and-drop support, better message-edit handling, and many bug drag-and-drop support, better message-edit handling, and many bug
fixes. fixes.
- Redesigned managing groups to use a side-by-side panel UI similar to
stream settings. This is an important step towards our upcoming
support for groups-based permissions.
- Redesigned how very tall messages are condensed. - Redesigned how very tall messages are condensed.
- Redesigned email confirmation page. - Redesigned email confirmation page.
- Redesigned various settings panels to remove clutter and simplify - Redesigned various settings panels to remove clutter and simplify
@ -64,7 +68,9 @@ _Released 2023-11-16_
- Added support for printing a message feed as a lightweight - Added support for printing a message feed as a lightweight
conversation export experience. conversation export experience.
- Added support for muting bot users. - Added support for muting bot users.
- Added support for multi-character emoji sequences. - Added support for multi-character emoji sequences and other modern
emoji; Twitter emojiset now backfills missing emoji from the Google
emojiset just like the Google blobs emojiset does.
- Added user profile tab for administrators to edit the profile. - Added user profile tab for administrators to edit the profile.
- Added support for subscribing users in user profile streams tab. - Added support for subscribing users in user profile streams tab.
- Added new permissions setting for who can create reusable invitation - Added new permissions setting for who can create reusable invitation
@ -102,13 +108,21 @@ _Released 2023-11-16_
- The organization creation form now explicitly asks the user to - The organization creation form now explicitly asks the user to
choose a default language for the organization. choose a default language for the organization.
- Improved design for /todo widgets. - Improved design for /todo widgets.
- Improved defaults for which portion of a topic to move when moving
messages.
- Improved semantics and explanations of reactivating previously - Improved semantics and explanations of reactivating previously
deactivated bot users. deactivated bot users.
- Improved over 100 help center articles, adding mobile documentation - Improved over 100 help center articles, adding mobile documentation
for many common workflows and a new indexing system for message for many common workflows and a new indexing system for message
formatting documentation. formatting documentation.
- Improved onboarding hints for steps one might want to take before
inviting users.
- Improved display for uploaded images that had been deleted.
- Improved content and styling for many tooltips across the web - Improved content and styling for many tooltips across the web
application, including several new "Copied!" tooltips. application, including several new "Copied!" tooltips.
- Improved configurability of outgoing email sender names.
- Improved the ability of a self-hosted server to tell the mobile apps
whether mobile push notifications are working.
- Improved integrations: CircleCI, Gitea, GitHub, GitLab, - Improved integrations: CircleCI, Gitea, GitHub, GitLab,
Sentry. Regenerated integration screenshots to show the current Sentry. Regenerated integration screenshots to show the current
visual design. visual design.
@ -125,9 +139,11 @@ _Released 2023-11-16_
- Fixed email notifications incorrectly containing extra context - Fixed email notifications incorrectly containing extra context
messages when subscribed to email notifications for a stream. messages when subscribed to email notifications for a stream.
- Fixed several longstanding performance issues both in the web - Fixed several longstanding performance issues both in the web
application and the server. application and the server, and a small memory leak.
- Fixed several subtle bugs in error reporting internals. - Fixed several subtle bugs in error reporting internals.
- Fixed multiple subtle deadlocks in database locking code. - Fixed multiple subtle deadlocks in database locking code.
- Fixed several subtle bugs in the compose box.
- Fixed LaTeX being misrendered in desktop, email and push notifications.
- Fixed several subtle internationalization bugs. - Fixed several subtle internationalization bugs.
- Fixed multiple subtle linkification bugs. - Fixed multiple subtle linkification bugs.
- Fixed many subtle bugs in settings. - Fixed many subtle bugs in settings.