diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 28a98616e74..143d944a4ea 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Rocket.Chat"), - appVersion = 17, # Increment this for every release. + appVersion = 18, # Increment this for every release. - appMarketingVersion = (defaultText = "0.20.0"), + appMarketingVersion = (defaultText = "0.21.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 6f2870b0d62..8bf79ef561d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,11 +1,38 @@ ## NEXT +## 0.21.0, 2016-Mar-07 + +- Add ability for users to delete their own accounts +- Add infinite scrolling to channels list +- Add search bar to the channels flex +- Add setting to allow/deny own account deletion +- Allow numeric characters in the OAuth2 provider name +- Allow post messages starting with slash +- Allow prepareOutgoingRequestScript to stop execution and return a message +- Blank channel when sending attachments as object +- CAS Plugin: Use Meteor.users.services.cas.external_id to identify users instead of Meteor.users.username. +- Defers user deletion +- Delete MAINTAINERS.md +- Disable E-mail Confirmation setting when SMTP is not set. +- Do not add a value in both $set and $setOnInsert +- Escapes regex in room search +- Fix #766; Disable E-mail Confirmation setting when SMTP is not set. +- Fixes #2399. Fixes bug with highlighted words which allowed an empty string to be defined as highlight. +- Fixes #924. Admin users may now login without verifying their e-mails. - Fixes oauth registration deleting account with unverified e-mail +- Improve last commit +- Improve user search when adding in channels - Improves layout of new password requested -- Fixes #924. Admin users may now login without verifying their e-mails. -- Makes channels list load faster by not getting full channel data, such as usernames. -- Fixes #2399. Fixes bug with highlighted words which allowed an empty string to be defined as highlight. -- Fix #766; Disable E-mail Confirmation setting when SMTP is not set. +- Init incoming webhook scripting +- Init outgoing webhook scripting +- Log error when trying to creat a user with no email via LDAP +- Make channels list load faster by not getting full channel data, such as usernames. +- Profile page improvements. +- Removes loading animation overlay after pages are rendered. +- Removes login_style setting of custom oauth. +- Sharing recent excitement around CRM integrations +- Shows OAuth Callback URLs +- Support 'user_id' in addition to 'id' and 'ID' for service identifier ## 0.20.0, 2016-Feb-29 diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index 60833ea99c6..ff0ed71eb9b 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.20.0" + "version": "0.21.0" }