diff --git a/.docker/Dockerfile.rhel b/.docker/Dockerfile.rhel
index 85872ba472b..4ba3451775e 100644
--- a/.docker/Dockerfile.rhel
+++ b/.docker/Dockerfile.rhel
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7
-ENV RC_VERSION 0.73.0-rc.0
+ENV RC_VERSION 0.73.0-rc.1
MAINTAINER buildmaster@rocket.chat
diff --git a/.github/history.json b/.github/history.json
index de05c3da762..6d027b76d27 100644
--- a/.github/history.json
+++ b/.github/history.json
@@ -24208,6 +24208,160 @@
]
}
]
+ },
+ "0.72.1": {
+ "pull_requests": [
+ {
+ "pr": "12850",
+ "title": "Release 0.72.1",
+ "userLogin": "rodrigok",
+ "contributors": [
+ "tassoevan",
+ "rodrigok",
+ "Hudell",
+ "MarcosSpessatto",
+ "piotrkochan",
+ "ohmonster",
+ "d-gubert",
+ "sampaiodiego"
+ ]
+ },
+ {
+ "pr": "12848",
+ "title": "Bump Apps-Engine version",
+ "userLogin": "d-gubert",
+ "milestone": "0.72.1",
+ "contributors": [
+ "d-gubert"
+ ]
+ },
+ {
+ "pr": "12818",
+ "title": "[FIX] Change spread operator to Array.from for Edge browser",
+ "userLogin": "ohmonster",
+ "milestone": "0.72.1",
+ "contributors": [
+ "ohmonster"
+ ]
+ },
+ {
+ "pr": "12727",
+ "title": "[FIX] API users.info returns caller rooms and not requested user ones",
+ "userLogin": "piotrkochan",
+ "milestone": "0.72.1",
+ "contributors": [
+ "piotrkochan",
+ "web-flow"
+ ]
+ },
+ {
+ "pr": "12804",
+ "title": "Change file order in rocketchat-cors",
+ "userLogin": "MarcosSpessatto",
+ "milestone": "0.72.1",
+ "contributors": [
+ "MarcosSpessatto"
+ ]
+ },
+ {
+ "pr": "12847",
+ "title": "[FIX] Missing HipChat Enterprise Importer",
+ "userLogin": "Hudell",
+ "milestone": "0.72.1",
+ "contributors": [
+ "Hudell"
+ ]
+ },
+ {
+ "pr": "12805",
+ "title": "[FIX] Emoji as avatar",
+ "userLogin": "tassoevan",
+ "milestone": "0.72.1",
+ "contributors": [
+ "tassoevan"
+ ]
+ }
+ ]
+ },
+ "0.72.2": {
+ "pull_requests": [
+ {
+ "pr": "12901",
+ "title": "Release 0.72.2",
+ "userLogin": "sampaiodiego",
+ "contributors": [
+ "tassoevan",
+ "sampaiodiego"
+ ]
+ },
+ {
+ "pr": "12900",
+ "title": "[FIX] line-height for unread bar buttons (jump to first and mark as read)",
+ "userLogin": "tassoevan",
+ "milestone": "0.72.2",
+ "contributors": [
+ "tassoevan"
+ ]
+ },
+ {
+ "pr": "12898",
+ "title": "[FIX] Reset password email",
+ "userLogin": "sampaiodiego",
+ "milestone": "0.72.2",
+ "contributors": [
+ "sampaiodiego"
+ ]
+ },
+ {
+ "pr": "12882",
+ "title": "[FIX] PDF view loading indicator",
+ "userLogin": "tassoevan",
+ "milestone": "0.72.2",
+ "contributors": [
+ "tassoevan"
+ ]
+ }
+ ]
+ },
+ "0.72.3": {
+ "pull_requests": [
+ {
+ "pr": "12932",
+ "title": "Release 0.72.3",
+ "userLogin": "rodrigok",
+ "contributors": [
+ "rodrigok",
+ "ggazzo",
+ "Hudell",
+ "tassoevan",
+ "piotrkochan"
+ ]
+ }
+ ]
+ },
+ "0.73.0-rc.1": {
+ "node_version": "8.11.4",
+ "npm_version": "6.4.1",
+ "pull_requests": [
+ {
+ "pr": "13021",
+ "title": "Change `chat.getDeletedMessages` to get messages after informed date and return only message's _id",
+ "userLogin": "MarcosSpessatto",
+ "milestone": "0.73.0",
+ "contributors": [
+ "MarcosSpessatto"
+ ]
+ },
+ {
+ "pr": "13020",
+ "title": "Improve Importer code quality",
+ "userLogin": "Hudell",
+ "milestone": "0.73.0",
+ "contributors": [
+ "Hudell"
+ ]
+ }
+ ]
}
}
}
\ No newline at end of file
diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp
index f329cfb0985..cb108ff1e2c 100644
--- a/.sandstorm/sandstorm-pkgdef.capnp
+++ b/.sandstorm/sandstorm-pkgdef.capnp
@@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Rocket.Chat"),
- appVersion = 118, # Increment this for every release.
+ appVersion = 119, # Increment this for every release.
- appMarketingVersion = (defaultText = "0.73.0-rc.0"),
+ appMarketingVersion = (defaultText = "0.73.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 5d5b0ba6084..7a6e6474d0d 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.73.0-rc.0
+ RC_VERSION=0.73.0-rc.1
fi
echo "Preparing to trigger a snap release for $CHANNEL channel"
diff --git a/HISTORY.md b/HISTORY.md
index 394a098d3f7..20770bfd583 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,8 +1,24 @@
# 0.73.0 (Under Release Candidate Process)
+## 0.73.0-rc.1
+`2018-12-24 ยท 2 ๐ ยท 2 ๐ฉโ๐ป๐จโ๐ป`
+
+
+๐ Minor changes
+
+- Change `chat.getDeletedMessages` to get messages after informed date and return only message's _id ([#13021](https://github.com/RocketChat/Rocket.Chat/pull/13021))
+- Improve Importer code quality ([#13020](https://github.com/RocketChat/Rocket.Chat/pull/13020))
+
+
+
+### ๐ฉโ๐ป๐จโ๐ป Core Team ๐ค
+
+- [@Hudell](https://github.com/Hudell)
+- [@MarcosSpessatto](https://github.com/MarcosSpessatto)
+
## 0.73.0-rc.0
-`2018-12-20 ยท 10 ๐ ยท 9 ๐ ยท 39 ๐ ยท 83 ๐ ยท 27 ๐ฉโ๐ป๐จโ๐ป`
+`2018-12-20 ยท 10 ๐ ยท 9 ๐ ยท 33 ๐ ยท 81 ๐ ยท 26 ๐ฉโ๐ป๐จโ๐ป`
### ๐ New features
@@ -60,16 +76,10 @@
- Stream of my_message wasn't sending the room information ([#12914](https://github.com/RocketChat/Rocket.Chat/pull/12914))
- cannot reset password ([#12903](https://github.com/RocketChat/Rocket.Chat/pull/12903))
- Version check update notification ([#12905](https://github.com/RocketChat/Rocket.Chat/pull/12905))
-- line-height for unread bar buttons (jump to first and mark as read) ([#12900](https://github.com/RocketChat/Rocket.Chat/pull/12900))
-- PDF view loading indicator ([#12882](https://github.com/RocketChat/Rocket.Chat/pull/12882))
- Data Import not working ([#12866](https://github.com/RocketChat/Rocket.Chat/pull/12866))
- Incorrect parameter name in Livechat stream ([#12851](https://github.com/RocketChat/Rocket.Chat/pull/12851))
- Autotranslate icon on message action menu ([#12585](https://github.com/RocketChat/Rocket.Chat/pull/12585))
-- Change spread operator to Array.from for Edge browser ([#12818](https://github.com/RocketChat/Rocket.Chat/pull/12818) by [@ohmonster](https://github.com/ohmonster))
-- API users.info returns caller rooms and not requested user ones ([#12727](https://github.com/RocketChat/Rocket.Chat/pull/12727) by [@piotrkochan](https://github.com/piotrkochan))
-- Missing HipChat Enterprise Importer ([#12847](https://github.com/RocketChat/Rocket.Chat/pull/12847))
- Google Cloud Storage storage provider ([#12843](https://github.com/RocketChat/Rocket.Chat/pull/12843))
-- Emoji as avatar ([#12805](https://github.com/RocketChat/Rocket.Chat/pull/12805))
๐ Minor changes
@@ -102,9 +112,7 @@
- Convert rocketchat-ui-login to main module structure ([#12861](https://github.com/RocketChat/Rocket.Chat/pull/12861))
- Convert rocketchat-ui-flextab to main module structure ([#12859](https://github.com/RocketChat/Rocket.Chat/pull/12859))
- German translation typo fix for Reacted_with ([#12761](https://github.com/RocketChat/Rocket.Chat/pull/12761) by [@localguru](https://github.com/localguru))
-- Bump Apps-Engine version ([#12848](https://github.com/RocketChat/Rocket.Chat/pull/12848))
- Convert rocketchat-ui-account to main module structure ([#12842](https://github.com/RocketChat/Rocket.Chat/pull/12842))
-- Change file order in rocketchat-cors ([#12804](https://github.com/RocketChat/Rocket.Chat/pull/12804))
- Convert rocketchat-ui-clean-history to main module structure ([#12846](https://github.com/RocketChat/Rocket.Chat/pull/12846))
- Convert rocketchat-ui-admin to main module structure ([#12844](https://github.com/RocketChat/Rocket.Chat/pull/12844))
- Convert rocketchat-tokenpass to main module structure ([#12838](https://github.com/RocketChat/Rocket.Chat/pull/12838))
@@ -170,7 +178,6 @@
- [@localguru](https://github.com/localguru)
- [@lvyue](https://github.com/lvyue)
- [@mathysie](https://github.com/mathysie)
-- [@ohmonster](https://github.com/ohmonster)
- [@piotrkochan](https://github.com/piotrkochan)
- [@rssilva](https://github.com/rssilva)
- [@sanketsingh24](https://github.com/sanketsingh24)
@@ -193,6 +200,80 @@
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)
+# 0.72.3
+`2018-12-12 ยท 1 ๐ ยท 5 ๐ฉโ๐ป๐จโ๐ป`
+
+
+๐ Minor changes
+
+- Release 0.72.3 ([#12932](https://github.com/RocketChat/Rocket.Chat/pull/12932) by [@piotrkochan](https://github.com/piotrkochan))
+
+
+
+### ๐ฉโ๐ป๐จโ๐ป Contributors ๐
+
+- [@piotrkochan](https://github.com/piotrkochan)
+
+### ๐ฉโ๐ป๐จโ๐ป Core Team ๐ค
+
+- [@Hudell](https://github.com/Hudell)
+- [@ggazzo](https://github.com/ggazzo)
+- [@rodrigok](https://github.com/rodrigok)
+- [@tassoevan](https://github.com/tassoevan)
+
+# 0.72.2
+`2018-12-10 ยท 2 ๐ ยท 1 ๐ ยท 2 ๐ฉโ๐ป๐จโ๐ป`
+
+### ๐ Bug fixes
+
+- line-height for unread bar buttons (jump to first and mark as read) ([#12900](https://github.com/RocketChat/Rocket.Chat/pull/12900))
+- PDF view loading indicator ([#12882](https://github.com/RocketChat/Rocket.Chat/pull/12882))
+
+
+๐ Minor changes
+
+- Release 0.72.2 ([#12901](https://github.com/RocketChat/Rocket.Chat/pull/12901))
+
+
+
+### ๐ฉโ๐ป๐จโ๐ป Core Team ๐ค
+
+- [@sampaiodiego](https://github.com/sampaiodiego)
+- [@tassoevan](https://github.com/tassoevan)
+
+# 0.72.1
+`2018-12-05 ยท 4 ๐ ยท 3 ๐ ยท 8 ๐ฉโ๐ป๐จโ๐ป`
+
+### ๐ Bug fixes
+
+- Change spread operator to Array.from for Edge browser ([#12818](https://github.com/RocketChat/Rocket.Chat/pull/12818) by [@ohmonster](https://github.com/ohmonster))
+- API users.info returns caller rooms and not requested user ones ([#12727](https://github.com/RocketChat/Rocket.Chat/pull/12727) by [@piotrkochan](https://github.com/piotrkochan))
+- Missing HipChat Enterprise Importer ([#12847](https://github.com/RocketChat/Rocket.Chat/pull/12847))
+- Emoji as avatar ([#12805](https://github.com/RocketChat/Rocket.Chat/pull/12805))
+
+
+๐ Minor changes
+
+- Release 0.72.1 ([#12850](https://github.com/RocketChat/Rocket.Chat/pull/12850) by [@ohmonster](https://github.com/ohmonster) & [@piotrkochan](https://github.com/piotrkochan))
+- Bump Apps-Engine version ([#12848](https://github.com/RocketChat/Rocket.Chat/pull/12848))
+- Change file order in rocketchat-cors ([#12804](https://github.com/RocketChat/Rocket.Chat/pull/12804))
+
+
+
+### ๐ฉโ๐ป๐จโ๐ป Contributors ๐
+
+- [@ohmonster](https://github.com/ohmonster)
+- [@piotrkochan](https://github.com/piotrkochan)
+
+### ๐ฉโ๐ป๐จโ๐ป Core Team ๐ค
+
+- [@Hudell](https://github.com/Hudell)
+- [@MarcosSpessatto](https://github.com/MarcosSpessatto)
+- [@d-gubert](https://github.com/d-gubert)
+- [@rodrigok](https://github.com/rodrigok)
+- [@sampaiodiego](https://github.com/sampaiodiego)
+- [@tassoevan](https://github.com/tassoevan)
+
# 0.72.0
`2018-11-28 ยท 1 ๏ธ๏ธ๏ธโ ๏ธ ยท 6 ๐ ยท 16 ๐ ยท 22 ๐ ยท 79 ๐ ยท 25 ๐ฉโ๐ป๐จโ๐ป`
diff --git a/package.json b/package.json
index 43c7dcc51cd..8649bb12bcc 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
- "version": "0.73.0-rc.0",
+ "version": "0.73.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 30c14e11fd8..02649186aa5 100644
--- a/packages/rocketchat-lib/rocketchat.info
+++ b/packages/rocketchat-lib/rocketchat.info
@@ -1,3 +1,3 @@
{
- "version": "0.73.0-rc.0"
+ "version": "0.73.0-rc.1"
}