From 0dcdfeee250d51bafc0fa301c624f1b1b0ad0b91 Mon Sep 17 00:00:00 2001 From: Gabriel Engel Date: Mon, 18 Apr 2016 20:56:57 -0300 Subject: [PATCH] version bump to 0.27.0 --- .sandstorm/sandstorm-pkgdef.capnp | 4 +-- HISTORY.md | 34 +++++++++++++++++++++++++ packages/rocketchat-lib/rocketchat.info | 2 +- 3 files changed, 37 insertions(+), 3 deletions(-) diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 0a78e416e4e5..b5168a784667 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Rocket.Chat"), - appVersion = 23, # Increment this for every release. + appVersion = 24, # Increment this for every release. - appMarketingVersion = (defaultText = "0.26.0"), + appMarketingVersion = (defaultText = "0.27.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 f3452c78ec43..e6269a4dc36b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,39 @@ ## NEXT +## 0.27.0, 2016-Apr-18 + +- Add admin to default list of allowed roles on 'pin-message' (#2846) +- Add date/time format settings (#2852) +- Always set a base URL +- Auto-translate all languages (#2927) +- Close #1319 #2701 Add permalink to messages (#2870) +- Close #2378 Add role tags (#2858) +- Close #2708 Remove user's avatar from filesystem when deleting the user (#2853) +- Close #2746 Prevent server crash on wrong S3 configuration (#2851) +- Close #2829 Add setting for blocking message exclusion (#2933) +- Close #2887 Support for GET method in @integrations (#2932) +- Custom OAuth fixes for Reddit (#2921) +- Do not reset pin-message permission roles on server restart (#2919) +- Do not set ROOT_URL_PATH_PREFIX based on Site_URL +- Fix checking room roles +- Fix error when incoming integration returns nothing +- Fix for email verification check alignment (RTL) (#2855) +- Fix for role name being reset on server restart +- Fix oauth payload method (#2915) +- Improved message input layout +- Remove empty link hrefs +- Remove whitespace around blockquote in message (#2883) +- Replace arunoda:streams by rocketchat:streamer (#2842) +- Set pin-message permissions only on insert +- Several UI improvements +- Simplify and fix ADMIN_EMAIL verification regex. Fixes RocketChat/Rocket.Chat#2841 (#2890) +- Trim leading & trailing spaces on username or email at the login form (#2871) +- Trim username and e-mail in login/registration form (#2888) +- UI improvements to mentions popup (#2864) +- Update Vagrantfile. (#2936) +- Use different color for mentions "all" (#2865) +- User info tab bar improvements (#2893) + ## 0.26.0, 2016-Apr-11 - Add a download icon to file list (#2817) diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index fea9c217ca95..e07fb4ea7ac1 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.26.0" + "version": "0.27.0" }