|
| 1 | + |
| 2 | +# `3.0.1` - 2016-2-23 |
| 3 | + |
| 4 | +- Update docs to add more detail on how to build |
| 5 | +- Upgrade to nw.js v0.12.3 |
| 6 | + - Fixes issue where the org overview pages had an infinite loading spinner: https://github.com/gitterHQ/desktop/issues/102 |
| 7 | + - Fixes `Cmd+M` shortcut to minimize: https://github.com/gitterHQ/desktop/issues/91 |
| 8 | + - Fixes tray icon missing on Ubuntu: https://github.com/gitterHQ/desktop/issues/101 |
| 9 | +- Fix focus issue on initial load with mac. Mac apps do not have focus when they start up |
| 10 | +- Update `notifier.js` so that it no longer plays the native sound, fixes https://github.com/gitterHQ/desktop/issues/99 |
| 11 | +- Add avatars to notifications for Windows |
| 12 | +- I assume this covers as the official release of the nw.js version of the mac app: https://github.com/gitterHQ/desktop/issues/47 |
| 13 | +- Generalize windows desktop build, see `./windows/README.md` and `./windows/build.js`. `./windows/build.bat` has also gotten some love but is deprecated and is only there until we are confident and settled with the node script. |
| 14 | +- Remove startup option from Windows installer because it did not obey whatever you set it to(always enabled launch at startup): https://github.com/gitterHQ/desktop/issues/106 |
| 15 | +- Add context menu option to toggle launch on startup (tested on Mac and Windows): https://github.com/gitterHQ/desktop/issues/45 |
| 16 | +- Add "Show in Menu bar" toggle (this option existed previously but didn't do anything) |
| 17 | +- Add `gulp check-path-safety-for-windows` to build flow so you don't get [unexpected blank screen when developing on Windows](https://github.com/gitterHQ/desktop/issues/59) |
| 18 | +- Update `auto-update` params/logic so we can actually use cli params outside of the autoupdate process. |
| 19 | + - `--update-url`: Specify custom URL to check and download updates from |
| 20 | + - `--passthrough-remote-debugging-url`: So you can debug the new instances we pop throughout the update process |
| 21 | +- Update auto-update logic to check on start and every 24-hours after that |
| 22 | +- Add `packages -> osx` `package.json` manifest check entry to play more nicely with our platform checks. |
| 23 | + |
| 24 | +Here is the v3 PR: https://github.com/gitterHQ/desktop/pull/100 |
| 25 | + |
1 | 26 | # `2.4.0` - 2015-09-04
|
2 | 27 | fixes for the autoupdate process
|
3 | 28 |
|
|
0 commit comments