Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.64.1 #10660

Merged
merged 31 commits into from
May 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
bec34f7
- Support passing extra connection options to the Mongo driver. See h…
saplla Apr 20, 2018
92e1f7e
Merge branch 'develop' into mongo-connection-options
saplla Apr 20, 2018
7c0be92
Merge branch 'develop' into mongo-connection-options
engelgabriel Apr 21, 2018
ed50536
- Merge call to `setConnectionOptions` with existing call elsewhere
saplla Apr 23, 2018
da2e2b7
Merge branch 'develop' into mongo-connection-options
saplla Apr 23, 2018
84f4f4a
Merge branch 'develop' into mongo-connection-options
saplla Apr 23, 2018
20b0fd2
Merge branch 'mongo-connection-options' of github.com:saplla/Rocket.C…
saplla Apr 23, 2018
3dd2912
- Lint changes
saplla Apr 23, 2018
ca118a2
- Remove undefined object
saplla Apr 23, 2018
ace243e
Merge branch 'develop' into mongo-connection-options
saplla Apr 24, 2018
2d403f2
Merge branch 'develop' into mongo-connection-options
saplla Apr 25, 2018
387ec9a
Enable the 'Store_Last_Message' by default
graywolf336 Apr 26, 2018
e3fcbcb
Fix updating apps not working on multi-instance servers
graywolf336 Apr 27, 2018
6db1dec
Fix the misspellings of 'recieved' to 'received' on the apps...whoopies
graywolf336 Apr 27, 2018
4cc2433
Merge branch 'develop' into fix/enable-last-message-by-default
engelgabriel Apr 27, 2018
1f33583
Do not add a migration to enable Store_Last_Message to all installations
rodrigok Apr 28, 2018
d17f6ba
[FIX] E-mails were hidden some information
rodrigok Apr 28, 2018
4f7a017
Merge branch 'develop' into mongo-connection-options
engelgabriel Apr 28, 2018
0d07699
[FIX] Regression on 0.64.0 was freezing the application when posting …
rodrigok Apr 30, 2018
0284d73
Look for URLs on parsed markdown HTML
sampaiodiego May 1, 2018
4754ec4
Merge branch 'develop' into regression/fix-multi-instance-apps
engelgabriel May 1, 2018
72cc787
dependencies update
engelgabriel May 3, 2018
dce4d0e
Merge pull request #10648 from RocketChat/deps-update
rodrigok May 3, 2018
73e8ba3
Merge pull request #10627 from RocketChat/hotfix/url-parse-freeze
rodrigok May 3, 2018
7ba58f4
Merge pull request #10611 from RocketChat/regression/fix-multi-instan…
rodrigok May 3, 2018
94011de
Merge branch 'develop' into mongo-connection-options
saplla May 3, 2018
2f6a9af
Merge pull request #10615 from RocketChat/improvements/email-template
rodrigok May 3, 2018
7bbf956
Merge pull request #10529 from saplla/mongo-connection-options
rodrigok May 3, 2018
cfe6c08
Merge pull request #10597 from RocketChat/fix/enable-last-message-by-…
rodrigok May 3, 2018
9e42f42
Merge remote-tracking branch 'origin/develop' into release-0.64.1
rodrigok May 3, 2018
f8c99e2
Bump version to 0.64.1
rodrigok May 3, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rocketchat/base:8

ENV RC_VERSION 0.64.0
ENV RC_VERSION 0.64.1

MAINTAINER buildmaster@rocket.chat

Expand Down
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7

ENV RC_VERSION 0.64.0
ENV RC_VERSION 0.64.1

MAINTAINER buildmaster@rocket.chat

Expand Down
64 changes: 64 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -13238,5 +13238,69 @@
"web-flow"
]
}
],
"0.64.1": [
{
"pr": "10597",
"title": "[NEW] Store the last sent message to show bellow the room's name by default",
"userLogin": "graywolf336",
"milestone": "0.64.1",
"contributors": [
"graywolf336",
"engelgabriel",
"web-flow",
"rodrigok"
]
},
{
"pr": "10529",
"title": "Support passing extra connection options to the Mongo driver",
"userLogin": "saplla",
"milestone": "0.64.1",
"contributors": [
"saplla",
"web-flow",
"engelgabriel"
]
},
{
"pr": "10615",
"title": "[FIX] E-mails were hidden some information",
"userLogin": "rodrigok",
"milestone": "0.64.1",
"contributors": [
"rodrigok"
]
},
{
"pr": "10611",
"title": "Regression: Updating an App on multi-instance servers wasn't working",
"userLogin": "graywolf336",
"milestone": "0.64.1",
"contributors": [
"graywolf336",
"engelgabriel",
"web-flow"
]
},
{
"pr": "10627",
"title": "[FIX] Regression on 0.64.0 was freezing the application when posting some URLs",
"userLogin": "rodrigok",
"milestone": "0.64.1",
"contributors": [
"rodrigok",
"sampaiodiego"
]
},
{
"pr": "10648",
"title": "Dependencies update",
"userLogin": "engelgabriel",
"milestone": "0.64.1",
"contributors": [
"engelgabriel"
]
}
]
}
4 changes: 2 additions & 2 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ accounts-twitter@1.4.1
aldeed:simple-schema@1.5.4
allow-deny@1.1.0
autoupdate@1.4.0
babel-compiler@7.0.7
babel-compiler@7.0.8
babel-runtime@1.2.2
base64@1.0.11
binary-heap@1.0.10
Expand All @@ -35,7 +35,7 @@ deps@1.0.12
diff-sequence@1.1.0
dispatch:run-as-user@1.1.1
dynamic-import@0.3.0
ecmascript@0.10.7
ecmascript@0.10.8
ecmascript-runtime@0.5.0
ecmascript-runtime-client@0.6.2
ecmascript-runtime-server@0.5.0
Expand Down
4 changes: 2 additions & 2 deletions .sandstorm/sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (

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

appVersion = 63, # Increment this for every release.
appVersion = 64, # Increment this for every release.

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

Expand Down
2 changes: 1 addition & 1 deletion .travis/snap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=0.64.0
RC_VERSION=0.64.1
fi

echo "Preparing to trigger a snap release for $CHANNEL channel"
Expand Down
27 changes: 26 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@

# 0.64.1
` · 1 🎉 · 2 🐛 · 3 🔍 · 1 👩‍💻👨‍💻`

### 🎉 New features

- Store the last sent message to show bellow the room's name by default ([#10597](https://github.com/RocketChat/Rocket.Chat/pull/10597))

### 🐛 Bug fixes

- E-mails were hidden some information ([#10615](https://github.com/RocketChat/Rocket.Chat/pull/10615))
- Regression on 0.64.0 was freezing the application when posting some URLs ([#10627](https://github.com/RocketChat/Rocket.Chat/pull/10627))

<details>
<summary>🔍 Minor changes</summary>

- Support passing extra connection options to the Mongo driver ([#10529](https://github.com/RocketChat/Rocket.Chat/pull/10529) by [@saplla](https://github.com/saplla))
- Regression: Updating an App on multi-instance servers wasn't working ([#10611](https://github.com/RocketChat/Rocket.Chat/pull/10611))
- Dependencies update ([#10648](https://github.com/RocketChat/Rocket.Chat/pull/10648))

</details>

### 👩‍💻👨‍💻 Contributors 😍

- [@saplla](https://github.com/saplla)

# 0.64.0
` · 2 ️️️⚠️ · 18 🎉 · 44 🐛 · 33 🔍 · 18 👩‍💻👨‍💻`
`2018-04-28 · 2 ️️️⚠️ · 18 🎉 · 44 🐛 · 33 🔍 · 18 👩‍💻👨‍💻`

### ⚠️ BREAKING CHANGES

Expand Down
Loading