summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-28 07:20:45 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-28 07:20:45 -0400
commit7d36aa55da66f5610c5293106cbf7e6ca08a0da9 (patch)
tree7699c451727805ae6be7cbae64980f13b44cb690
parent1ea3f6831e6218166fd72494af00c3d0c67096f4 (diff)
parent49d466348a5025454ec94c47fe073b579ae19a2a (diff)
downloadchat-7d36aa55da66f5610c5293106cbf7e6ca08a0da9.tar.gz
chat-7d36aa55da66f5610c5293106cbf7e6ca08a0da9.tar.bz2
chat-7d36aa55da66f5610c5293106cbf7e6ca08a0da9.zip
Merge pull request #824 from mattermost/it33-patch-1
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md25
1 files changed, 19 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2abbb6460..2ee47ec35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Mattermost Changelog
-## UNDER DEVELOPMENT - Release v0.8.0 (Beta2)
+## UNDER DEVELOPMENT - Release v1.0.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.
@@ -15,11 +15,23 @@ The "UNDER DEVELOPMENT" section of the Mattermost changelog appears in the produ
Messaging, Comments and Notifications
-- (Preview) Added support for emoji codes rendering to image files
+- Support for emoji codes rendering to image files
+- Full markdown support in messages, comments, and channel description
+- Added ability to play video and audio files
-Admin Console
+System Console
-- (Preview) Ability to view server logs and change config settings
+- UI to change config.json settings
+- Ability to view log files from console
+
+User Interface
+
+- Ability to set custom theme colors
+- Replaced single color themes with pre-set themes
+- Added ability to import themes from Slack
+
+Integrations
+- (Preview) Initial support for incoming webhooks
### Improvements
@@ -30,6 +42,7 @@ Documentation
- Added Code Contribution Guidelines
- Added new hardware sizing recommendations
- Consolidated licensing information into LICENSE.txt and NOTICE.txt
+- Added markdown documentation
Performance
@@ -41,11 +54,11 @@ Code Quality
UI
-- Added version, build number, build date and build hash under Account Settings -> Security (to be moved to "About" dialog later)
+- Added version, build number, build date and build hash under Account Settings -> Security
### Bug Fixes
-- Fixed performance issue with slow typing on iOS
+- Numerous performance improvements
- Fixed issue so that SSO option automatically set EmailVerified=true (it was false previously)
### Contributors