From 19e794678649d81052b6b79c1dca01fac615d4e4 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Wed, 21 Feb 2018 00:46:11 -0300 Subject: [PATCH 1/6] Bump version to 0.62.0-rc.0 --- .docker/Dockerfile | 2 +- .sandstorm/sandstorm-pkgdef.capnp | 2 +- .travis/snap.sh | 2 +- HISTORY.md | 75 +++++++++++++++++++++++++ package.json | 2 +- packages/rocketchat-lib/rocketchat.info | 2 +- 6 files changed, 80 insertions(+), 5 deletions(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index b845c74c74a..757074b1fe9 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -1,6 +1,6 @@ FROM rocketchat/base:8 -ENV RC_VERSION 0.61.2 +ENV RC_VERSION 0.62.0-rc.0 MAINTAINER buildmaster@rocket.chat diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index e5edaee3498..257eb0ac8bd 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = ( appVersion = 62, # Increment this for every release. - appMarketingVersion = (defaultText = "0.61.2"), + appMarketingVersion = (defaultText = "0.62.0-rc.0"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing. diff --git a/.travis/snap.sh b/.travis/snap.sh index 157b8d19769..b554acdfaf3 100755 --- a/.travis/snap.sh +++ b/.travis/snap.sh @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then RC_VERSION=$TRAVIS_TAG else CHANNEL=edge - RC_VERSION=0.61.2 + RC_VERSION=0.62.0-rc.0 fi echo "Preparing to trigger a snap release for $CHANNEL channel" diff --git a/HISTORY.md b/HISTORY.md index b8fb45f406f..8f286b5852e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,78 @@ + +# 0.62.0-rc.0 (2018-02-21) + + +### BREAKING CHANGES + +- [#9711](https://github.com/RocketChat/Rocket.Chat/pull/9711) Remove Graphics/Image Magick support + + +### New Features + +- [#9549](https://github.com/RocketChat/Rocket.Chat/pull/9549) Add route to get user shield/badge +- [#9457](https://github.com/RocketChat/Rocket.Chat/pull/9457) Add user settings / preferences API endpoint +- [#7098](https://github.com/RocketChat/Rocket.Chat/pull/7098) Alert admins when user requires approval & alert users when the account is approved/activated/deactivated +- [#9527](https://github.com/RocketChat/Rocket.Chat/pull/9527) Allow configuration of SAML logout behavior +- [#8193](https://github.com/RocketChat/Rocket.Chat/pull/8193) Allow request avatar placeholders as PNG or JPG instead of SVG +- [#9312](https://github.com/RocketChat/Rocket.Chat/pull/9312) Allow sounds when conversation is focused +- [#9519](https://github.com/RocketChat/Rocket.Chat/pull/9519) API to fetch permissions & user roles +- [#9642](https://github.com/RocketChat/Rocket.Chat/pull/9642) Browse more channels / Directory +- [#9778](https://github.com/RocketChat/Rocket.Chat/pull/9778) General alert banner +- [#9687](https://github.com/RocketChat/Rocket.Chat/pull/9687) Global message search (beta: disabled by default) +- [#8158](https://github.com/RocketChat/Rocket.Chat/pull/8158) GraphQL API +- [#9298](https://github.com/RocketChat/Rocket.Chat/pull/9298) Improved default welcome message +- [#8933](https://github.com/RocketChat/Rocket.Chat/pull/8933) Internal hubot support for Direct Messages and Private Groups +- [#9255](https://github.com/RocketChat/Rocket.Chat/pull/9255) Livestream tab +- [#9746](https://github.com/RocketChat/Rocket.Chat/pull/9746) Makes shield icon configurable +- [#9717](https://github.com/RocketChat/Rocket.Chat/pull/9717) Message read receipts +- [#9507](https://github.com/RocketChat/Rocket.Chat/pull/9507) New REST API to mark channel as read +- [#9608](https://github.com/RocketChat/Rocket.Chat/pull/9608) New sidebar layout +- [#9699](https://github.com/RocketChat/Rocket.Chat/pull/9699) Option to proxy files and avatars through the server +- [#9509](https://github.com/RocketChat/Rocket.Chat/pull/9509) REST API to use Spotlight +- [#9793](https://github.com/RocketChat/Rocket.Chat/pull/9793) Version update check + + +### Bug Fixes + +- [#9424](https://github.com/RocketChat/Rocket.Chat/pull/9424) 'Query' support for channels.list.joined, groups.list, groups.listAll, im.list +- [#9737](https://github.com/RocketChat/Rocket.Chat/pull/9737) API to retrive rooms was returning empty objects +- [#9487](https://github.com/RocketChat/Rocket.Chat/pull/9487) Chat Message Reactions REST API End Point +- [#9560](https://github.com/RocketChat/Rocket.Chat/pull/9560) Chrome 64 breaks jitsi-meet iframe +- [#9662](https://github.com/RocketChat/Rocket.Chat/pull/9662) Close button on file upload bar was not working +- [#9714](https://github.com/RocketChat/Rocket.Chat/pull/9714) Close Livechat conversation by visitor not working in version 0.61.0 +- [#9676](https://github.com/RocketChat/Rocket.Chat/pull/9676) Custom emoji was cropping sometimes +- [#9747](https://github.com/RocketChat/Rocket.Chat/pull/9747) DeprecationWarning: prom-client ... when starting Rocket Chat server +- [#9639](https://github.com/RocketChat/Rocket.Chat/pull/9639) Desktop notification not showing when avatar came from external storage service +- [#9776](https://github.com/RocketChat/Rocket.Chat/pull/9776) Emoji rendering on last message +- [#9640](https://github.com/RocketChat/Rocket.Chat/pull/9640) Facebook integration in livechat not working on version 0.61.0 +- [#9067](https://github.com/RocketChat/Rocket.Chat/pull/9067) Formal pronouns and some small mistakes in German texts +- [#9716](https://github.com/RocketChat/Rocket.Chat/pull/9716) GitLab OAuth does not work when GitLab’s URL ends with slash +- [#9697](https://github.com/RocketChat/Rocket.Chat/pull/9697) Harmonize channel-related actions +- [#9772](https://github.com/RocketChat/Rocket.Chat/pull/9772) Livechat conversation not receiving messages when start without form +- [#9599](https://github.com/RocketChat/Rocket.Chat/pull/9599) Livechat is not working when running in a sub path +- [#9750](https://github.com/RocketChat/Rocket.Chat/pull/9750) Livechat issues on external queue and lead capture +- [#9720](https://github.com/RocketChat/Rocket.Chat/pull/9720) Messages can't be quoted sometimes +- [#9454](https://github.com/RocketChat/Rocket.Chat/pull/9454) Missing link Site URLs in enrollment e-mails +- [#9610](https://github.com/RocketChat/Rocket.Chat/pull/9610) Missing string 'Username_already_exist' on the accountProfile page +- [#9520](https://github.com/RocketChat/Rocket.Chat/pull/9520) Rest API helpers only applying to v1 +- [#9696](https://github.com/RocketChat/Rocket.Chat/pull/9696) Show custom room types icon in channel header +- [#9570](https://github.com/RocketChat/Rocket.Chat/pull/9570) SVG avatars are not been displayed correctly when load in non HTML containers +- [#9623](https://github.com/RocketChat/Rocket.Chat/pull/9623) Weird rendering of emojis at sidebar when `last message` is activated +- [#9665](https://github.com/RocketChat/Rocket.Chat/pull/9665) Wrong behavior of rooms info's *Read Only* and *Collaborative* buttons + + +
+Others + +- [#9218](https://github.com/RocketChat/Rocket.Chat/pull/9218) [NEW] Image preview as 32x32 base64 jpeg +- [#9753](https://github.com/RocketChat/Rocket.Chat/pull/9753) Move NRR package to inside the project and convert from CoffeeScript +- [#9666](https://github.com/RocketChat/Rocket.Chat/pull/9666) Rocket.Chat Apps +- [#9796](https://github.com/RocketChat/Rocket.Chat/pull/9796) Sync from Master +- [#9546](https://github.com/RocketChat/Rocket.Chat/pull/9546) Update to meteor 1.6.1 +
+ + + ## 0.61.2 (2018-02-20) diff --git a/package.json b/package.json index 3b2f481cb95..18fbced8a96 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "0.61.2", + "version": "0.62.0-rc.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index 0599a6e3b20..dbe62aedcf4 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.61.2" + "version": "0.62.0-rc.0" } From 4e924cad9ecec79b496cfa52730d00dcc53a28a5 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Thu, 22 Feb 2018 18:23:54 -0300 Subject: [PATCH 2/6] Bump version to 0.62.0-rc.1 --- .docker/Dockerfile | 2 +- .sandstorm/sandstorm-pkgdef.capnp | 2 +- .travis/snap.sh | 2 +- HISTORY.md | 23 +++++++++++++++++++++++ package.json | 2 +- packages/rocketchat-lib/rocketchat.info | 2 +- 6 files changed, 28 insertions(+), 5 deletions(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index 757074b1fe9..2a879c9e7dc 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -1,6 +1,6 @@ FROM rocketchat/base:8 -ENV RC_VERSION 0.62.0-rc.0 +ENV RC_VERSION 0.62.0-rc.1 MAINTAINER buildmaster@rocket.chat diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 257eb0ac8bd..276e87272e9 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = ( appVersion = 62, # Increment this for every release. - appMarketingVersion = (defaultText = "0.62.0-rc.0"), + appMarketingVersion = (defaultText = "0.62.0-rc.1"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing. diff --git a/.travis/snap.sh b/.travis/snap.sh index b554acdfaf3..4e08d9e6a42 100755 --- a/.travis/snap.sh +++ b/.travis/snap.sh @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then RC_VERSION=$TRAVIS_TAG else CHANNEL=edge - RC_VERSION=0.62.0-rc.0 + RC_VERSION=0.62.0-rc.1 fi echo "Preparing to trigger a snap release for $CHANNEL channel" diff --git a/HISTORY.md b/HISTORY.md index 8f286b5852e..400f5b0ea89 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,26 @@ + +# 0.62.0-rc.1 (2018-02-22) + + +### Bug Fixes + +- [#9802](https://github.com/RocketChat/Rocket.Chat/pull/9802) Not receiving sound notifications in rooms created by new LiveChats + + +
+Others + +- [#9811](https://github.com/RocketChat/Rocket.Chat/pull/9811) Dependencies update +- [#9797](https://github.com/RocketChat/Rocket.Chat/pull/9797) Develop fix sync from master +- [#9821](https://github.com/RocketChat/Rocket.Chat/pull/9821) Fix: Custom fields not showing on user info panel +- [#9843](https://github.com/RocketChat/Rocket.Chat/pull/9843) Regression: Avatar now open account related options +- [#9837](https://github.com/RocketChat/Rocket.Chat/pull/9837) Regression: Open search using ctrl/cmd + p and ctrl/cmd + k +- [#9804](https://github.com/RocketChat/Rocket.Chat/pull/9804) Regression: Page was not respecting the window height on Firefox +- [#9839](https://github.com/RocketChat/Rocket.Chat/pull/9839) Regression: Search bar is now full width +
+ + + # 0.62.0-rc.0 (2018-02-21) diff --git a/package.json b/package.json index 5aab5bf0911..bde580931da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "0.62.0-rc.0", + "version": "0.62.0-rc.1", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index dbe62aedcf4..a4f908b1d3b 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.62.0-rc.0" + "version": "0.62.0-rc.1" } From e5822675a1dd627f9c8d7f3b47a4cb8a2079ce9a Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Fri, 23 Feb 2018 18:37:54 -0300 Subject: [PATCH 3/6] Bump version to 0.62.0-rc.2 --- .docker/Dockerfile | 2 +- .sandstorm/sandstorm-pkgdef.capnp | 2 +- .travis/snap.sh | 2 +- HISTORY.md | 19 +++++++++++++++++++ package.json | 2 +- packages/rocketchat-lib/rocketchat.info | 2 +- 6 files changed, 24 insertions(+), 5 deletions(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index 2a879c9e7dc..38832f84b34 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -1,6 +1,6 @@ FROM rocketchat/base:8 -ENV RC_VERSION 0.62.0-rc.1 +ENV RC_VERSION 0.62.0-rc.2 MAINTAINER buildmaster@rocket.chat diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 276e87272e9..b80c27e3851 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = ( appVersion = 62, # Increment this for every release. - appMarketingVersion = (defaultText = "0.62.0-rc.1"), + appMarketingVersion = (defaultText = "0.62.0-rc.2"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing. diff --git a/.travis/snap.sh b/.travis/snap.sh index 4e08d9e6a42..e4f66494d6e 100755 --- a/.travis/snap.sh +++ b/.travis/snap.sh @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then RC_VERSION=$TRAVIS_TAG else CHANNEL=edge - RC_VERSION=0.62.0-rc.1 + RC_VERSION=0.62.0-rc.2 fi echo "Preparing to trigger a snap release for $CHANNEL channel" diff --git a/HISTORY.md b/HISTORY.md index 400f5b0ea89..7ac55489f90 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,22 @@ + +# 0.62.0-rc.2 (2018-02-23) + + +### Bug Fixes + +- [#9858](https://github.com/RocketChat/Rocket.Chat/pull/9858) Silence the update check error message + + +
+Others + +- [#9851](https://github.com/RocketChat/Rocket.Chat/pull/9851) Regression: Change create channel icon +- [#9845](https://github.com/RocketChat/Rocket.Chat/pull/9845) Regression: Fix admin/user settings item text +- [#9852](https://github.com/RocketChat/Rocket.Chat/pull/9852) Regression: Fix channel icons on safari +
+ + + # 0.62.0-rc.1 (2018-02-22) diff --git a/package.json b/package.json index bde580931da..eb14b7cb5ae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "0.62.0-rc.1", + "version": "0.62.0-rc.2", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index a4f908b1d3b..35386fc98b4 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.62.0-rc.1" + "version": "0.62.0-rc.2" } From 5b4d9e921efc26f17dbd52deca34ef938280da38 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Mon, 26 Feb 2018 21:06:01 -0300 Subject: [PATCH 4/6] Bump version to 0.62.0-rc.3 --- .docker/Dockerfile | 2 +- .sandstorm/sandstorm-pkgdef.capnp | 2 +- .travis/snap.sh | 2 +- HISTORY.md | 24 ++++++++++++++++++++++++ package.json | 2 +- packages/rocketchat-lib/rocketchat.info | 2 +- 6 files changed, 29 insertions(+), 5 deletions(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index 38832f84b34..edca9bccfde 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -1,6 +1,6 @@ FROM rocketchat/base:8 -ENV RC_VERSION 0.62.0-rc.2 +ENV RC_VERSION 0.62.0-rc.3 MAINTAINER buildmaster@rocket.chat diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index b80c27e3851..ffd278570e5 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = ( appVersion = 62, # Increment this for every release. - appMarketingVersion = (defaultText = "0.62.0-rc.2"), + appMarketingVersion = (defaultText = "0.62.0-rc.3"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing. diff --git a/.travis/snap.sh b/.travis/snap.sh index e4f66494d6e..886ea35e46d 100755 --- a/.travis/snap.sh +++ b/.travis/snap.sh @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then RC_VERSION=$TRAVIS_TAG else CHANNEL=edge - RC_VERSION=0.62.0-rc.2 + RC_VERSION=0.62.0-rc.3 fi echo "Preparing to trigger a snap release for $CHANNEL channel" diff --git a/HISTORY.md b/HISTORY.md index 7ac55489f90..b113e15f23b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,27 @@ + +# 0.62.0-rc.3 (2018-02-27) + + +### Bug Fixes + +- [#9850](https://github.com/RocketChat/Rocket.Chat/pull/9850) Importers no longer working due to the FileUpload changes +- [#9888](https://github.com/RocketChat/Rocket.Chat/pull/9888) Misplaced "Save Changes" button in user account panel +- [#9877](https://github.com/RocketChat/Rocket.Chat/pull/9877) Not Translated Phrases +- [#9884](https://github.com/RocketChat/Rocket.Chat/pull/9884) Parsing messages with multiple markdown matches ignore some tokens +- [#9879](https://github.com/RocketChat/Rocket.Chat/pull/9879) Snap build was failing + + +
+Others + +- [#9902](https://github.com/RocketChat/Rocket.Chat/pull/9902) Fix Apps not working on multi-instance deployments +- [#9905](https://github.com/RocketChat/Rocket.Chat/pull/9905) Regression: Improve sidebar filter +- [#9889](https://github.com/RocketChat/Rocket.Chat/pull/9889) Regression: Overlapping header in user profile panel +- [#9897](https://github.com/RocketChat/Rocket.Chat/pull/9897) Regression: sort on room's list not working correctly +
+ + + # 0.62.0-rc.2 (2018-02-23) diff --git a/package.json b/package.json index eb14b7cb5ae..0b9fbe13c0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "0.62.0-rc.2", + "version": "0.62.0-rc.3", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index 35386fc98b4..b1a8c811ac9 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.62.0-rc.2" + "version": "0.62.0-rc.3" } From 1cfdd0befb3f389ad40114a8d61eabbb4d37d2df Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Tue, 27 Feb 2018 21:21:09 -0300 Subject: [PATCH 5/6] Bump version to 0.62.0 --- .docker/Dockerfile | 2 +- .sandstorm/sandstorm-pkgdef.capnp | 2 +- .travis/snap.sh | 2 +- HISTORY.md | 137 ++++++++++++++++++++++-- package.json | 2 +- packages/rocketchat-lib/rocketchat.info | 2 +- 6 files changed, 134 insertions(+), 13 deletions(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index edca9bccfde..4dd6fde1e5c 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -1,6 +1,6 @@ FROM rocketchat/base:8 -ENV RC_VERSION 0.62.0-rc.3 +ENV RC_VERSION 0.62.0 MAINTAINER buildmaster@rocket.chat diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index ffd278570e5..ab32356eb11 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = ( appVersion = 62, # Increment this for every release. - appMarketingVersion = (defaultText = "0.62.0-rc.3"), + appMarketingVersion = (defaultText = "0.62.0"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing. diff --git a/.travis/snap.sh b/.travis/snap.sh index 886ea35e46d..e07003b139e 100755 --- a/.travis/snap.sh +++ b/.travis/snap.sh @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then RC_VERSION=$TRAVIS_TAG else CHANNEL=edge - RC_VERSION=0.62.0-rc.3 + RC_VERSION=0.62.0 fi echo "Preparing to trigger a snap release for $CHANNEL channel" diff --git a/HISTORY.md b/HISTORY.md index b113e15f23b..1e6c26b34e9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,9 +1,67 @@ - -# 0.62.0-rc.3 (2018-02-27) + +# 0.62.0 (2018-02-28) + + +### BREAKING CHANGES + +- [#9711](https://github.com/RocketChat/Rocket.Chat/pull/9711) Remove Graphics/Image Magick support + + +### New Features + +- [#9549](https://github.com/RocketChat/Rocket.Chat/pull/9549) Add route to get user shield/badge +- [#9457](https://github.com/RocketChat/Rocket.Chat/pull/9457) Add user settings / preferences API endpoint +- [#7098](https://github.com/RocketChat/Rocket.Chat/pull/7098) Alert admins when user requires approval & alert users when the account is approved/activated/deactivated +- [#9527](https://github.com/RocketChat/Rocket.Chat/pull/9527) Allow configuration of SAML logout behavior +- [#8193](https://github.com/RocketChat/Rocket.Chat/pull/8193) Allow request avatar placeholders as PNG or JPG instead of SVG +- [#9312](https://github.com/RocketChat/Rocket.Chat/pull/9312) Allow sounds when conversation is focused +- [#9519](https://github.com/RocketChat/Rocket.Chat/pull/9519) API to fetch permissions & user roles +- [#9642](https://github.com/RocketChat/Rocket.Chat/pull/9642) Browse more channels / Directory +- [#9778](https://github.com/RocketChat/Rocket.Chat/pull/9778) General alert banner +- [#9687](https://github.com/RocketChat/Rocket.Chat/pull/9687) Global message search (beta: disabled by default) +- [#8158](https://github.com/RocketChat/Rocket.Chat/pull/8158) GraphQL API +- [#9298](https://github.com/RocketChat/Rocket.Chat/pull/9298) Improved default welcome message +- [#8933](https://github.com/RocketChat/Rocket.Chat/pull/8933) Internal hubot support for Direct Messages and Private Groups +- [#9255](https://github.com/RocketChat/Rocket.Chat/pull/9255) Livestream tab +- [#9746](https://github.com/RocketChat/Rocket.Chat/pull/9746) Makes shield icon configurable +- [#9717](https://github.com/RocketChat/Rocket.Chat/pull/9717) Message read receipts +- [#9507](https://github.com/RocketChat/Rocket.Chat/pull/9507) New REST API to mark channel as read +- [#9608](https://github.com/RocketChat/Rocket.Chat/pull/9608) New sidebar layout +- [#9699](https://github.com/RocketChat/Rocket.Chat/pull/9699) Option to proxy files and avatars through the server +- [#9509](https://github.com/RocketChat/Rocket.Chat/pull/9509) REST API to use Spotlight +- [#9793](https://github.com/RocketChat/Rocket.Chat/pull/9793) Version update check +- [#9934](https://github.com/RocketChat/Rocket.Chat/pull/9934) Typo on french translation for "Open" ### Bug Fixes +- [#9424](https://github.com/RocketChat/Rocket.Chat/pull/9424) 'Query' support for channels.list.joined, groups.list, groups.listAll, im.list +- [#9737](https://github.com/RocketChat/Rocket.Chat/pull/9737) API to retrive rooms was returning empty objects +- [#9487](https://github.com/RocketChat/Rocket.Chat/pull/9487) Chat Message Reactions REST API End Point +- [#9560](https://github.com/RocketChat/Rocket.Chat/pull/9560) Chrome 64 breaks jitsi-meet iframe +- [#9662](https://github.com/RocketChat/Rocket.Chat/pull/9662) Close button on file upload bar was not working +- [#9714](https://github.com/RocketChat/Rocket.Chat/pull/9714) Close Livechat conversation by visitor not working in version 0.61.0 +- [#9676](https://github.com/RocketChat/Rocket.Chat/pull/9676) Custom emoji was cropping sometimes +- [#9747](https://github.com/RocketChat/Rocket.Chat/pull/9747) DeprecationWarning: prom-client ... when starting Rocket Chat server +- [#9639](https://github.com/RocketChat/Rocket.Chat/pull/9639) Desktop notification not showing when avatar came from external storage service +- [#9776](https://github.com/RocketChat/Rocket.Chat/pull/9776) Emoji rendering on last message +- [#9640](https://github.com/RocketChat/Rocket.Chat/pull/9640) Facebook integration in livechat not working on version 0.61.0 +- [#9067](https://github.com/RocketChat/Rocket.Chat/pull/9067) Formal pronouns and some small mistakes in German texts +- [#9716](https://github.com/RocketChat/Rocket.Chat/pull/9716) GitLab OAuth does not work when GitLab’s URL ends with slash +- [#9697](https://github.com/RocketChat/Rocket.Chat/pull/9697) Harmonize channel-related actions +- [#9772](https://github.com/RocketChat/Rocket.Chat/pull/9772) Livechat conversation not receiving messages when start without form +- [#9599](https://github.com/RocketChat/Rocket.Chat/pull/9599) Livechat is not working when running in a sub path +- [#9750](https://github.com/RocketChat/Rocket.Chat/pull/9750) Livechat issues on external queue and lead capture +- [#9720](https://github.com/RocketChat/Rocket.Chat/pull/9720) Messages can't be quoted sometimes +- [#9454](https://github.com/RocketChat/Rocket.Chat/pull/9454) Missing link Site URLs in enrollment e-mails +- [#9610](https://github.com/RocketChat/Rocket.Chat/pull/9610) Missing string 'Username_already_exist' on the accountProfile page +- [#9520](https://github.com/RocketChat/Rocket.Chat/pull/9520) Rest API helpers only applying to v1 +- [#9696](https://github.com/RocketChat/Rocket.Chat/pull/9696) Show custom room types icon in channel header +- [#9570](https://github.com/RocketChat/Rocket.Chat/pull/9570) SVG avatars are not been displayed correctly when load in non HTML containers +- [#9623](https://github.com/RocketChat/Rocket.Chat/pull/9623) Weird rendering of emojis at sidebar when `last message` is activated +- [#9665](https://github.com/RocketChat/Rocket.Chat/pull/9665) Wrong behavior of rooms info's *Read Only* and *Collaborative* buttons +- [#9802](https://github.com/RocketChat/Rocket.Chat/pull/9802) Not receiving sound notifications in rooms created by new LiveChats +- [#9858](https://github.com/RocketChat/Rocket.Chat/pull/9858) Silence the update check error message - [#9850](https://github.com/RocketChat/Rocket.Chat/pull/9850) Importers no longer working due to the FileUpload changes - [#9888](https://github.com/RocketChat/Rocket.Chat/pull/9888) Misplaced "Save Changes" button in user account panel - [#9877](https://github.com/RocketChat/Rocket.Chat/pull/9877) Not Translated Phrases @@ -14,16 +72,80 @@
Others +- [#9218](https://github.com/RocketChat/Rocket.Chat/pull/9218) [NEW] Image preview as 32x32 base64 jpeg +- [#9753](https://github.com/RocketChat/Rocket.Chat/pull/9753) Move NRR package to inside the project and convert from CoffeeScript +- [#9666](https://github.com/RocketChat/Rocket.Chat/pull/9666) Rocket.Chat Apps +- [#9796](https://github.com/RocketChat/Rocket.Chat/pull/9796) Sync from Master +- [#9546](https://github.com/RocketChat/Rocket.Chat/pull/9546) Update to meteor 1.6.1 +- [#9811](https://github.com/RocketChat/Rocket.Chat/pull/9811) Dependencies update +- [#9797](https://github.com/RocketChat/Rocket.Chat/pull/9797) Develop fix sync from master +- [#9821](https://github.com/RocketChat/Rocket.Chat/pull/9821) Fix: Custom fields not showing on user info panel +- [#9843](https://github.com/RocketChat/Rocket.Chat/pull/9843) Regression: Avatar now open account related options +- [#9837](https://github.com/RocketChat/Rocket.Chat/pull/9837) Regression: Open search using ctrl/cmd + p and ctrl/cmd + k +- [#9804](https://github.com/RocketChat/Rocket.Chat/pull/9804) Regression: Page was not respecting the window height on Firefox +- [#9839](https://github.com/RocketChat/Rocket.Chat/pull/9839) Regression: Search bar is now full width +- [#9851](https://github.com/RocketChat/Rocket.Chat/pull/9851) Regression: Change create channel icon +- [#9845](https://github.com/RocketChat/Rocket.Chat/pull/9845) Regression: Fix admin/user settings item text +- [#9852](https://github.com/RocketChat/Rocket.Chat/pull/9852) Regression: Fix channel icons on safari - [#9902](https://github.com/RocketChat/Rocket.Chat/pull/9902) Fix Apps not working on multi-instance deployments - [#9905](https://github.com/RocketChat/Rocket.Chat/pull/9905) Regression: Improve sidebar filter - [#9889](https://github.com/RocketChat/Rocket.Chat/pull/9889) Regression: Overlapping header in user profile panel - [#9897](https://github.com/RocketChat/Rocket.Chat/pull/9897) Regression: sort on room's list not working correctly +- [#9908](https://github.com/RocketChat/Rocket.Chat/pull/9908) Improve link handling for attachments +- [#9931](https://github.com/RocketChat/Rocket.Chat/pull/9931) Regression: Directory now list default channel +- [#9928](https://github.com/RocketChat/Rocket.Chat/pull/9928) Regression: Fix livechat queue link +- [#9883](https://github.com/RocketChat/Rocket.Chat/pull/9883) Regression: Misplaced language dropdown in user preferences panel +
- -# 0.62.0-rc.2 (2018-02-23) +
+Detils + +## 0.62.0 (2018-02-28) + + +### Bug Fixes + +- [#9934](https://github.com/RocketChat/Rocket.Chat/pull/9934) Typo on french translation for "Open" + + +
+Others + +- [#9908](https://github.com/RocketChat/Rocket.Chat/pull/9908) Improve link handling for attachments +- [#9931](https://github.com/RocketChat/Rocket.Chat/pull/9931) Regression: Directory now list default channel +- [#9928](https://github.com/RocketChat/Rocket.Chat/pull/9928) Regression: Fix livechat queue link +- [#9883](https://github.com/RocketChat/Rocket.Chat/pull/9883) Regression: Misplaced language dropdown in user preferences panel +
+ + + +## 0.62.0-rc.3 (2018-02-27) + + +### Bug Fixes + +- [#9850](https://github.com/RocketChat/Rocket.Chat/pull/9850) Importers no longer working due to the FileUpload changes +- [#9888](https://github.com/RocketChat/Rocket.Chat/pull/9888) Misplaced "Save Changes" button in user account panel +- [#9877](https://github.com/RocketChat/Rocket.Chat/pull/9877) Not Translated Phrases +- [#9884](https://github.com/RocketChat/Rocket.Chat/pull/9884) Parsing messages with multiple markdown matches ignore some tokens +- [#9879](https://github.com/RocketChat/Rocket.Chat/pull/9879) Snap build was failing + + +
+Others + +- [#9902](https://github.com/RocketChat/Rocket.Chat/pull/9902) Fix Apps not working on multi-instance deployments +- [#9905](https://github.com/RocketChat/Rocket.Chat/pull/9905) Regression: Improve sidebar filter +- [#9889](https://github.com/RocketChat/Rocket.Chat/pull/9889) Regression: Overlapping header in user profile panel +- [#9897](https://github.com/RocketChat/Rocket.Chat/pull/9897) Regression: sort on room's list not working correctly +
+ + + +## 0.62.0-rc.2 (2018-02-23) ### Bug Fixes @@ -41,8 +163,7 @@ - -# 0.62.0-rc.1 (2018-02-22) +## 0.62.0-rc.1 (2018-02-22) ### Bug Fixes @@ -64,8 +185,7 @@ - -# 0.62.0-rc.0 (2018-02-21) +## 0.62.0-rc.0 (2018-02-21) ### BREAKING CHANGES @@ -136,6 +256,7 @@ - [#9796](https://github.com/RocketChat/Rocket.Chat/pull/9796) Sync from Master - [#9546](https://github.com/RocketChat/Rocket.Chat/pull/9546) Update to meteor 1.6.1
+ diff --git a/package.json b/package.json index 0b9fbe13c0f..676512cd3de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "0.62.0-rc.3", + "version": "0.62.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index b1a8c811ac9..f0e2ac51dab 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.62.0-rc.3" + "version": "0.62.0" } From 9fa74a0a1e285684553016eaf23bfca75d647bfc Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Fri, 2 Mar 2018 17:43:39 -0300 Subject: [PATCH 6/6] Bump version to 0.63.0-develop --- .docker/Dockerfile | 2 +- .sandstorm/sandstorm-pkgdef.capnp | 2 +- .travis/snap.sh | 2 +- package.json | 2 +- packages/rocketchat-lib/rocketchat.info | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index 4dd6fde1e5c..681f04429a2 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -1,6 +1,6 @@ FROM rocketchat/base:8 -ENV RC_VERSION 0.62.0 +ENV RC_VERSION 0.63.0-develop MAINTAINER buildmaster@rocket.chat diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index ab32356eb11..1f51bd69210 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = ( appVersion = 62, # Increment this for every release. - appMarketingVersion = (defaultText = "0.62.0"), + appMarketingVersion = (defaultText = "0.63.0-develop"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing. diff --git a/.travis/snap.sh b/.travis/snap.sh index e07003b139e..e663baeb15d 100755 --- a/.travis/snap.sh +++ b/.travis/snap.sh @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then RC_VERSION=$TRAVIS_TAG else CHANNEL=edge - RC_VERSION=0.62.0 + RC_VERSION=0.63.0-develop fi echo "Preparing to trigger a snap release for $CHANNEL channel" diff --git a/package.json b/package.json index 676512cd3de..a06da42663b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "0.62.0", + "version": "0.63.0-develop", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index f0e2ac51dab..5db7177fdf2 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.62.0" + "version": "0.63.0-develop" }