Skip to content

Commit

Permalink
release 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xjsender committed Jun 16, 2016
1 parent f3d6e2f commit 2081df2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Release History

---------------


Release 3.4.5 (2016-06-16)
++++++++++++++++++
* Fix bug: sublime will be closed when view debug log by logId with pressing alt + dblclick left mouse
* Fix issue #126
* Deliver feature #119
* Add a new setting ``force_login_interval`` for controlling login cache refresh interval


Release 3.4.4 (2016-06-11)
++++++++++++++++++
* Fix Urgent ``FileNotFoundError`` problem when create new code
Expand Down
9 changes: 9 additions & 0 deletions config/messages/3.4.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Build 3.4.5
-----------
Release Date: 16 June 2016

* Fix bug: sublime will be closed when view debug log by logId with pressing alt + dblclick left mouse
* Fix issue #126
* Deliver feature #119
* Add a new setting ``force_login_interval`` for controlling login cache refresh interval
* Restart your sublime when new version is installed
2 changes: 1 addition & 1 deletion config/settings/package.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haoide",
"version": "3.4.4",
"version": "3.4.5",
"description": "haoide is a Sublime Text 3 plugin for Salesforce and used for swift development on Force.com",
"author": "Hao Liu",
"email": "mouse.mliu@gmail.com",
Expand Down
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"3.4.2": "config/messages/3.4.2.md",
"3.4.3": "config/messages/3.4.3.md",
"3.4.4": "config/messages/3.4.4.md",
"3.4.5": "config/messages/3.4.5.md",
"install": "config/messages/install.txt"
}

0 comments on commit 2081df2

Please sign in to comment.