From 093eb2e0b768ba1140a45343887dd440f507e7fa Mon Sep 17 00:00:00 2001 From: Gabriel Engel Date: Tue, 14 Feb 2017 05:02:05 -0200 Subject: [PATCH] Version bump to 0.52.0 --- .sandstorm/sandstorm-pkgdef.capnp | 4 ++-- .snapcraft/edge/snapcraft.yaml | 4 ++-- .snapcraft/stable/snapcraft.yaml | 4 ++-- HISTORY.md | 32 +++++++++++++++++++++++++ package.json | 2 +- packages/rocketchat-lib/rocketchat.info | 2 +- 6 files changed, 40 insertions(+), 8 deletions(-) diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index fe38dfdab4b..eba3b7c5af6 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Rocket.Chat"), - appVersion = 56, # Increment this for every release. + appVersion = 57, # Increment this for every release. - appMarketingVersion = (defaultText = "0.52.0-develop"), + appMarketingVersion = (defaultText = "0.52.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 979807212ad..160670f3308 100644 --- a/.snapcraft/edge/snapcraft.yaml +++ b/.snapcraft/edge/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 0.52.0-develop +version: 0.52.0 summary: Rocket.Chat server description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/ confinement: strict @@ -32,7 +32,7 @@ apps: parts: node: plugin: nodejs - node-engine: 4.7.1 + node-engine: 4.7.3 node-packages: - promise - fibers diff --git a/.snapcraft/stable/snapcraft.yaml b/.snapcraft/stable/snapcraft.yaml index 9de26814323..4294c06cc4f 100644 --- a/.snapcraft/stable/snapcraft.yaml +++ b/.snapcraft/stable/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 0.52.0-develop +version: 0.52.0 summary: Rocket.Chat server description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/ confinement: strict @@ -32,7 +32,7 @@ apps: parts: node: plugin: nodejs - node-engine: 4.7.1 + node-engine: 4.7.3 node-packages: - promise - fibers diff --git a/HISTORY.md b/HISTORY.md index a72b64c3310..8087ac49366 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,37 @@ # History +## 0.52.0 - 2017-Fev-14 + +### Meteor update to 1.4.2.6 + +- Add admin section for managing sounds +- Add appName as topic to push gateway +- Add audio notification choices to subscriptions +- Add Boonex Dolphin Oauth +- Add date for attachments +- Add detection mime-types for upload files +- Add MONGO_OPLOG_URL to Dockerfile +- Add open sidenav on cmd + p +- Add REST API method to list online users in a room +- Add user preferences for default new message sound +- Allow empty description for roles +- Allow pass inline image (base64) on attachments +- Change npm module from mime-types to mime-type and mime-db +- Change room "Code" label to "Password" +- Fix admin info page selectable again +- Fix clear toolbar search input on enter +- Fix error when activating new users +- Fix getLoggedInUser to get user by token +- Fix message action menu on cordova +- Fix oAuth buttons +- Fix reset to default +- Fix setting empty custom css +- Fix sidenav logo position +- Get user by token AND user id, make /api/info match expected properties +- Remove build property from default info API; update tests to reflect removal +- Remove the rate limiter for testing enviroment +- Return user’s _id and username for `groups/channels.online` + ## 0.51.0 - 2017-Fev-07 ### Converted several Coffee Script files to JS diff --git a/package.json b/package.json index 7d55d0c0900..89902e28e09 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "0.52.0-develop", + "version": "0.52.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index cf57832f0cc..d8fff6de6dc 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.52.0-develop" + "version": "0.52.0" }