Version bump to 0.52.0

pull/6068/merge
Gabriel Engel 8 years ago
parent d988aa1c2e
commit 093eb2e0b7
  1. 4
      .sandstorm/sandstorm-pkgdef.capnp
  2. 4
      .snapcraft/edge/snapcraft.yaml
  3. 4
      .snapcraft/stable/snapcraft.yaml
  4. 32
      HISTORY.md
  5. 2
      package.json
  6. 2
      packages/rocketchat-lib/rocketchat.info

@ -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.

@ -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

@ -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

@ -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

@ -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/"

@ -1,3 +1,3 @@
{
"version": "0.52.0-develop"
"version": "0.52.0"
}

Loading…
Cancel
Save