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

version bump to 0.49.1

parent e1992152
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 50, # Increment this for every release.
appMarketingVersion = (defaultText = "0.50.0-develop"),
appMarketingVersion = (defaultText = "0.49.1"),
# 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.50.0-develop
version: 0.49.1
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.50.0-develop
version: 0.49.1
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
......
# History
## 0.49.1 - 2017-Jan-13
- Fix emoji picker handling
- Fix favicons and add an option to enable svg
- Fix find with $elemMatch. Closes #5536
- Fix livechat whitedomains list
- Fix logo in admin
- Fix message-dropdown background
- Fix migration 77. Closes #5542
- Fix new-message background
- Keep only public settings using notifyAll
- Move room panels from main content into room wrapper
- Refactor action links to better handle client side buttons only
- Send notifyAll to all users and create notifyLogged to notify only logged users-
## 0.49.0 - 2017-Jan-11
### Now uses NodeJS 4.7.1
......
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "0.50.0-develop",
"version": "0.49.1",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
......
{
"version": "0.50.0-develop"
"version": "0.49.1"
}
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