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

version bump to 0.32.0

parent e77414a9
No related merge requests found
......@@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Rocket.Chat"),
appVersion = 31, # Increment this for every release.
appVersion = 32, # Increment this for every release.
appMarketingVersion = (defaultText = "0.31.0"),
appMarketingVersion = (defaultText = "0.32.0"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.
......
## NEXT
## 0.32.0, 2016-May-30
- Add autocomplete for adding users to roles
- Add bad word filter to settings UI
- Add Catalan language (#3394)
- Add compacter message view mode
- Add EVE online sso support (#3389)
- Add Piwik Analytics (#233)
- Add role tags to user info in flex tab (#3326)
- Add room label to livechat history list
- Add safe ports settings for embed
- Add settings for Piwik Analytics (#233)
- Add support to broadcast stream to different hosts
- Fix exception if room not found
- Change "Show Usernames" for "Hide Usernames"
- Change text of "and more __" for reactions
- Combined Hightlight & Markdown packages. Fixed Katex & markdown collision
- Add Deeper analytics for Piwik
- Escape room topic html
- Fix SAML SSO redirect issue with iOS native client (#2028)
- Fix action button validation (#3306)
- Fix CAS in Android Cordova
- Fix outgoing integrations erroring out when a channel isn't provided
- Forward open livechat rooms from agent when he goes offline
- Hide the cog when a user is not in the room.
- Improve REST API (#3346)
- Improvements to message quoting (#3278)
- KaTeX: Allow enabling \[KaTeX\] and $$KaTeX$$ syntaxes separately
- Prevent HTML tags in livechat offline email subject
- Remove resize animation preventing scroll stay at bottom
- Update user-presence package
## 0.31.0, 2016-May-16
- Add header and footer to e-mails
......
{
"version": "0.31.0"
"version": "0.32.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