diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index e05904382916053459dd623e3804907aca92bb1c..95b054c07280b96b2a121aa3b09fb53e45de0162 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = ( appVersion = 38, # Increment this for every release. - appMarketingVersion = (defaultText = "0.37.1"), + appMarketingVersion = (defaultText = "0.38.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 d9b10f8ed44803d616989ed72fd319eb2cd98f68..bd1e025731f007fb3829fe561c37bde09e45d42a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,40 @@ ## NEXT +## 0.38.0, 2016-Aug-30 + +- Action links improvements +- Add global event unread-changed-by-subscription +- Add role to disable/enable channel preview (#4127) +- Add room setting to require code to join Room (#4126) +- Add the timer for disconnecting, one minute after going in the background it'll disconnect +- Add Ubuntu 16.04-under 30 seconds snap deployment using SNAPS +- Added File Uploaded text on attachments to i18n +- Added option to populate Rocket Chat with LDAP users (import them) (#4054) +- Changes rtl check in ChatMessages class (#4049) +- Check message timestamp before notifying users +- Do not check for last admin while updating a user +- Don't send offline emails to users who aren't active +- Fix mispelling for seriliazedDescriptor +- Fix multiple notifications (closes #3517) (#4074) +- Fix offering Sandstorm grains without a title +- Fix the verbs in Sandstorm activity events +- Fix user update check for last admin +- Fixed buttons margins and upload file list +- Formatting and adding some missing permissions to standard roles +- Handle locations when disabled +- Improve lazy loading of custom fields and translations +- Improve stream broadcast connection (#4119) +- Improvements/login and registration (#4073) +- Less borders (#4101) +- Make sure Sandstorm.notify is always called for DMs +- Open room correctly after creation and new messages +- Set gitlabs scope to 'api', the only support scope. +- Set message.ts if empty on sendMessage method +- Update moment locales +- Update to Autolinker.js 0.28.0 +- Update to depend only on the gMaps API key, add i18n strings for geolocaiotn sharing +- Updated loginform a11y and UX - labels instead of placeholders (#4075) + ## 0.37.1, 2016-Aug-17 - Allow deletion of records with same id on settings diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index e79a5d15db7cc71a2c9bf3a55b42a67644b2fa3f..b9e103377944f144fe3d53581a154762306cb61b 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.37.1" + "version": "0.38.0" }