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

version bump to 0.49.2

parent 49b8a399
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 = 51, # Increment this for every release.
appVersion = 52, # Increment this for every release.
appMarketingVersion = (defaultText = "0.49.1"),
appMarketingVersion = (defaultText = "0.49.2"),
# 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.49.1
version: 0.49.2
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
......
......@@ -7,7 +7,7 @@
# 5. `snapcraft snap`
name: rocketchat-server
version: 0.49.1
version: 0.49.2
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
......
# History
## 0.49.2 - 2017-Jan-16
- Add findOneById and findOneByIds to all layers of the models
- Add relation between client cache and user’s token
- Allow the text of attachments to be collapsed
- Fix an error with updating the users if no role was defined
- Fix flex-nav z-index
- Fix flex-tab on mobile
- Fix making the internal Hubot init() function always debounced
- Fix private groups not being able to be unarchived via the rest api
- Fix the cache layer not respecting findById via query
- Fix the roles not being respected on user creation
- Fix to prevent stop hubot initiating even when disabled
## 0.49.1 - 2017-Jan-13
- Fix emoji picker handling
......
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "0.49.1",
"version": "0.49.2",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
......
{
"version": "0.49.1"
"version": "0.49.2"
}
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