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

Release 0.64.1 #10660

merged 31 commits into from
May 3, 2018

Conversation

rodrigok
Copy link
Member

@rodrigok rodrigok commented May 3, 2018

· 1 🎉 · 2 🐛 · 3 🔍 · 1 👩‍💻👨‍💻

🎉 New features

  • Store the last sent message to show bellow the room's name by default (#10597)

🐛 Bug fixes

  • E-mails were hidden some information (#10615)
  • Regression on 0.64.0 was freezing the application when posting some URLs (#10627)
🔍 Minor changes
  • Support passing extra connection options to the Mongo driver (#10529 by @saplla)
  • Regression: Updating an App on multi-instance servers wasn't working (#10611)
  • Dependencies update (#10648)

👩‍💻👨‍💻 Contributors 😍

saplla and others added 30 commits April 20, 2018 18:12
- Remove brackets around `typeof` call for consistency with other code
- Use `let` instead of `var`
[FIX] Regression on 0.64.0 was freezing the application when posting some URLs
…ce-apps

Regression: Updating an App on multi-instance servers wasn't working
[FIX] E-mails were hidden some information
Support passing extra connection options to the Mongo driver
…default

[NEW] Store the last sent message to show bellow the room's name by default
@@ -137,7 +137,7 @@ describe('[Main Elements Render]', function() {
mainContent.favoriteStar.isVisible().should.be.true;
});

it('it should click the star', () => {
it.skip('it should click the star', () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason for this being skipped?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeap, it was failing duo to the last message been active, I wasn't able to discover why, so I disabled it

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karlprieb can you take a look on it?

@neurolabs
Copy link

Thanks, ppl for pushing this release forward.

@rodrigok rodrigok merged commit 54738c0 into master May 3, 2018
@rodrigok rodrigok deleted the release-0.64.1 branch May 3, 2018 16:37
This was referenced May 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants