From cbdc26ded8440e415f22e6dad2c9544a3531251e Mon Sep 17 00:00:00 2001 From: Gabriel Engel <gabriel.engel@gmail.com> Date: Wed, 1 Mar 2017 17:02:58 -0300 Subject: [PATCH] Version bump to 0.53.0 --- .sandstorm/sandstorm-pkgdef.capnp | 4 ++-- .snapcraft/edge/snapcraft.yaml | 2 +- .snapcraft/stable/snapcraft.yaml | 2 +- HISTORY.md | 32 +++++++++++++++++++++++++ package.json | 2 +- packages/rocketchat-lib/rocketchat.info | 2 +- 6 files changed, 38 insertions(+), 6 deletions(-) diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 5f54df0c1cb..48b14be73e1 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Rocket.Chat"), - appVersion = 57, # Increment this for every release. + appVersion = 58, # Increment this for every release. - appMarketingVersion = (defaultText = "0.53.0-develop"), + appMarketingVersion = (defaultText = "0.53.0"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing. diff --git a/.snapcraft/edge/snapcraft.yaml b/.snapcraft/edge/snapcraft.yaml index 6cd4ef009e9..fc4a1cb9c7a 100644 --- a/.snapcraft/edge/snapcraft.yaml +++ b/.snapcraft/edge/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 0.53.0-develop +version: 0.53.0 summary: Rocket.Chat server description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/ confinement: strict diff --git a/.snapcraft/stable/snapcraft.yaml b/.snapcraft/stable/snapcraft.yaml index 73584b54c1e..18dcfedde35 100644 --- a/.snapcraft/stable/snapcraft.yaml +++ b/.snapcraft/stable/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 0.53.0-develop +version: 0.53.0 summary: Rocket.Chat server description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/ confinement: strict diff --git a/HISTORY.md b/HISTORY.md index 8087ac49366..d7361f38277 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,37 @@ # History +## 0.53.0 - 2017-Mar-01 + +- Add 'Unread Messages' to i18n translation files +- Add CMD/Ctrl+k (#6034) +- Add default oauth role (#6028) +- Add getS3Url (#5410) +- Add livechat events (#6070) +- Add minified version of livechat widget code (#6071) +- Add new behavior to ESC on toolbar search (#6056) +- Add option to not overwrite livechat custom fields +- Add preference for Enter key (#6075) +- Add support for uploads to Google Cloud Storage (#6060) +- Add the admin missing settings sections to i18n translation files +- Add translate sweetalert buttons on send files and update password +- Add user preference to hide roles +- Fix codemiror css (#6058) +- Fix ctrl/alt/cmd+enter line break (#6057) +- Fix keydown when photoswipe is open +- Fix livechat appearance page by not saving settings directly from client (#6077) +- Fix livechat knowledge base by properly initiating it's model +- Fix livechat widget being displayed when offline +- Fix renamed template folder to `client` to allows faster hot-reloads +- Fix the directive conflicts for aws and google storage (#6084) +- Fix the edit message (#6086) +- Fix to remove error-color class when creating new channel +- Fix undefined exception in the channelSettings flex-tab +- Fix updating a message with @all by copying "u" property +- Improve outgoing webhooks and add history (#5823) +- Improve report abuse to pass the message id instead of message object +- Use highlight.js from npm +- Use katex from npm (#5962) + ## 0.52.0 - 2017-Fev-14 ### Meteor update to 1.4.2.6 diff --git a/package.json b/package.json index db7c159aa94..91b8fd08d4a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "0.53.0-develop", + "version": "0.53.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index ebdf1b99ed4..b27c3096db5 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.53.0-develop" + "version": "0.53.0" } -- GitLab