From dbc20dd142e6e8c6113c6947cd02f7cbd162ecc2 Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Thu, 17 May 2018 08:01:05 -0400 Subject: [PATCH 1/4] Update CHANGELOG.md --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eef0979..909fbb2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Mattermost Desktop Application Changelog +## Release v4.1.1 + +Release date: May 17, 2018 + +This release contains multiple bug fixes for Mac due to an incorrect build for v4.1.0. Windows and Linux apps are not affected. + +### Bug Fixes + +Each of these bugs are already fixed for Windows and Linux v4.1.0. + +#### Mac + - Fixed an issue where right-clicking an image, then choosing "Save Image", did nothing. +[#774](https://github.com/mattermost/desktop/issues/707) + - Fixed an issue that prevented typing in the form fields on the add server dialog when launched from the server tab bar. +[#780](https://github.com/mattermost/desktop/issues/780) + - Fixed an issue that could cause an error message on the add new server dialog to be misleading. +[#438](https://github.com/mattermost/desktop/issues/438) + - Fixed an issue where timestamps in message view showed no URL on hover. [#777](https://github.com/mattermost/desktop/pull/777) + - Fixed an issue where quitting and reopening the app required the user to log back in to Mattermost. [#789](https://github.com/mattermost/desktop/pull/789) + - Fixed an issue where adding a new server sometimes caused a blank page. [#787](https://github.com/mattermost/desktop/pull/787) + - Fixed deep linking via mattermost:// protocol spawning a new copy of the Desktop App on the taskbar. [#771](https://github.com/mattermost/desktop/issues/771) + +---- + ## Release v4.1.0 Release date: May 16, 2018 From 91ac9aabf3f5e8b25a5f477c5158273059c8d417 Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Thu, 17 May 2018 08:03:06 -0400 Subject: [PATCH 2/4] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36e34871..0e1caa13 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mattermost-desktop", "productName": "Mattermost", - "version": "4.1.0", + "version": "4.1.1", "description": "Mattermost", "main": "main.js", "author": "Mattermost, Inc. ", From a06667f71c65b81813c479c0ca3826b1575b7bd2 Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Thu, 17 May 2018 08:03:17 -0400 Subject: [PATCH 3/4] Update package.json --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 5988205d..5dc380b3 100644 --- a/src/package.json +++ b/src/package.json @@ -2,7 +2,7 @@ "name": "mattermost-desktop", "productName": "Mattermost", "desktopName": "Mattermost.desktop", - "version": "4.1.0", + "version": "4.1.1", "description": "Mattermost", "main": "main_bundle.js", "author": "Mattermost, Inc. ", From 0b1bcedd6d436e01a8535e3e416f90d6f2fef840 Mon Sep 17 00:00:00 2001 From: amyblais Date: Thu, 17 May 2018 08:14:48 -0400 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 909fbb2f..e0a73729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ This release contains multiple bug fixes for Mac due to an incorrect build for v ### Bug Fixes -Each of these bugs are already fixed for Windows and Linux v4.1.0. +Each of the issues listed below are already fixed for Windows and Linux v4.1.0. #### Mac - Fixed an issue where right-clicking an image, then choosing "Save Image", did nothing. @@ -20,7 +20,7 @@ Each of these bugs are already fixed for Windows and Linux v4.1.0. - Fixed an issue where timestamps in message view showed no URL on hover. [#777](https://github.com/mattermost/desktop/pull/777) - Fixed an issue where quitting and reopening the app required the user to log back in to Mattermost. [#789](https://github.com/mattermost/desktop/pull/789) - Fixed an issue where adding a new server sometimes caused a blank page. [#787](https://github.com/mattermost/desktop/pull/787) - - Fixed deep linking via mattermost:// protocol spawning a new copy of the Desktop App on the taskbar. [#771](https://github.com/mattermost/desktop/issues/771) + - Fixed deep linking via ``mattermost://`` protocol spawning a new copy of the Desktop App on the taskbar. [#771](https://github.com/mattermost/desktop/issues/771) ----