From aaa9623e7bb4a2daa74427cb50f56a59cb05e2b3 Mon Sep 17 00:00:00 2001 From: Gabriel Engel Date: Tue, 17 May 2016 00:50:15 -0500 Subject: [PATCH] version bump to 0.31.0 --- .sandstorm/sandstorm-pkgdef.capnp | 4 ++-- HISTORY.md | 31 +++++++++++++++++++++++++ packages/rocketchat-lib/rocketchat.info | 2 +- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 55ecc9bcaa0..9f59ea36c41 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Rocket.Chat"), - appVersion = 30, # Increment this for every release. + appVersion = 31, # Increment this for every release. - appMarketingVersion = (defaultText = "0.30.0"), + appMarketingVersion = (defaultText = "0.31.0"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing. diff --git a/HISTORY.md b/HISTORY.md index 2b8bdf0250f..e29e044c306 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,36 @@ ## NEXT +## 0.31.0, 2016-May-16 + +- Add header and footer to e-mails +- Add new livechat settings to livechat manager +- Add replyTo and more descriptive 'from' to livechat offline email +- Add role field to user creation form +- Add setting to set Google Site Verification id +- Add the channel id to the _id property of the messages on import +- Added permalink button to pinned & starred messages +- Better look to big emojis on webkit browsers +- Created guest user permission +- Emoji search is performed across all categories +- Fix an error on importing if there was a user by the same username on the server but different email +- Fix error message when CAS validation fail +- Fix multiline code when there is text after closing ``` +- Fix some broken link -> button events +- Fix text clipping in spotlight input +- Fix the message requesting the password when saving profile +- Fix URL for cordova when quoting a message +- Lower highlight timeout +- Make "new message" and "jump to recent" buttons unselectable +- Make the sidebar movement transition faster +- New subject for livechat offline messages +- Prevent someone from reacting if they are muted +- Remove invalid push tokens from gateway if status code 406 +- Remove stale debug logs +- Removing presence status computation from new room sound tracker +- Right sidebar animation cancelled on tab button clicked +- Save room's name as the livechat visitor name +- Use HTML emails instead of Text- + ## 0.30.0, 2016-May-09 - Ability to run imports several times without duplicate messages (#3123) diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index 3de56611796..42cfeef83db 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.30.0" + "version": "0.31.0" }