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.70.0 #12198

Merged
merged 100 commits into from
Sep 28, 2018
Merged

Release 0.70.0 #12198

merged 100 commits into from
Sep 28, 2018

Conversation

sampaiodiego
Copy link
Member

2018-09-27 · 2 ️️️⚠️ · 18 🎉 · 3 🚀 · 31 🐛 · 21 🔍 · 33 👩‍💻👨‍💻

Engine versions

  • Node: 8.11.3
  • NPM: 5.6.0

⚠️ BREAKING CHANGES

  • Update the default port of the Prometheus exporter (#11351 by @thaiphv)
  • [IMPROVE] New emails design (#12009)

🎉 New features

  • Allow multiple subcommands in MIGRATION_VERSION env variable (#11184 by @arch119)
  • Support for end to end encryption (#10094)
  • Livechat Analytics and Reports (#11238 by @pkgodara)
  • Apps: Add handlers for message updates (#11993)
  • Livechat notifications on new incoming inquiries for guest-pool (#10588)
  • Customizable default directory view (#11965 by @ohmonster)
  • Blockstack as decentralized auth provider (#12047)
  • Livechat REST endpoints (#11900)
  • REST endpoints to get moderators from groups and channels (#11909)
  • User preference for 24- or 12-hour clock (#11169 by @vynmera)
  • REST endpoint to set groups' announcement (#11905)
  • Livechat trigger option to run only once (#12068 by @edzluhan)
  • REST endpoints to create roles and assign roles to users (#11855 by @aferreira44)
  • Informal German translations (#9984)
  • Apps: API provider (#11938)
  • Apps are enabled by default now (#12189)
  • Add Livechat Analytics permission (#12184)
  • WebDAV Integration (User file provider) (#11679 by @karakayasemi)

🚀 Improvements

  • Cache livechat get agent trigger call (#12083)
  • BigBlueButton joinViaHtml5 and video icon on sidebar (#12107)
  • Use eslint-config package (#12044)

🐛 Bug fixes

  • Livechat agent joining on pick from guest pool (#12097)
  • Apps: Add missing reactions and actions properties to app message object (#11780)
  • Broken slack compatible webhook (#11742)
  • Changing Mentions.userMentionRegex pattern to include
    tag (#12043)
  • Double output of message actions (#11902)
  • Login error message not obvious if user not activated (#11785 by @crazy-max)
  • Adding scroll bar to read receipts modal (#11919)
  • Fixing translation on 'yesterday' word when calling timeAgo function (#11946)
  • Fixing spacement between tags and words on some labels (#12018)
  • video message recording, issue Video messages not working? #11651 (#12031 by @flaviogrossi)
  • Prevent form submission in Files List search (#11999)
  • Re-add the eye-off icon (#12079 by @MIKI785)
  • Internal error when cross-origin with CORS is disabled (#11953)
  • Message reaction in GraphQL API (#11967)
  • Direct messages leaking into logs (#11863)
  • Wrong build path in install.sh (#11879)
  • Permission check on joinRoom for private room (#11857)
  • Close popover on shortcuts and writing (#11562)
  • Typo in a configuration key for SlackBridge excluded bot names (#11872 by @TobiasKappe)
  • Real Name on Direct Messages (#12154)
  • Position of popover component on mobile (#12038)
  • Duplicate email and auto-join on mentions (#12168)
  • Horizontal scroll on user info tab (#12102)
  • Markdown ampersand escape on links (#12140)
  • Saving user preferences (#12170)
  • Apps being able to see hidden settings (#12159)
  • Allow user with "bulk-register-user" permission to send invitations (#12112)
  • IRC Federation no longer working (#11906)
  • Files list missing from popover menu when owner of room (#11565)
  • Not able to set per-channel retention policies if no global policy is set for this channel type (#11927 by @vynmera)
  • app engine verbose log typo (#12126 by @williamriancho)
🔍 Minor changes
  • Release 0.69.2 (#12026 by @kaiiiiiiiii)
  • LingoHub based on develop (#11936)
  • Better organize package.json (#12115)
  • Fix using wrong variable (#12114)
  • Fix the style lint (#11991)
  • Merge master into develop & Set version to 0.70.0-develop (#11921 by @c0dzilla & @rndmh3ro & @ubarsaiyan & @vynmera)
  • Release 0.69.2 (#12026 by @kaiiiiiiiii)
  • Regression: fix message box autogrow (#12138)
  • Regression: Modal height (#12122)
  • Fix: Change wording on e2e to make a little more clear (#12124)
  • Improve: Moved the e2e password request to an alert instead of a popup (#12172)
  • New: Option to change E2E key (#12169)
  • Improve: Decrypt last message (#12173)
  • Fix: e2e password visible on always-on alert message. (#12139)
  • Improve: Expose apps enable setting at General > Apps (#12196)
  • Fix: Message changing order when been edited with apps enabled (#12188)
  • Improve: E2E setting description and alert (#12191)
  • Improve: Do not start E2E Encryption when accessing admin as embedded (#12192)
  • Fix: Add e2e doc to the alert (#12187)
  • Improve: Switch e2e doc to target _blank (#12195)
  • Improve: Rename E2E methods (#12175)

👩‍💻👨‍💻 Contributors 😍

👩‍💻👨‍💻 Core Team 🤓

rodrigok and others added 30 commits August 31, 2018 15:40
Merge master into develop & Set version to 0.70.0-develop
* Provide a dedicated informal german language option

* Use a "virtual" language code de-IN for informal german
The IETF language specification compliant suffix "informal"  did not work with the i18n library used
sampaiodiego and others added 26 commits September 26, 2018 22:18
[FIX] app engine verbose log typo
…cy is set for this channel type (#11927)

[FIX] Not able to set per-channel retention policies if no global policy is set for this channel type
[FIX] Files list missing from popover menu when owner of room
* Improve: E2E setting description and alert

* Fix spelling

* on to in
* Removed e2e password from alert message

* Added strings to i18n

* Adjusted i18n strings

* Added a screen to allow users to change their encryption keys

* Removed unused import

* Declared global variables

* Added e2e explanation on the password change screen

* Hide Encryption area off the account page when encryption is disabled

* Removed unused code

* Changed e2e method names to all start with e2e.

* Normalize e2e methods
Copy link
Contributor

@geekgonecrazy geekgonecrazy left a comment

Choose a reason for hiding this comment

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

You are awesome! Thanks for re-opening with the two additionals 🤗

@sampaiodiego sampaiodiego merged commit 40b50f3 into master Sep 28, 2018
@sampaiodiego sampaiodiego deleted the release-0.70.0 branch September 28, 2018 03:06
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.