Version 2.13.3

This commit is contained in:
Tasso Evangelista 2018-09-18 11:10:05 -03:00
parent fe86f0e9f1
commit 5d33936870
3 changed files with 21 additions and 2 deletions

View file

@ -1,3 +1,22 @@
<a name="2.13.3"></a>
## 2.13.3 (2018-09-18)
### Improvements
- [#881](https://github.com/RocketChat/Rocket.Chat.Electron/pull/881) End-to-end tests
- [#882](https://github.com/RocketChat/Rocket.Chat.Electron/pull/882) Set new DMG background
### Bug Fixes
- [#884](https://github.com/RocketChat/Rocket.Chat.Electron/pull/884) Show tray icon status again
- [#875](https://github.com/RocketChat/Rocket.Chat.Electron/pull/875) Toggled tray icon notifications
- [#880](https://github.com/RocketChat/Rocket.Chat.Electron/pull/880) Tray icon toggle crashes in MacOS
- [#869](https://github.com/RocketChat/Rocket.Chat.Electron/pull/869) Window state errors on save when antivirus software is present
<a name="2.13.2"></a>
## 2.13.2 (2018-09-10)

View file

@ -19,7 +19,7 @@
"mas"
],
"icon": "build/icon.icns",
"bundleVersion": "35",
"bundleVersion": "37",
"helperBundleId": "chat.rocket.electron.helper",
"type": "distribution",
"artifactName": "rocketchat-${version}.${ext}"

View file

@ -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.13.3",
"author": "Rocket.Chat Support <support@rocket.chat>",
"copyright": "© 2018, Rocket.Chat",
"homepage": "https://rocket.chat",