From 70cb0d0a783b1f1ad603d4d401114301f07d68b6 Mon Sep 17 00:00:00 2001 From: Gabriel Engel Date: Sat, 4 Mar 2017 23:46:25 -0300 Subject: [PATCH] Version bump to 2.5.0 --- HISTORY.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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",