All Versions
35
Latest Version
Avg Release Cycle
33 days
Latest Release
1550 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.0.6 Changes
September 23, 20192.0.6 -- 2019-09-23
- โก๏ธ Updated signing keys for the PGroonga repository for Debian Stretch.
- ๐ Fixed creation of linkifiers with URLs containing &.
- ๐ Fixed a subtle bug that could cause the message list to suddenly
scroll up in certain rare race conditions.
-
v2.0.5
September 11, 2019 -
v2.0.4 Changes
June 07, 20192.0.4 -- 2019-06-29
- ๐ Fixed several configuration-dependent bugs that caused
โช restore-backup to crash. - ๐ Fixed a table layout bug in "deactivated users" settings.
- ๐ Fixed an exception when administrators edited bot users when custom
๐ง profile fields were configured in the organization. - ๐ Fixed a bug enabling the PGRoonga search backend with older postgres.
- ๐ Fixed getting personal API key when passwords are disabled.
- ๐ Fixed several configuration-dependent bugs that caused
-
v2.0.3 Changes
April 23, 20192.0.3 -- 2019-04-23
- โ Added documentation for upgrading the underlying OS version.
- ๐ง Made uwsgi buffer size configurable (relevant for sites putting
Zulip behind a proxy that adds many HTTP headers). - ๐ Fixed loss of LaTeX syntax inside quote-and-reply.
- ๐ Fixed virtualenv-related bug when upgrading Zulip when the system
๐ฆ virtualenv package is 16.0.0 or newer (no supported platform has
0๏ธโฃ such a version by default, but one can install it manually). - ๐ Fixed
manage.py query_ldap
test tool (broken in 2.0.2). - ๐ Fixed several bugs in new backup and restore tools.
- ๐ Fixed minor bugs with Youtube previews.
-
v2.0.2 Changes
March 15, 2019- ๐ Fixed a regression in the puppet configuration for S3 upload backend
introduced in 2.0.1. - ๐ Fixed a too-fast fade for "Saved" in organization settings.
- ๐ Fixed a white flash when loading a browser in night mode.
- ๐ Fixed a few bugs in new LDAP synchronization features.
- ๐ Fixed a buggy validator for custom stream colors.
- ๐ Fixed a confusing "Subscribe" button appearing for guest users.
- โก๏ธ Updated translations, including a new Italian translation.
- ๐ Fixed a regression in the puppet configuration for S3 upload backend
-
v2.0.1 Changes
March 05, 20192.0.1 -- 2019-03-04
- ๐ Fixed handling of uploaded file routing on Ubuntu Trusty.
- ๐ Fixed buggy behavior of branding logos in night theme.
- ๐ Fixed handling of deployment directories being owned by root.
- The styling of "unavailable" status icons is now less prominent.
- The "deactivated realm" error page now auto-refreshes, to handle
realm reactivation. - ๐ Updated documentation to avoid recommending realm deactivation as
a preferred approach to prepare for backups. - โ Added support for using multiple organizations with same LDAP
๐ง backend configuration.
-
v2.0.0 Changes
March 05, 20192.0.0 -- 2019-03-01
Highlights:
- โ Added automation for synchronizing user avatars, custom profile
fields, disabled status, and more from LDAP/active directory. - โ Added support for explicitly setting oneself as "away" and "user
status" messages. - โ Added a built-in /poll slash command for lightweight polls.
- โ Added experimental support for using Zoom as the video chat
๐ provider. We now support Jitsi, Google Hangouts, and Zoom. - โ Added support for branding the top-left corner of the logged in app
with an organization's logo. - Zulip's "Guest users" feature is no longer experimental.
- The HipChat/Stride data import tool is no longer experimental.
โ Our HipChat and Slack import tools are now well-tested with millions
of messages, 10,000s of users, and 100,000s of uploaded files. - โ Added a built-in tool for backups and restoration.
- ๐ Deprecated support for Ubuntu Trusty. Zulip 2.0.x will continue to
๐ support Ubuntu Trusty, but Zulip 2.1.0 will remove support for
installing on Trusty.
โฌ๏ธ Upgrade notes:
- ๐ This release adds support for [submitting basic usage statistics] to
help the Zulip core team. This feature can be enabled only if a server
is using the Mobile Push Notification Service,
0๏ธโฃ and is enabled by default in that case. To disable it, set
SUBMIT_USAGE_STATISTICS = False
in/etc/zulip/settings.py
.
Full feature changelog:
- โ Added support for CentOS 7 in the development environment
provisioning process. This is an important step towards production
๐ CentOS/RHEL 7 support. - โ Added a new invitation workflow with reusable links.
- โ Added a new Azure Active Directory authentication integration.
๐ New authentication backends supported by python-social-auth can now be
โ added with just a few dozen lines of code. - โ Added API documentation for user groups and custom emoji.
- Administrators can now easily delete all messages in a topic.
- โ Added display of a user's role (administrator, guest, etc.) in
various relevant places. - โ Added support for sending "topic" rather than the legacy "subject"
for the topic in most API endpoints. - โ Added helpful notifications for some common webhook
misconfigurations. - โ Added organization setting to control whether users are allowed to
include message content in missed-message emails (for compliance). - โ Added an automated notification when streams are renamed.
- โ Added support for changing the default notification sound.
- โ Added Ctrl+. shortcut for narrowing to current compose recipient.
- โ Added icons to indicate which "organization settings" tabs are
available to regular users. - โ Added a tool for migrating from S3 to the local file uploads backend.
- โ Added protocol for communicating version incompatibility to mobile apps.
- โ Added support for copying avatar and other profile data when
creating a second account on a Zulip server with a given email address. - โ Added /digest endpoint for viewing the current digest email on the web.
- โ Added alert for when a user sends a message when scrolled too far up.
- โ Added internationalization for outgoing emails.
- โ Added a ReviewBoard integration, and improved numerous existing integrations.
- โ Added support for multi-line messages for the /me feature.
- โ Added markdown rendering of text when displaying custom profile fields.
- Added "silent mentions" syntax (
@_ **Tim Abbott**
), which show
visually, but don't trigger a notification to the target user. - โ Added support for using lightbox in compose preview.
- ๐ Changes in date no longer force a repeated recipient bar. This
๐ fixes a common source of confusion for new users. - Suppressed notifications when quoting a message mentioning yourself.
- Message editing now has the compose widgets for emoji, video calls, etc.
- Message editing now has a markdown preview feature just like compose.
- Message editing now uses same "enter-sends" behavior as compose.
- Organization administrators can now edit users' custom profile fields.
- ๐ Optimized performance of data import from Slack, HipChat, etc.
- ๐ Improved "new user" emails to clearly indicator login details.
- ๐ Improved the UI for "drafts" and "message edit history".
- ๐ Improved linkifier handling of languages with character alphabets.
- ๐ Improved accessibility of emoji rendering in messages bodies.
- ๐ป Eliminated UI lag when using "Quote and reply".
- ๐ Expanded production documentation for more unusual deployment options.
- Expanded set of characters allowed in custom Linkifiers.
- โก๏ธ Optimized development provisioning; now takes 2s in the no-op case.
- Zulip's Help Center now has nicely generated open graph tags.
- ๐ Fixed missing API authentication headers for mobile file access.
- ๐ Fixed various select and copy-paste issues.
- ๐ Fixed various back button bugs in settings UI.
- ๐ Fixed various mobile web visual issues.
- ๐ Fixed unnecessary resizing of animated custom emoji.
- ๐ Fixed several performance issues for organizations with 1000s of streams.
- ๐ Fixed various error handling bugs sending push notifications.
- ๐ Fixed handling of diacritics in user-mention typeahead.
- ๐ Fixed several bugs with importing data into Zulip's S3 backend.
- ๐ Fixed display of full recipients list in "private messages" hover.
- ๐ Fixed bugs involving muting and renamed streams.
- ๐ Fixed soft-deactivation performance issues with many thousands of users.
- Countless behind-the-scenes improvements to Zulip's codebase,
โ tooling, automated tests, error handling, and APIs.
- โ Added automation for synchronizing user avatars, custom profile
-
v2.0.0-rc1
February 14, 2019 -
v1.9.2
January 30, 2019 -
v1.9.1 Changes
November 30, 2018๐ This release is primarily intended to improve the experience for new
Zulip installations; it has minimal changes for existing servers.- โ Added support for getting multi-domain certificates with setup-certbot.
- ๐ Improved various installer error messages and sections of the
๐ installation documentation to help avoid for common mistakes. - The Google auth integration now always offers an account chooser.
- ๐ Fixed buggy handling of avatars in Slack import.
- ๐ Fixed nginx configuration for mobile API authentication to access uploads.
- โก๏ธ Updated translation data, including significant new Italian strings.