From 4adb8a87961e1434b2c2dedf7c5964da9360813d Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 5 Mar 2014 13:55:08 -0800 Subject: [PATCH] v1.6.5 --- HISTORY.rst | 7 +++++++ README.md | 8 ++++---- WakaTime.py | 6 +++--- WakaTime.sublime-settings | 2 +- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 85fced0..9109e24 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +1.6.5 (2014-03-05) +++++++++++++++++++ + +- upgrade external wakatime package to v1.0.1 +- use new domain wakatime.com + + 1.6.4 (2014-02-05) ++++++++++++++++++ diff --git a/README.md b/README.md index 30231cd..77a7c15 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Installation Heads Up! For Sublime Text 2 on Windows & Linux, WakaTime depends on [Python](http://www.python.org/getit/) being installed to work correctly. -1. Get an api key from: https://wakati.me +1. Get an api key from: https://wakatime.com/#apikey 2. Using [Sublime Package Control](http://wbond.net/sublime_packages/package_control): @@ -18,16 +18,16 @@ Heads Up! For Sublime Text 2 on Windows & Linux, WakaTime depends on [Python](ht c) Type `wakatime`, then press `enter` with the `WakaTime` plugin selected. -3. You will see a prompt at the bottom asking for your [api key](https://www.wakati.me/#apikey). Enter your api key, then press `enter`. +3. You will see a prompt at the bottom asking for your [api key](https://www.wakatime.com/#apikey). Enter your api key, then press `enter`. 4. Use Sublime and your time will automatically be tracked for you. -5. Visit https://wakati.me to see your logged time. +5. Visit https://wakatime.com to see your logged time. 6. Consider installing [BIND9](https://help.ubuntu.com/community/BIND9ServerHowto#Caching_Server_configuration) to cache your repeated DNS requests: `sudo apt-get install bind9` Screen Shots ------------ -![Project Overview](https://www.wakati.me/static/img/ScreenShots/Screen Shot 2013-10-26 at 5.04.01 PM.png) +![Project Overview](https://www.wakatime.com/static/img/ScreenShots/Screen Shot 2013-10-26 at 5.04.01 PM.png) diff --git a/WakaTime.py b/WakaTime.py index 8f8014f..7a504c2 100644 --- a/WakaTime.py +++ b/WakaTime.py @@ -1,11 +1,11 @@ """ ========================================================== File: WakaTime.py Description: Automatic time tracking for Sublime Text 2 and 3. -Maintainer: WakaTi.me -Website: https://www.wakati.me/ +Maintainer: WakaTime +Website: https://www.wakatime.com/ ===========================================================""" -__version__ = '1.6.4' +__version__ = '1.6.5' import sublime import sublime_plugin diff --git a/WakaTime.sublime-settings b/WakaTime.sublime-settings index 6616417..6ed138f 100644 --- a/WakaTime.sublime-settings +++ b/WakaTime.sublime-settings @@ -3,7 +3,7 @@ // This settings file will be overwritten when upgrading. { - // Your api key from https://www.wakati.me/#apikey + // Your api key from https://www.wakatime.com/#apikey // Set this in your User specific WakaTime.sublime-settings file. "api_key": "",