From eca800582ad6fc9769149284803a124dd3720cb3 Mon Sep 17 00:00:00 2001 From: Gabriel Engel Date: Mon, 18 Jan 2016 14:54:54 -0200 Subject: [PATCH] version bump to 0.14.0 --- .sandstorm/sandstorm-pkgdef.capnp | 4 +- HISTORY.md | 49 +++++++++++++++++++++++++ packages/rocketchat-lib/rocketchat.info | 2 +- 3 files changed, 52 insertions(+), 3 deletions(-) diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index b3c374ef1950..8efc4b1b3b2f 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Rocket.Chat"), - appVersion = 9, # Increment this for every release. + appVersion = 10, # Increment this for every release. - appMarketingVersion = (defaultText = "0.13.0"), + appMarketingVersion = (defaultText = "0.14.0"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing. diff --git a/HISTORY.md b/HISTORY.md index 2643ad63d78a..9264452677d5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,55 @@ - +## 0.14.0, 2016-Jan-18 + +- Added admin setting to Force SSL +- Added connections status bar to login page +- Added options to enable TLS on LDAP +- Added package dependecy because of RoomModerators collection +- Added Raspberry Pi support announcement +- Added UI to Add/Remove Room Moderators and Owners +- Adds aria-label to button with icons only +- Allow multi-line title on oembed +- Allow SMTP server with no login +- Display burger icon on History page +- Display time based on locale instead of using fixed 24h format +- Do not close Desktop Notifications to keep them in notification center +- Escape dollar before message token replacement +- Fallback LDAP login to local account if LDAP fails +- Fixed audio-recorder not stoping +- Fixed confusing text labels on video/audio call buttons +- Fixed overlapping windows +- Fixed unset moderator test +- Fixed Warning: Site URL configuration for Sandstorm.io +- Fixes a bug with search results, where sometimes cog wasn't displayed. +- Fixes adding/removing owners and moderators +- Fixes Domain whitelist not restricting +- Get the correct language when senging messages via email +- Implement logging out of other logged-in clients +- Improved code execution on open room computation +- Improved processWebhookMessage return +- Improved room moderator subscription and tests +- Improved the layout and info of the oauth popup +- Make oembed parse title in ungreedy form +- Moved collection definition to a better place +- Moved logic to create a message from webhooks to a new file +- Moved response logic outside of processWebhookMessage +- Parse urls with fragments correctly +- Prevent browsers from trying to validate the input field +- Prevent erros update outgoing webhooks with empty channel +- Prevent multiple listeners on message stream per room +- Process outgoing webhook response as a new message +- Remove toUpperCase from emojione popup config +- Send correct content-type for livechat +- Set/Unset moderator via streams +- Sort room files by uploadedAt +- Update oembedVideoWidget removing static height +- Update strings with localized strings in en +- Use 'mim-types' ty check content type and compare to extension +- Using default values instead of integration data +- Using processWebhookMessage on V1 APIs + ## 0.13.0, 2016-Jan-11 - Add api `chat.messageExample` diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index 66995195a75b..37f939dff5bf 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.13.0" + "version": "0.14.0" }