diff --git a/HISTORY.rst b/HISTORY.rst index e7df9c0..dc80dd7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +1.5.0 (2013-11-28) +++++++++++++++++++ + +- increase "ping" frequency from every 5 minutes to every 2 minutes +- prevent sending multiple api requests when saving the same file + + 1.4.12 (2013-11-21) +++++++++++++++++++ diff --git a/WakaTime.py b/WakaTime.py index 8b96352..ff52209 100644 --- a/WakaTime.py +++ b/WakaTime.py @@ -5,7 +5,7 @@ Maintainer: WakaTi.me Website: https://www.wakati.me/ ===========================================================""" -__version__ = '1.4.12' +__version__ = '1.5.0' import sublime import sublime_plugin