Commit graph

295 commits

Author SHA1 Message Date
Jeremy Cook 0853e17685 Tell users where to place the application directory
Using "Extract All..." with the default options will extract the files to the Downloads folder. Many users will do exactly that and end up running Mattermost from there downloads folder. Not a good thing. These instructions tell users where to extract the files.

Perhaps in a future release these instructions can be reduced to run a batch script or installer.
2016-04-20 10:18:46 -06:00
Yuya Ochiai e8e7cc2d80 Update docs/setup.md for "Hide Menu Bar" option 2016-04-15 20:25:40 +09:00
Yuya Ochiai af48bce17b Update version to 1.1.1 2016-04-13 23:57:16 +09:00
Yuya Ochiai cc2d65c741 Fix npm run build when using webpack 1.12.15
'remote' module is used in electron-connect but it's removed from electron target on webpack 1.12.15.
So define 'remote' as "externals" to avoid bundling error.

http://webpack.github.io/docs/configuration.html#externals
2016-04-13 23:35:26 +09:00
Yuya Ochiai 0f89418fb0 Update CHANGELOG.md 2016-04-13 23:07:51 +09:00
Yuya Ochiai 51fb43e1a1 Fix settings.html doesn't return to index.html
Reproduced when the path contains a blank.
Escape('%20') has no effects for this, so 'remote' module is used.

Close #89
2016-04-13 22:58:04 +09:00
Yuya Ochiai f832aada35 Merge branch 'fix/cinnamon-opens-menu' 2016-04-13 21:38:33 +09:00
Yuya Ochiai 914b782d48 Not allow Alt+Shift to open menu on Cinnamon desktop environment.
Close #104
2016-04-11 23:07:56 +09:00
Yuya Ochiai c9ab2cdbef Update ISSUE_TEMPLATE.md 2016-04-11 22:58:27 +09:00
Yuya Ochiai 069f8fa7ac Create ISSUE_TEMPLATE.md 2016-04-11 22:56:37 +09:00
Yuya Ochiai 75fc052e2a Take care of non-existing directory 2016-04-04 21:24:59 +09:00
Yuya Ochiai 108cf91bf6 Merge pull request #92 from mattermost/release/v1.1.0
Release/v1.1.0
2016-03-30 21:07:56 +09:00
Yuya Ochiai 55e57412cc Update README.md for basic auth 2016-03-30 20:56:47 +09:00
Yuya Ochiai e326ee394c Merge branch 'master' into release/v1.1.0 2016-03-30 20:47:13 +09:00
Yuya Ochiai 8f7710a12e Merge pull request #102 from antmicro/httpBasicAuth
Add simpler httpBasicAuth implementation
2016-03-30 20:45:18 +09:00
Michael Gielda dc644e9285 Prettified previous commit 2016-03-29 18:00:47 +02:00
Michael Gielda 3af9b31000 Simpler implementation of HTTP basic auth, fixes #56 2016-03-29 17:56:03 +02:00
Yuya Ochiai 7e71094133 Fix pixelated taskbar icon on HiDPI Windows 2016-03-23 23:04:03 +09:00
Yuya Ochiai 89959c7c93 Update CONTRIBUTING.md
from @lloeki's suggestion in #92
2016-03-23 22:51:52 +09:00
Yuya Ochiai e3130e4c77 Update version to 1.1.0 2016-03-23 01:51:27 +09:00
Yuya Ochiai e72573d787 Add a known issue to CHANGELOG.md 2016-03-23 01:14:25 +09:00
Yuya Ochiai dcadb4aac4 Update CHANGELOG.md for v1.1.0 2016-03-23 00:30:33 +09:00
Yuya Ochiai adc1ebe875 Update CONTRIBUTING.md 2016-03-22 23:37:59 +09:00
Yuya Ochiai ab18e33f7f Merge branch 'master' into release/v1.1.0 2016-03-22 23:24:04 +09:00
Yuya Ochiai 960c5782bd Create branch release/v1.1.0 2016-03-22 23:17:18 +09:00
Yuya Ochiai ef8eebc8d0 Add "About" dialog for Windows and Linux
Close #63
In `src/main/menus/app.js`, 'about' role is supported on OS X only.
So need to implement the dialog.
2016-03-21 01:25:50 +09:00
Yuya Ochiai 60a2b0c770 Rename icon files 2016-03-21 00:31:29 +09:00
Yuya Ochiai fbead4de5e Fix application icon for Windows and Linux
See #85
2016-03-21 00:28:02 +09:00
Yuya Ochiai 12d9fe5a6a Merge pull request #85 from asaadmahmoodspin/ui-improvements
Updating icons
2016-03-21 00:11:40 +09:00
Yuya Ochiai babda10dc9 Merge pull request #79 from mattermost/rename-app
Rename electron-mattermost to Mattermost at implementation
Drop `v` from version name when releasing
2016-03-20 23:16:45 +09:00
Yuya Ochiai 51c8b9027a Drop v from version name when releasing 2016-03-20 23:11:06 +09:00
Asaad Mahmood 3a074a5fd7 Updating icons 2016-03-17 21:56:11 +05:00
Yuya Ochiai 993efb39b6 Fix crash when freetype 2.6.3 is used in system
Fix #76. See https://github.com/atom/electron/issues/4513
2016-03-16 20:55:41 +09:00
Yuya Ochiai 58afd63a7f Merge pull request #80 from mattermost/CLA
Adding step to complete CLA + minor formatting
2016-03-16 20:53:24 +09:00
it33 f7323493da Adding step to complete CLA + minor formatting 2016-03-16 00:04:37 -07:00
Yuya Ochiai 1537db4d9a Update application name in docs 2016-03-15 20:45:30 +09:00
Yuya Ochiai feb03f1e74 Merge pull request #75 from mattermost/experiment/stabilize-test
Stabilize tests
2016-03-15 19:59:17 +09:00
Yuya Ochiai 361b71a04a Add waiting when switching tabs 2016-03-14 21:38:50 +09:00
Yuya Ochiai 63aaab804b Try to stabilize tests
pause() was missing before getUrl() in some tests.
2016-03-14 21:28:43 +09:00
Yuya Ochiai 072559a869 Merge pull request #71 from mattermost/testing-guide
Release Testing Guide proposal
2016-03-14 21:15:19 +09:00
Yuya Ochiai 79c06e049a Merge pull request #74 from mattermost/volume-mixer
Updating known issue on volume mixer in Windows
2016-03-14 21:12:01 +09:00
Yuya Ochiai a7d3ef8430 Merge pull request #73 from mattermost/http
Propose https instead of http in examples
2016-03-14 21:10:41 +09:00
it33 91b94bd0bb Updating known issue on volume mixer in Windows 2016-03-13 16:24:25 -07:00
it33 a32066d39a Change http to https 2016-03-13 08:54:03 -07:00
it33 6e445ba40f Change http:// to https:// 2016-03-13 08:52:41 -07:00
it33 defce47f9d Adding clarification on changes and known issues 2016-03-13 08:49:05 -07:00
it33 65a4625095 Fixing incorrect reference to Android device 2016-03-13 08:44:47 -07:00
it33 b946ba1b10 Correct build number format 2016-03-13 08:43:57 -07:00
Yuya Ochiai d824ba8e2e Update script to make draft 2016-03-13 23:22:55 +09:00
Yuya Ochiai 4763dc645f Rename artifacts 2016-03-13 23:10:03 +09:00