Skip to content

Commit

Permalink
Merge branch 'release/2.14.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Oct 11, 2018
2 parents c29a08c + 3376c35 commit c91215c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
<a name="2.14.0"></a>
# 2.14.0 (2018-10-11)


### New Features

- [#899](https://github.com/RocketChat/Rocket.Chat.Electron/pull/899) Optional status on tray for MacOS
- [#905](https://github.com/RocketChat/Rocket.Chat.Electron/pull/905) Add copy link in the context menu
- [#907](https://github.com/RocketChat/Rocket.Chat.Electron/pull/907) Disable autoupdate on windows installer
- [#911](https://github.com/RocketChat/Rocket.Chat.Electron/pull/911) Documentation to disable Autoupdates

### Improvements

- [#887](https://github.com/RocketChat/Rocket.Chat.Electron/pull/887) Update ESLint rules following Rocket.Chat guidelines


### Bug Fixes

- [#889](https://github.com/RocketChat/Rocket.Chat.Electron/pull/889) About dialog
- [#895](https://github.com/RocketChat/Rocket.Chat.Electron/pull/895) Menus
- [#884](https://github.com/RocketChat/Rocket.Chat.Electron/pull/884) Show tray icon status again
- [#900](https://github.com/RocketChat/Rocket.Chat.Electron/pull/900) Tray icon module
- [#902](https://github.com/RocketChat/Rocket.Chat.Electron/pull/902) Tray icon sizes for Linux
- [#912](https://github.com/RocketChat/Rocket.Chat.Electron/pull/912) Condition to quit on window close
- [#913](https://github.com/RocketChat/Rocket.Chat.Electron/pull/913) Show window on second instance running


<details>
<summary>Others</summary>

- [#916](https://github.com/RocketChat/Rocket.Chat.Electron/pull/916) Change back and forward shortcuts
</details>



<a name="2.13.3"></a>
## 2.13.3 (2018-09-18)

Expand Down
2 changes: 1 addition & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"mas"
],
"icon": "build/icon.icns",
"bundleVersion": "38",
"bundleVersion": "39",
"helperBundleId": "chat.rocket.electron.helper",
"type": "distribution",
"artifactName": "rocketchat-${version}.${ext}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rocketchat",
"productName": "Rocket.Chat",
"description": "Rocket.Chat Native Cross-Platform Desktop Application via Electron.",
"version": "2.14.0-develop",
"version": "2.15.0-develop",
"author": "Rocket.Chat Support <support@rocket.chat>",
"copyright": "© 2018, Rocket.Chat",
"homepage": "https://rocket.chat",
Expand Down

0 comments on commit c91215c

Please sign in to comment.