Skip to content
Snippets Groups Projects
Unverified Commit 5a66c806 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

version bump to 0.50.0

parent 5340c283
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( ...@@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Rocket.Chat"), appTitle = (defaultText = "Rocket.Chat"),
appVersion = 55, # Increment this for every release. appVersion = 56, # Increment this for every release.
appMarketingVersion = (defaultText = "0.49.4"), appMarketingVersion = (defaultText = "0.50.0"),
# Human-readable representation of appVersion. Should match the way you # Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing. # identify versions of your app in documentation and marketing.
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# 5. `snapcraft snap` # 5. `snapcraft snap`
name: rocketchat-server name: rocketchat-server
version: 0.49.4 version: 0.50.0
summary: Rocket.Chat server summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/ description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict confinement: strict
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# 5. `snapcraft snap` # 5. `snapcraft snap`
name: rocketchat-server name: rocketchat-server
version: 0.49.4 version: 0.50.0
summary: Rocket.Chat server summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/ description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict confinement: strict
......
# History # History
## 0.50.0 - 2017-Jan-24
- Add APIs for users.register and users.getAvatar
- Add error and exit process when nodejs version is impatible
- Add option to use real name for avatar
- Fix chat.postMessage not behaving like the web client (#5477)
- Fix files uploaded by other users not being able to be deleted by users with permission
- Fix Slack Importer incorrectly logging missed types and add slackbot_response to the import
- Fix to prevent create 2 upload bars
- Fix undefined language seting issue on reload
- Improve message of multiple instances without oplog
## 0.49.4 - 2017-Jan-19 ## 0.49.4 - 2017-Jan-19
- Add customFields to groups.create api (#5639) - Add customFields to groups.create api (#5639)
......
{ {
"name": "Rocket.Chat", "name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform", "description": "The Ultimate Open Source WebChat Platform",
"version": "0.49.4", "version": "0.50.0",
"author": { "author": {
"name": "Rocket.Chat", "name": "Rocket.Chat",
"url": "https://rocket.chat/" "url": "https://rocket.chat/"
...@@ -72,9 +72,9 @@ ...@@ -72,9 +72,9 @@
"moment": "^2.17.1", "moment": "^2.17.1",
"moment-timezone": "^0.5.11", "moment-timezone": "^0.5.11",
"toastr": "^2.1.2", "toastr": "^2.1.2",
"mime-types": "2.1.14", "mime-types": "^2.1.14",
"file-type": "4.0.0", "file-type": "^4.0.0",
"semver": "^5.3.0", "semver": "^5.3.0",
"codemirror": "5.22.2" "codemirror": "^5.22.2"
} }
} }
{ {
"version": "0.49.4" "version": "0.50.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