- Upgrade wakatime-cli to master version to fix bug in urllib3 package causing unhandled retry exceptions.
- Prevent tracking git branch with detached head.
- Support for SOCKS proxies.
- Upgrade wakatime-cli to v6.0.2.
- Prevent popup on Mac when xcode-tools is not installed.
- Pass syntax of current file to wakatime-cli.
- Upgrade wakatime-cli to v5.0.1.
- Support passing an alternate language to cli to be used when a language can not be guessed from the code file.
- Upgrade wakatime-cli to v5.0.0.
- Support regex patterns in projectmap config section for renaming projects.
- Upgrade pytz to v2016.3.
- Upgrade tzlocal to v1.2.2.
- upgrade wakatime-cli to v4.1.13
- encode TimeZone as utf-8 before adding to headers
- encode X-Machine-Name as utf-8 before adding to headers
- upgrade wakatime cli to v4.1.10
- improve C# dependency detection
- correctly log exception tracebacks
- log all unknown exceptions to wakatime.log file
- disable urllib3 SSL warning from every request
- detect dependencies from golang files
- use api.wakatime.com for sending heartbeats
- accept 201 or 202 response codes as success from api
- upgrade requests package to v2.9.1
- upgrade wakatime cli to v4.1.8
- default request timeout of 30 seconds
- new --timeout command line argument to change request timeout in seconds
- fix bug in guess_language function
- improve dependency detection
- upgrade wakatime cli to v4.1.6
- fix bug in offline caching which prevented heartbeats from being cleaned up
- fix local session caching
- new --entity and --entitytype command line arguments
- fix entry point for pypi distribution
- allow passing command line arguments using sys.argv
- upgrade wakatime cli to v4.1.1
- send hostname in X-Machine-Name header
- catch exceptions from pygments.modeline.get_filetype_from_buffer
- upgrade requests package to v2.7.0
- handle non-ASCII characters in import path on Windows, won't fix for Python2
- upgrade argparse to v1.3.0
- move language translations to api server
- move extension rules to api server
- detect correct header file language based on presence of .cpp or .c files named the same as the .h file
- fix offline logging
- limit language detection to known file extensions, unless file contents has a vim modeline
- upgrade wakatime cli to v4.0.16
- upgrade wakatime cli to v4.0.15
- guess language using multiple methods, then use most accurate guess
- use entity and type for new heartbeats api resource schema
- upgrade wakatime cli to v4.0.14
- make sure config file has api_key
- only display setup complete message first time setting up cfg file
- don't log time towards git temporary files
- prevent slowness in quickfix window to fix #24
- reuse SSL connection across multiple processes for improved performance
- correctly display caller and lineno in log file when debug is true
- project passed with --project argument will always be used
- new --alternate-project argument
- fix bug with auto detecting project name
- correctly log message from py.warnings module
- handle plugin_directory containing spaces
- upgrade wakatime cli to v4.0.8
- check for api_key in config file instead of just checking if file exists
- upgrade wakatime cli to v4.0.7
- update requests package to v2.0.6
- update simplejson to v3.6.5
- capture warnings in log file
- upgrade wakatime cli to v4.0.4
- new options for excluding and including directories
- upgrade external wakatime-cli to v4.0.0
- use requests library instead of urllib2, so api SSL cert is verified
- new proxy config file item for https proxy support
- prompt for api key only after first buffer window opened
- include vim version number in plugin user agent string
- upgrade external wakatime package to v3.0.5
- ignore errors from malformed markup (too many closing tags)
- upgrade external wakatime package to v3.0.4
- remove unused dependency, which is missing in some python environments
- upgrade external wakatime package to v3.0.3
- detect JavaScript frameworks from script tags in Html template files
- upgrade external wakatime package to v3.0.2
- detect frameworks from JavaScript and JSON files
- upgrade external wakatime package to v3.0.1
- handle unknown language when parsing dependencies
- upgrade external wakatime package to v3.0.0
- detect libraries and frameworks for C++, Java, .NET, PHP, and Python files
- upgrade external wakatime package to v2.1.11
- fix bug in offline logging when no response from api
- upgrade external wakatime package to v2.1.9
- fix bug preventing offline heartbeats from being purged after uploaded
- upgrade external wakatime package to v2.1.8
- fix UnicodeDecodeError when building user agent string
- handle case where response is None
- upgrade external wakatime package to v2.1.7
- upgrade pygments to v2.0.1
- always log an error when api key is incorrect
- upgrade external wakatime package to v2.1.6
- fix list index error when detecting subversion project
- upgrade external wakatime package to v2.1.4
- when Python was not compiled with https support, log an error to the log file
- upgrade external wakatime package to v2.1.3
- correctly detect branch for subversion projects
- upgrade external wakatime package to v2.1.2
- catch UnicodeDecodeErrors to prevent error messages propegating into Vim
- upgrade external wakatime package to v2.1.1
- fix bug where binary file opened as utf-8
- upgrade external wakatime package to v2.1.0
- python3 compatibility changes
- upgrade external wakatime package to v2.0.8
- supress output from svn command
- upgrade external wakatime package to v2.0.6
- fix unicode bug by encoding json POST data
- upgrade external wakatime package to v2.0.5
- use unique logger namespace to prevent collisions in shared plugin environments
- option in .wakatime.cfg to obfuscate file names
- upgrade external wakatime package to v2.0.2
- correctly exec wakatime-cli in Windows OS
- upgrade external wakatime package to v2.0.1
- fix bug in queue preventing completed tasks from being purged
- upgrade external wakatime package to v2.0.0
- offline time logging using sqlite3 to queue editor events
- upgrade external wakatime package to v1.0.1
- use new domain wakatime.com
- only save last action to ~/.wakatime.data when calling external wakatime-cli
- upgrade external wakatime package to v1.0.0
- support for mercurial revision control
- upgrade external wakatime package to v0.5.3
- bug fix for unicode in Python3
- upgrade external wakatime package to v0.5.1
- fix MAXREPEAT bug in Python2.7 by not using python in VimL
- upgrade external wakatime package to v0.5.0
- convert ~/.wakatime.conf to ~/.wakatime.cfg and use configparser format
- support non-English characters in file names
- increase frequency of pings to api from every 5 mins to every 2 mins
- upgrade external wakatime package to v0.4.10
- support .wakatime-project files for custom project names
- upgrade external wakatime package to v0.4.9
- new config file option to ignore and prevent logging files based on regex
- upgrade external wakatime package to v0.4.8
- prevent popup windows when detecting Git project on Windows platform
- upgrade external wakatime package to v0.4.7
- send local olson timezone string in api requests
- upgrade external wakatime package to v0.4.6
- logging total lines in current file and language used
- upgrade external wakatime package to v0.4.5
- fix relative import error by adding packages directory to sys path
- upgrade external wakatime package to v0.4.4
- use urllib2 again because of problems sending json with requests module
- upgrade external wakatime package to v0.4.3
- upgrade external wakatime package to v0.4.2
- upgrade external wakatime package to v0.4.1
- upgrade external wakatime package to v0.4.0
- detect branch from revision control
- upgrade external wakatime package to v0.3.1
- use requests module instead of urllib2 to verify SSL certs
- upgrade external wakatime package to v0.2.0 for python2 and python3 support
- upgrade external wakatime package to v0.1.4
- use timeout and api pings to calculate logged time server-side instead of sending end_time
- upgrade external wakatime package to v0.1.3
- run external wakatime script with any python version instead of forcing python2
- support for Subversion projects
- fix bug when calculation away duration
- fixed bug where away prompt would do the opposite of user's choice
- force external wakatime script to run with python2
- many bug fixes
- fix bug where event missed when first opening Vim with a file
- remove verbose flag to stop printing debug messages
- stop using VimL strings as floats
- only log events once every 5 minutes, except for write events
- prompt user for api key if one does not already exist
- set 5 second delay between writing last cursor event time to local file
- many bug fixes
- move api interface code into external wakatime repository
- support for Git projects
- support changes to api schema which break backwards compatibility
- simplify user events into regular events and write events
- move wakatime.log to $HOME folder
- support Vim's +clientserver for multiple instances of Vim
- auto create log file if it does not exist
- fixed bugs
- Birth