From 327676afa373b23f62e34fa3bb97d70df7fcdaf8 Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Sat, 29 Apr 2017 02:48:15 -0400 Subject: [PATCH 1/5] Update CHANGELOG.md --- CHANGELOG.md | 71 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 41 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ba51b7bc6..c8795a87be3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,53 +1,64 @@ # Mattermost Desktop Application Changelog -## UNDER DEVELOPMENT +## Release v3.7.0 -The "UNDER DEVELOPMENT" section of the Mattermost Desktop changelog appears -in the product's `master` branch to note key changes committed to `master` -and are on their way to the next stable release. -When a stable release is pushed, "UNDER DEVELOPMENT" heading is removed -from the final changelog of the release. - -Release date: TBD +Release date: May 9, 2017 ### Improvements -- Added spell checker for English, French, German, Spanish, and Dutch. -- Removed "Display secure content only" option it's no longer necessary. -- Reset the window position if it's restored off-screen from minimized state. + +#### All Platforms + - Added an inline spell checker for English, French, German, Spanish, and Dutch. [#225](https://github.com/mattermost/desktop/issues/225) + - Removed an obsolete "Display secure content only" option, following an [upgrade of the Electron app to Chrome v56](https://github.com/electron/electron/commit/2e0780308c7ef2258422efd34c968091d7cd5b65). [#469](https://github.com/mattermost/desktop/pull/469) + - Refactored main app window code for ... [#470](https://github.com/mattermost/desktop/pull/470) + - Reset app window position when restoring it off-screen from a minimized state. [#471](https://github.com/mattermost/desktop/issues/471) + - Improved page loading and app view rendering when waking computer from sleep. #### Windows -- Removed Japanese fonts support it's no longer necessary. -- Added support for sound notifications on Windows 7 and 8. -- The application now respects 125% of display scaling. + - [Windows 7/8] Added support for sound when a desktop notification is received. [#467](https://github.com/mattermost/desktop/issues/467) + - Removed obsolete support for Japanese fonts. + - Removed blurriness on the app window at 125% display resolution. ### Bug Fixes #### All Platforms -- Fixed an issue where an unexpected row appeared after switching channels with `CTRL+K` shortcut. [#426](https://github.com/mattermost/desktop/issues/426) -- Fixed an issue where an unexpected extra window opened when clicking the public link for an uploaded file. - [#390](https://github.com/mattermost/desktop/issues/390) + - An extra row is no longer added after switching channels with CTRL/CMD+K shortcut. [#426](https://github.com/mattermost/desktop/issues/426) + - Fixed an issue where an unexpected extra app window opened after clicking a public link of an uploaded file. [#390](https://github.com/mattermost/desktop/issues/390) + - Fixed JavaScript errors when refreshing the page. [#440](https://github.com/mattermost/desktop/issues/440), [#448](https://github.com/mattermost/desktop/issues/448) + - Fixed vertical alignment of the Add Server "+" button in the server tab bar. [#460](https://github.com/mattermost/desktop/issues/460) #### Windows -- Fixed an issue where the main window still has focus and exists - in the classic Alt+Tab switcher after it's closed. - [#430](https://github.com/mattermost/desktop/issues/430) - [#431](https://github.com/mattermost/desktop/issues/431) + - Focus is now set to the next top-level window after closing the main app window. [#430](https://github.com/mattermost/desktop/issues/430) + - Fixed an issue where the app remained in the ["classic" ALT+TAB window switcher](http://www.askvg.com/how-to-get-windows-xp-styled-classic-alttab-screen-in-windows-vista-and-7/) after closing the main app window. [#431](https://github.com/mattermost/desktop/issues/431) #### Mac -- Fixed an issue where the application was not avaliable on the Dock after a reboot. - [#411](https://github.com/mattermost/desktop/issues/411) -- Fixed an issue where Quick Look doesn't close in file upload dialog. - [#498](https://github.com/mattermost/desktop/issues/498) + - Fixed an issue where the application was not available on the Dock after a computer reboot. [#411](https://github.com/mattermost/desktop/issues/411) + - Fixed an issue where Quick Look couldn't be closed after opening the file upload dialog. [#498](https://github.com/mattermost/desktop/issues/498) -#### Linux -- Fixed an issue where the setting was not saved when changing tray icon theme. - [#456](https://github.com/mattermost/desktop/issues/456) +#### Linux (Beta) + - Fixed an issue where the setting was not saved after changing the tray icon theme. [#456](https://github.com/mattermost/desktop/issues/456) + +### Known Issues + +#### All Platforms + - [If you click twice on the tab bar, and then attempt to use the "Zoom in/out" to change font size, the app window doesn't render properly](https://github.com/mattermost/desktop/issues/334) + - [Holding down CTRL, SHIFT or ALT buttons and clicking a channel opens a new application window](https://github.com/mattermost/desktop/issues/406) -### New known issues +#### Windows + - [Windows 7] [Sometimes the app tries to render the page inside the app instead of in a new browser tab when clicking links](https://github.com/mattermost/desktop/issues/369) #### Mac -- The application crashes when a file upload dialog is canceled without closing Quick Look. + - [After uploading a file with a keyboard shortcut, focus isn't set back to the message box](https://github.com/mattermost/desktop/issues/341) + - The application crashes when a file upload dialog is canceled without closing Quick Look. + +#### Linux (Beta) + - [Ubuntu - 64 bit] [Right clicking taskbar icon and choosing **Quit** only minimizes the app](https://github.com/mattermost/desktop/issues/90#issuecomment-233712183) + - [Ubuntu - 64 bit] [Direct message notification comes as a streak of line instead of a pop up](https://github.com/mattermost/platform/issues/3589) + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + - [jasonblais](https://github.com/jasonblais), [jnugh](https://github.com/jnugh), [yuya-oc](https://github.com/yuya-oc) ---- From 3d5bde254cc5448d3d0c6c69e5d055c60c4e494f Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Sat, 29 Apr 2017 10:13:02 -0400 Subject: [PATCH 2/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8795a87be3..c586f98323a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ Release date: May 9, 2017 #### Windows - [Windows 7/8] Added support for sound when a desktop notification is received. [#467](https://github.com/mattermost/desktop/issues/467) - Removed obsolete support for Japanese fonts. - - Removed blurriness on the app window at 125% display resolution. + - The application window now respects 125% display resolution. [#489](https://github.com/mattermost/desktop/pull/489) ### Bug Fixes From 7f52a416641802a40f6070d4b76c098073730e5a Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Sat, 29 Apr 2017 10:13:51 -0400 Subject: [PATCH 3/5] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c586f98323a..73b87a66519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ Release date: May 9, 2017 #### All Platforms - Added an inline spell checker for English, French, German, Spanish, and Dutch. [#225](https://github.com/mattermost/desktop/issues/225) - Removed an obsolete "Display secure content only" option, following an [upgrade of the Electron app to Chrome v56](https://github.com/electron/electron/commit/2e0780308c7ef2258422efd34c968091d7cd5b65). [#469](https://github.com/mattermost/desktop/pull/469) - - Refactored main app window code for ... [#470](https://github.com/mattermost/desktop/pull/470) - Reset app window position when restoring it off-screen from a minimized state. [#471](https://github.com/mattermost/desktop/issues/471) - Improved page loading and app view rendering when waking computer from sleep. From ca651b0ad63a14e5e5b7ebda4b4f483fe6026434 Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Sat, 29 Apr 2017 18:42:32 -0400 Subject: [PATCH 4/5] Add one more known issue to 3.7 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b87a66519..0566d6d9a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ Release date: May 9, 2017 #### All Platforms - [If you click twice on the tab bar, and then attempt to use the "Zoom in/out" to change font size, the app window doesn't render properly](https://github.com/mattermost/desktop/issues/334) - [Holding down CTRL, SHIFT or ALT buttons and clicking a channel opens a new application window](https://github.com/mattermost/desktop/issues/406) + - [Unable to upload a SAML certificate file from the file upload dialog](https://github.com/mattermost/desktop/issues/497) #### Windows - [Windows 7] [Sometimes the app tries to render the page inside the app instead of in a new browser tab when clicking links](https://github.com/mattermost/desktop/issues/369) From ab1254b7b964e58628cde21ee6e92ee8061331cd Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Sun, 30 Apr 2017 00:35:36 -0400 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0566d6d9a04..66d3bb0fbd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Release date: May 9, 2017 - Added an inline spell checker for English, French, German, Spanish, and Dutch. [#225](https://github.com/mattermost/desktop/issues/225) - Removed an obsolete "Display secure content only" option, following an [upgrade of the Electron app to Chrome v56](https://github.com/electron/electron/commit/2e0780308c7ef2258422efd34c968091d7cd5b65). [#469](https://github.com/mattermost/desktop/pull/469) - Reset app window position when restoring it off-screen from a minimized state. [#471](https://github.com/mattermost/desktop/issues/471) - - Improved page loading and app view rendering when waking computer from sleep. + - Improved page loading and app view rendering. [#515](https://github.com/mattermost/desktop/pull/515) #### Windows - [Windows 7/8] Added support for sound when a desktop notification is received. [#467](https://github.com/mattermost/desktop/issues/467)