diff --git a/HISTORY.md b/HISTORY.md index 7f03d9526e..ffeb4f9cbc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,16 @@ # History +## 2.5.0 - 2017-Mar-05 + +- Add Fedora Dev Dependencies +- Allow opening of file urls +- Changed the function name and the switch is replaced with `icon-tray${title}.png`); +- Fix speed issues with spell check on Windows +- Fixed to put tray object in mainWindow +- Handle urls using click listener +- Load server config from file and tidy menu +- Show reload screen when server fails to load + ## 2.4.0 - 2017-Fev-06 - Add .nvmrc diff --git a/package.json b/package.json index 0627247a97..c61b055237 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rocketchat", "productName": "Rocket.Chat+", "description": "Rocket.Chat Native Cross-Platform Desktop Application via Electron.", - "version": "2.5.0-develop", + "version": "2.5.0", "author": "Rocket.Chat Support ", "copyright": "© 2016, Rocket.Chat", "homepage": "https://rocket.chat",