Skip to content

Commit 54738c0

Browse files
authored
Merge pull request #10660 from RocketChat/release-0.64.1
Release 0.64.1
2 parents 2fae79a + f8c99e2 commit 54738c0

File tree

23 files changed

+346
-208
lines changed

23 files changed

+346
-208
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM rocketchat/base:8
22

3-
ENV RC_VERSION 0.64.0
3+
ENV RC_VERSION 0.64.1
44

55
66

.docker/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7
22

3-
ENV RC_VERSION 0.64.0
3+
ENV RC_VERSION 0.64.1
44

55
66

.github/history.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13238,5 +13238,69 @@
1323813238
"web-flow"
1323913239
]
1324013240
}
13241+
],
13242+
"0.64.1": [
13243+
{
13244+
"pr": "10597",
13245+
"title": "[NEW] Store the last sent message to show bellow the room's name by default",
13246+
"userLogin": "graywolf336",
13247+
"milestone": "0.64.1",
13248+
"contributors": [
13249+
"graywolf336",
13250+
"engelgabriel",
13251+
"web-flow",
13252+
"rodrigok"
13253+
]
13254+
},
13255+
{
13256+
"pr": "10529",
13257+
"title": "Support passing extra connection options to the Mongo driver",
13258+
"userLogin": "saplla",
13259+
"milestone": "0.64.1",
13260+
"contributors": [
13261+
"saplla",
13262+
"web-flow",
13263+
"engelgabriel"
13264+
]
13265+
},
13266+
{
13267+
"pr": "10615",
13268+
"title": "[FIX] E-mails were hidden some information",
13269+
"userLogin": "rodrigok",
13270+
"milestone": "0.64.1",
13271+
"contributors": [
13272+
"rodrigok"
13273+
]
13274+
},
13275+
{
13276+
"pr": "10611",
13277+
"title": "Regression: Updating an App on multi-instance servers wasn't working",
13278+
"userLogin": "graywolf336",
13279+
"milestone": "0.64.1",
13280+
"contributors": [
13281+
"graywolf336",
13282+
"engelgabriel",
13283+
"web-flow"
13284+
]
13285+
},
13286+
{
13287+
"pr": "10627",
13288+
"title": "[FIX] Regression on 0.64.0 was freezing the application when posting some URLs",
13289+
"userLogin": "rodrigok",
13290+
"milestone": "0.64.1",
13291+
"contributors": [
13292+
"rodrigok",
13293+
"sampaiodiego"
13294+
]
13295+
},
13296+
{
13297+
"pr": "10648",
13298+
"title": "Dependencies update",
13299+
"userLogin": "engelgabriel",
13300+
"milestone": "0.64.1",
13301+
"contributors": [
13302+
"engelgabriel"
13303+
]
13304+
}
1324113305
]
1324213306
}

.meteor/versions

Lines changed: 2 additions & 2 deletions

.sandstorm/sandstorm-pkgdef.capnp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
1919

2020
appTitle = (defaultText = "Rocket.Chat"),
2121

22-
appVersion = 63, # Increment this for every release.
22+
appVersion = 64, # Increment this for every release.
2323

24-
appMarketingVersion = (defaultText = "0.64.0"),
24+
appMarketingVersion = (defaultText = "0.64.1"),
2525
# Human-readable representation of appVersion. Should match the way you
2626
# identify versions of your app in documentation and marketing.
2727

.travis/snap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
1717
RC_VERSION=$TRAVIS_TAG
1818
else
1919
CHANNEL=edge
20-
RC_VERSION=0.64.0
20+
RC_VERSION=0.64.1
2121
fi
2222

2323
echo "Preparing to trigger a snap release for $CHANNEL channel"

HISTORY.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11

2+
# 0.64.1
3+
` · 1 🎉 · 2 🐛 · 3 🔍 · 1 👩‍💻👨‍💻`
4+
5+
### 🎉 New features
6+
7+
- Store the last sent message to show bellow the room's name by default ([#10597](https://github.com/RocketChat/Rocket.Chat/pull/10597))
8+
9+
### 🐛 Bug fixes
10+
11+
- E-mails were hidden some information ([#10615](https://github.com/RocketChat/Rocket.Chat/pull/10615))
12+
- Regression on 0.64.0 was freezing the application when posting some URLs ([#10627](https://github.com/RocketChat/Rocket.Chat/pull/10627))
13+
14+
<details>
15+
<summary>🔍 Minor changes</summary>
16+
17+
- Support passing extra connection options to the Mongo driver ([#10529](https://github.com/RocketChat/Rocket.Chat/pull/10529) by [@saplla](https://github.com/saplla))
18+
- Regression: Updating an App on multi-instance servers wasn't working ([#10611](https://github.com/RocketChat/Rocket.Chat/pull/10611))
19+
- Dependencies update ([#10648](https://github.com/RocketChat/Rocket.Chat/pull/10648))
20+
21+
</details>
22+
23+
### 👩‍💻👨‍💻 Contributors 😍
24+
25+
- [@saplla](https://github.com/saplla)
26+
227
# 0.64.0
3-
` · 2 ️️️⚠️ · 18 🎉 · 44 🐛 · 33 🔍 · 18 👩‍💻👨‍💻`
28+
`2018-04-28 · 2 ️️️⚠️ · 18 🎉 · 44 🐛 · 33 🔍 · 18 👩‍💻👨‍💻`
429

530
### ⚠️ BREAKING CHANGES
631

0 commit comments

Comments
 (0)