version version bump to 0.21.0

pull/2448/head 0.21.0
Gabriel Engel 10 years ago
parent 406a94da9f
commit b092dfa5e3
  1. 4
      .sandstorm/sandstorm-pkgdef.capnp
  2. 35
      HISTORY.md
  3. 2
      packages/rocketchat-lib/rocketchat.info

@ -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.

@ -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

@ -1,3 +1,3 @@
{
"version": "0.20.0"
"version": "0.21.0"
}

Loading…
Cancel
Save