Skip to content
Snippets Groups Projects
Commit 093eb2e0 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Version bump to 0.52.0

parent d988aa1c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
# 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
......
{
"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/"
......
{
"version": "0.52.0-develop"
"version": "0.52.0"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment