summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md37
1 files changed, 27 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18238d9eb..64cc57ab8 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-RC1
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.
@@ -9,22 +9,37 @@ The "UNDER DEVELOPMENT" section of the Mattermost changelog appears in the produ
### Release Highlights
-- [See Product Roadmap for anticipated features](https://mattermost.atlassian.net/issues/?filter=10002)
+- System Console - UI for configuring deployments, managing teams, resetting user passwords and other admin features
+- Markdown support in messages, comments and channel descriptions - Including font formatting, emoticons, headings and tables
+- Preset themes and detailed theme color options, plus ability to import themes from Slack
+- Numerous performance improvements and optimizations
### New Features
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
-Admin Console
+Files and Images
-- (Preview) Ability to view server logs and change config settings
+- Added ability to play video and audio files
-Integrations
+System Console
+
+- UI to change config.json settings
+- Ability to view log files from console
+- Ability to reset user passwords
+- Ability for IT admin to manage members across multiple teams from single interface
+
+User Interface
-- (Preview) Added API for incoming webhooks
-- (Preview) Added OAuth2 as a service provider to allow for more secure connection to external apps
+- 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
@@ -35,6 +50,7 @@ Documentation
- Added Code Contribution Guidelines
- Added new hardware sizing recommendations
- Consolidated licensing information into LICENSE.txt and NOTICE.txt
+- Added markdown documentation
Performance
@@ -46,17 +62,18 @@ 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
Many thanks to our external contributors. In no particular order:
+- [jdeng](https://github.com/jdeng)
- [Trozz](https://github.com/Trozz)
- [LAndres](https://github.com/LAndreas)
- [JessBot](https://github.com/JessBot)