From 4564f87f210b2aed81397688863e2f9047dd09f5 Mon Sep 17 00:00:00 2001 From: Alex Reichert Date: Fri, 18 Dec 2020 16:41:45 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ec0534b..1eb78a535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,40 @@ +### Friday, 18 December + +- [[#478](https://github.com/papercups-io/papercups/pull/478)] Added a **new Slack integration** which allows you to sync Slack channel conversations with Papercups [0] + - This is primarily for our new B2B customers 🚀 +- Added **new configuration options** to our chat widget + - You can now customize virtually all the of the text in the widget ✏️ + - _See https://github.com/papercups-io/chat-widget#options for all the latest configuration options_ +- [[#466](https://github.com/papercups-io/papercups/pull/466)] Made it clearer **when the user is inactive/disconnected** in the Storytime live session viewer [1] +- [[#445](https://github.com/papercups-io/papercups/pull/445)] Added a **notification sound** when new messages arrive in the dashboard 🔔 +- [[#440](https://github.com/papercups-io/papercups/pull/440)] Fixed the issue where auth sessions get reset after new deployments 🐞 +- [[#406](https://github.com/papercups-io/papercups/pull/406)] Added support for **API keys**, for easier API access 🧑‍💻 +- [[#404](https://github.com/papercups-io/papercups/pull/404)] Added support for **proactively messaging customers** from the Storytime live session viewer [2] +- [[#396](https://github.com/papercups-io/papercups/pull/396)] Huge improvements to our **test suite** 🎉 [3] + - Added factories to DRY things up, sped test runner up 3x, and removed all background warning/error messages + - Big thanks to **[@flmel](https://github.com/flmel)** for helping out with this! 🙏 + +_[0] New integration: Sync with Slack_ +> Sync with Slack + +_[1] Indicate user status in live session viewer:_ +> Indicate user status in live session viewer + +_[2] Proactively message customers:_ +> Proactively message customers + +_[3] Test suite improvements:_ +> Test suite improvements + ### Monday, 9 November - Added **conversation state updates** to our **Slack integration** [0] - - Huge thanks to **@jalford14** for helping out with this! 🎉 + - Huge thanks to **[@jalford14](https://github.com/jalford14)** for helping out with this! 🎉 - Added a **status indicator to Storytime** so you can distinguish between active and inactive users on your website [1] - We now start a new conversation with customers if the last conversation was closed - Fixed Slack message threads when you change your Slack integration to a new channel 🐞 - [Beta] We have a **[Wordpress plugin](https://github.com/papercups-io/wordpress-plugin)** in the works, let us know if you're interested in using it! - - Huge thanks to **@ZmagoD** for setting this up! 🔥 + - Huge thanks to **[@ZmagoD](https://github.com/ZmagoD)** for setting this up! 🔥 _[0] Slack conversation state updates:_ > Slack conversation state updates