mirror of https://github.com/zulip/zulip.git
Release Zulip server 1.8.0.
This commit is contained in:
parent
9f844ff681
commit
a6a5636a32
|
@ -44,7 +44,7 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = 'Zulip'
|
||||
copyright = '2015-2017, The Zulip Team'
|
||||
copyright = '2015-2018, The Zulip Team'
|
||||
author = 'The Zulip Team'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
|
@ -52,9 +52,9 @@ author = 'The Zulip Team'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '1.7+git'
|
||||
version = '1.8'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.7.2+git'
|
||||
release = '1.8.0'
|
||||
|
||||
# This allows us to insert a warning that appears only on an unreleased
|
||||
# version, e.g. to say that something is likely to have changed.
|
||||
|
|
|
@ -7,13 +7,15 @@ All notable changes to the Zulip server are documented in this file.
|
|||
This section lists notable unreleased changes; it is generally updated
|
||||
in bursts.
|
||||
|
||||
### 1.8.0 -- 2018-04-17
|
||||
|
||||
**Highlights:**
|
||||
- Added a new "night mode" theme for dark environments.
|
||||
- Added a video call integration powered by Jitsi.
|
||||
- Dramatically simplified the server installation process; it's now possible
|
||||
to install Zulip without first setting up outgoing email.
|
||||
- Added experimental support for importing an organization's history
|
||||
from Slack.
|
||||
- Added a new "night mode" theme for dark environments.
|
||||
- Added a video call integration powered by Jitsi.
|
||||
- Lots of visual polish improvements.
|
||||
- Countless small bugfixes both in the backend and the UI.
|
||||
|
||||
|
@ -57,7 +59,6 @@ in bursts.
|
|||
- Added support for mentioning groups of users.
|
||||
- Added a setting to allow users to delete their messages.
|
||||
- Added support for uploading files in the message-edit UI.
|
||||
- Added new compose features for pasting HTML.
|
||||
- Redesigned the compose are for private messages to use pretty pills
|
||||
rather than raw email addresses to display recipients.
|
||||
- Added new ctrl+B, ctrl+I, ctrl+L compose shortcuts for inserting
|
||||
|
@ -97,6 +98,7 @@ in bursts.
|
|||
message being condensed ([More] appearing on every message).
|
||||
- Improved typeahead's handling of editing an already-completed mention.
|
||||
- Improved syntax for inline LaTeX to be more convenient.
|
||||
- Improved syntax for permanent links to streams in Zulip.
|
||||
- Improved behavior of copy-pasting a large number of messages.
|
||||
- Improved handling of browser undo in compose.
|
||||
- Improved saved drafts system to garbage-collect old drafts and sort
|
||||
|
@ -169,7 +171,7 @@ in bursts.
|
|||
|
||||
**Mobile apps backend:**
|
||||
- Added support for logging into the mobile apps with RemoteUserBackend.
|
||||
- Improved mobile notifications to support narrowing when one click a
|
||||
- Improved mobile notifications to support narrowing when one clicks a
|
||||
mobile push notification.
|
||||
- Statistics on the fraction of strings that are translated now
|
||||
include strings in the mobile apps as well.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ZULIP_VERSION = "1.7.2+git"
|
||||
ZULIP_VERSION = "1.8.0"
|
||||
|
||||
# Bump the minor PROVISION_VERSION to indicate that folks should provision
|
||||
# only when going from an old version of the code to a newer version. Bump
|
||||
|
|
Loading…
Reference in New Issue