Merge branch 'release-4.1'
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -16,11 +16,19 @@ Release date: TBD
|
|||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
## Release v4.1.2
|
||||||
|
|
||||||
|
Release date: May 25, 2018
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
#### All Platforms
|
#### All Platforms
|
||||||
- Fixed authentication dialog not working.
|
- Fixed an issue where the popup dialog to authenticate a user to their proxy or server didn't work.
|
||||||
[#809](https://github.com/mattermost/desktop/issues/809)
|
[#809](https://github.com/mattermost/desktop/issues/809)
|
||||||
|
|
||||||
----
|
---
|
||||||
|
|
||||||
## Release v4.1.1
|
## Release v4.1.1
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "mattermost-desktop",
|
"name": "mattermost-desktop",
|
||||||
"productName": "Mattermost",
|
"productName": "Mattermost",
|
||||||
"version": "4.1.1",
|
"version": "4.1.2",
|
||||||
"description": "Mattermost",
|
"description": "Mattermost",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"author": "Mattermost, Inc. <feedback@mattermost.com>",
|
"author": "Mattermost, Inc. <feedback@mattermost.com>",
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
"name": "mattermost-desktop",
|
"name": "mattermost-desktop",
|
||||||
"productName": "Mattermost",
|
"productName": "Mattermost",
|
||||||
"desktopName": "Mattermost.desktop",
|
"desktopName": "Mattermost.desktop",
|
||||||
"version": "4.1.1",
|
"version": "4.1.2",
|
||||||
"description": "Mattermost",
|
"description": "Mattermost",
|
||||||
"main": "main_bundle.js",
|
"main": "main_bundle.js",
|
||||||
"author": "Mattermost, Inc. <feedback@mattermost.com>",
|
"author": "Mattermost, Inc. <feedback@mattermost.com>",
|
||||||
|
Reference in New Issue
Block a user