summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-12-09 20:51:23 -0800
committerChristopher Speller <crspeller@gmail.com>2015-12-14 08:22:04 -0500
commit0932c3a573439ff9238d36d1c2c6244f7a2cfed4 (patch)
tree90e57abf90cbcb1f3fd2178bbec1ffe7d13db5ed /CHANGELOG.md
parenta9fa21473aede43f456bedcfd412061a908e1788 (diff)
downloadchat-0932c3a573439ff9238d36d1c2c6244f7a2cfed4.tar.gz
chat-0932c3a573439ff9238d36d1c2c6244f7a2cfed4.tar.bz2
chat-0932c3a573439ff9238d36d1c2c6244f7a2cfed4.zip
Adding Highlights to Changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md31
1 files changed, 23 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9dad1798..bd620490b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,31 @@
# Mattermost Changelog
-## UNDER DEVELOPMENT Release v1.3.0
+## Release v1.3.0
-The "UNDER DEVELOPMENT" section of the Mattermost changelog appears in the product's `master` branch to note key changes committed to master and are on their way to the next stable release. When a stable release is pushed the "UNDER DEVELOPMENT" heading is removed from the final changelog of the release.
+Release date: 2015-12-16
-- **Release candidate anticipated:** 2015-12-10
-- **Final release anticipated:** 2015-12-16
+### Release Highlights
+
+#### iOS App
+
+- New [Mattermost iOS App](https://github.com/mattermost/ios) now available for iPhone, iPad, and iPod Touch
+- New [Mattermost Push Notification Service](https://github.com/mattermost/push-proxy) to relay notifications to custom iOS applications
+
+#### Search Upgrades
+
+- Jump to search results in archives using new message permalinks
+- It's easier to find what you're looking for with improved auto-complete in search
+
+#### Advanced Formatting
+
+- Express more in symbols, with new emoji auto-complete
+- Express more in numbers, with rendering of mathematical expressions using Latex (start code blocks with ```latex)
+- Personalize your look with new custom font settings under **Account Settings** > **Display** > **Display Font**
### New Features
Authentication
-- Documented unofficial GitHub SSO support using GitLab UI
+- Added unofficial SSO support for GitHub.com and GitHub Enterprise using GitLab UI
Archives
- Added permalink feature that lets users link to a post in the message archives
@@ -35,13 +50,12 @@ Performance
- Refactored the center channel
Messaging & Comments
-- Added "Help" link for messaging
-- Removed the @all mention
- Added Markdown support for task lists
+- Added "Help" link for messaging
- Added ability to preview a Markdown message before sending (enabled via Account Settings -> Advanced -> Preview pre-release features)
Onboarding
-- Added various small improvements to the tutorial
+- Minor upgrades to tutorial
User Interface
- Visually combined sequential messages from the same user
@@ -52,6 +66,7 @@ User Interface
#### Bug Fixes
+- Removed the @all mention to keep users from accidentally spamming team sites
- Fixed bug where the member list only showed "20" members for channels with more than 20 members
- Fixed bug where the channel sidebar didn't order correctly on Postgres databases
- Fixed bug where search results did not highlight when searching with quotation marks, wildcard, or in: and from: modifiers