- Fix passing lines-in-file to wakatime-cli.
- Support for api key vault cmd config. #117
- Bugfix to prevent using empty selection object. #116
- Check wakatime-cli versions in background thread. #115
- Fix call to log helper. #113
- Bugfix to not overwrite global urlopener in embedded Python. #110
- Chmod wakatime-cli to be executable after updating on non-Windows platforms.
- Copy wakatime-cli when symlink fails on Windows. vim-wakatime#122
- Fix lineno, cursorpos, and lines-in-file arguments.
- Bugfix to not delete old wakatime-cli until finished downloading new version. #107
- Bugfix to encode extra heartbeats cursorpos as int not str when sending to wakatime-cli.
- Bugfix for install script when using system Python3 and duplicat INI keys.
- Use new Go wakatime-cli.
- Improve readme subtitle.
- Support for standalone wakatime-cli, disabled by default.
- Upgrade wakatime-cli to v13.0.7.
- Split bundled pygments library for Python 2.7+.
- Upgrade pygments for py27+ to v2.5.2 development master.
- Force requests to use bundled ca cert from certifi by default.
- Upgrade bundled certifi to v2019.11.28.
- Fix typo in python detection on Windows platform.
- Detect python in Windows LocalAppData install locations.
- Upgrade wakatime-cli to v13.0.4.
- Bundle cryptography, pyopenssl, and ipaddress packages for improved SSL support on Python2.
- Upgrade wakatime-cli to v13.0.3.
- Support slashes in Mercurial and Git branch names. wakatime#199
- Upgrade wakatime-cli to v13.0.2.
- Filter dependencies longer than 200 characters.
- Close sqlite connection even when error raised. wakatime#196
- Detect ColdFusion as root language instead of HTML.
- New arguments for reading and writing ini config file.
- Today argument shows categories when available.
- Prevent unnecessarily debug log when syncing offline heartbeats.
- Support for Python 3.7.
- New optional config option hide_branch_names. wakatime#183
- Prevent creating user sublime-settings file when api key already exists in common wakatime.cfg file. #98
- Fix parsing common wakatime.cfg file. #98
- Prevent prompting for api key when found from config file. #98
- Remove clock icon from status bar.
- Use wakatime-cli to fetch status bar coding time.
- Upgrade wakatime-cli to v11.0.0.
- Rename argument --show-time-today to --today.
- New argument --show-time-today for printing Today's coding time.
- Use api subdomain for fetching today's coding activity.
- Show today's coding time in status bar.
- Upgrade wakatime-cli to v10.8.4.
- Use wakatime fork of certifi package. #95
- Upgrade wakatime-cli to v10.8.3.
- Upgrade certifi to version 2019.03.09.
- Upgrade wakatime-cli to v10.8.2.
- Detect go.mod files as Go language. jetbrains-wakatime#119
- Detect C++ language from all C++ file extensions. vscode-wakatime#87
- Add ssl_certs_file arg and config for custom ca bundles. wakatime#164
- Fix bug causing random project names when hide project names enabled. vscode-wakatime#162
- Add support for UNC network shares without drive letter mapped on Winows. wakatime#162
- Upgrade wakatime-cli to v10.6.1.
- Correctly parse include_only_with_project_file when set to false. wakatime#161
- Support language argument for non-file entity types.
- Send 25 heartbeats per API request.
- New category "Writing Tests". wakatime#156
- Fix bug caused by git config section without any submodule option defined. wakatime#152
- Send buffered heartbeats to API every 30 seconds.
- Upgrade wakatime-cli to v10.4.1.
- Send 50 offline heartbeats to API per request with 1 second delay in between.
- Upgrade wakatime-cli to v10.4.0.
- Support logging coding activity to remote network drive files on Windows platform by detecting UNC path from drive letter. wakatime#72
- Prevent opening cmd window on Windows when running wakatime-cli. #91
- Upgrade wakatime-cli to v10.3.0.
- Re-enable detecting projects from Subversion folder on Windows platform.
- Prevent opening cmd window on Windows when detecting project from Subversion.
- Run tests on Windows using Appveyor.
- Upgrade wakatime-cli to v10.2.4.
- Default --sync-offline-activity to 100 instead of 5, so offline coding is synced to dashboard faster.
- Batch heartbeats in groups of 10 per api request.
- New config hide_project_name and argument --hide-project-names for obfuscating project names when sending coding activity to api.
- Fix mispelled Gosu language. wakatime#137
- Remove metadata when hiding project or file names.
- New --local-file argument to be used when --entity is a remote file.
- New argument --sync-offline-activity for configuring the maximum offline heartbeats to sync to the WakaTime API.
- Upgrade wakatime-cli to v10.2.1.
- Force forward slash for file paths.
- New --category argument.
- New --exclude-unknown-project argument and corresponding config setting.
- Support for project detection from git worktree folders.
- Prefer Python3 over Python2 when running wakatime-cli core.
- Improve detection of Python3 on Ubuntu 17.10 platforms.
- Upgrade wakatime-cli to v10.1.3.
- Smarter C vs C++ vs Objective-C language detection.
- Upgrade wakatime-cli to v10.1.2.
- Detect dependencies from Swift, Objective-C, TypeScript and JavaScript files.
- Categorize .mjs files as JavaScript. wakatime#121
- Detect dependencies from Elm, Haskell, Haxe, Kotlin, Rust, and Scala files.
- Improved Matlab vs Objective-C language detection. wakatime#129
- Upgrade wakatime-cli to v10.1.0.
- Ability to only track folders containing a .wakatime-project file using new include_only_with_project_file argument and config option.
- Upgrade wakatime-cli to v10.0.5.
- Fix bug that caused heartbeats to be cached locally instead of sent to API.
- Upgrade wakatime-cli to v10.0.4.
- Improve Java dependency detection.
- Skip null or missing heartbeats from extra heartbeats argument.
- Upgrade wakatime-cli to v10.0.3.
- Support saving unicode heartbeats when working offline. wakatime#112
- Upgrade wakatime-cli to v10.0.2.
- Limit bulk syncing to 5 heartbeats per request. wakatime#109
- Upgrade wakatime-cli to v10.0.1.
- Parse array of results from bulk heartbeats endpoint, only saving heartbeats to local offline cache when they were not accepted by the api.
- Upgrade wakatime-cli to v10.0.0.
- Upload multiple heartbeats to bulk endpoint for improved network performance. wakatime#107
- Upgrade wakatime-cli to v9.0.1.
- Fix bug causing 401 response when hidefilenames is enabled. wakatime#106
- Ability to override python binary location in sublime-settings file. #78
- Upgrade wakatime-cli to v9.0.0.
- Detect project and branch names from git submodules. wakatime#105
- Upgrade wakatime-cli to v8.0.5.
- Allow passing string arguments wrapped in extra quotes for plugins which cannot properly escape spaces in arguments.
- Upgrade pytz to v2017.2.
- Upgrade requests to v2.18.4.
- Upgrade tzlocal to v1.4.
- Use WAKATIME_HOME env variable for offline and session caching. wakatime#102
- Add "include" setting to bypass ignored files. #89
- Upgrade wakatime-cli to v8.0.3.
- Improve Matlab language detection.
- Upgrade wakatime-cli to v8.0.2.
- Only treat proxy string as NTLM proxy after unable to connect with HTTPS and SOCKS proxy.
- Support running automated tests on Linux, OS X, and Windows.
- Ability to disable SSL cert verification. wakatime#90
- Disable line count stats for files larger than 2MB to improve performance.
- Print error saying Python needs upgrading when requests can't be imported.
- Fix install instructions formatting.
- Remove /var/www/ from default ignored folders.
- Upgrade wakatime-cli to v8.0.0.
- No longer creating ~/.wakatime.cfg file, since only using Sublime settings.
- Upgrade wakatime-cli to v7.0.4.
- Upgrade wakatime-cli to v7.0.2.
- Upgrade wakatime-cli to v6.2.2.
- Upgrade pygments library to v2.2.0 for improved language detection.
- Upgrade wakatime-cli to v6.2.1.
- Allow boolean or list of regex patterns for hidefilenames config setting.
- Support old Sublime Text with Python 2.6.
- Fix bug that prevented reading default api key from existing config file.
- Upgrade wakatime-cli to v6.2.0.
- Exit with status code 104 when api key is missing or invalid. Exit with status code 103 when config file missing or invalid.
- New WAKATIME_HOME env variable for setting path to config and log files.
- Improve debug warning message from unsupported dependency parsers.
- Handle UnicodeDecodeError when when logging. #68
- Handle UnicodeDecodeError when looking for python. #68
- Upgrade wakatime-cli to v6.0.9.
- Upgrade wakatime-cli to v6.0.8.
- Upgrade wakatime-cli to master version to fix debug logging encoding bug.
- Upgrade wakatime-cli to v6.0.7.
- Handle unknown exceptions from requests library by deleting cached session object because it could be from a previous conflicting version.
- New hostname setting in config file to set machine hostname. Hostname argument takes priority over hostname from config file.
- Prevent logging unrelated exception when logging tracebacks.
- Use correct namespace for pygments.lexers.ClassNotFound exception so it is caught when dependency detection not available for a language.
- Upgrade wakatime-cli to v6.0.5.
- Upgrade pygments to v2.1.3 for better language coverage.
- Upgrade wakatime-cli to master version to fix bug in urllib3 package causing unhandled retry exceptions.
- Prevent tracking git branch with detached head.
- Upgrade wakatime-cli to v6.0.3.
- Upgrade requests dependency to v2.10.0.
- Support for SOCKS proxies.
- Upgrade wakatime-cli to v6.0.2.
- Prevent popup on Mac when xcode-tools is not installed.
- Prevent implicit unicode decoding from string format when logging output from Python version check.
- Upgrade wakatime-cli to v6.0.1.
- Fix bug which prevented plugin from being sent with extra heartbeats.
- Queue heartbeats and send to wakatime-cli after 4 seconds.
- Nest settings menu under Package Settings.
- Upgrade wakatime-cli to v6.0.0.
- Increase default network timeout to 60 seconds when sending heartbeats to the api.
- New --extra-heartbeats command line argument for sending a JSON array of extra queued heartbeats to STDIN.
- Change --entitytype command line argument to --entity-type.
- No longer allowing --entity-type of url.
- 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.
- Fix bug causing RuntimeError when finding Python location
- 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.11
- encode machine hostname as Unicode when adding to X-Machine-Name header
- fix UnicodeDecodeError on ST2 with non-English locale
- upgrade wakatime-cli core to v4.1.10
- accept 201 or 202 response codes as success from api
- upgrade requests package to v2.9.1
- upgrade wakatime-cli core to v4.1.9
- 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
- use embedded python if system python is broken, or doesn't output a version number
- log output from wakatime-cli in ST console when in debug mode
- use embeddable Python instead of installing on Windows
- look for python in system PATH again
- improve logging with levels and log function
- switch registry warnings to debug log level
- correctly find python binary in non-Windows environments
- handle case where ST builtin python does not have _winreg or winreg module
- find python location from windows registry
- download python in non blocking background thread for Windows machines
- upgrade wakatime cli to v4.1.8
- fix bug in guess_language function
- improve dependency detection
- default request timeout of 30 seconds
- new --timeout command line argument to change request timeout in seconds
- allow passing command line arguments using sys.argv
- fix entry point for pypi distribution
- new --entity and --entitytype command line arguments
- upgrade wakatime cli to v4.1.3
- fix local session caching
- upgrade wakatime cli to v4.1.2
- fix bug in offline caching which prevented heartbeats from being cleaned up
- 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
- correctly use urllib in Python3
- install python if missing on Windows OS
- downgrade requests library to v2.6.0
- catch exceptions from pygments.modeline.get_filetype_from_buffer
- fix offline logging
- limit language detection to known file extensions, unless file contents has a vim modeline
- upgrade wakatime cli to v4.0.16
- allow customizing status bar message in sublime-settings file
- guess language using multiple methods, then use most accurate guess
- use entity and type for new heartbeats api resource schema
- correctly log message from py.warnings module
- upgrade wakatime cli to v4.0.15
- fix bug with auto detecting project name
- upgrade wakatime cli to v4.0.13
- 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
- upgrade wakatime cli to v4.0.12
- reuse SSL connection over multiple processes for improved performance
- upgrade wakatime cli to v4.0.11
- send cursorpos to wakatime cli
- upgrade wakatime cli to v4.0.10
- only send heartbeats for the currently active buffer
- ignore git temporary files
- don't send two write heartbeats within 2 seconds of eachother
- listen for selection modified instead of buffer activated for better performance
- fix bug in project detection when folder not found
- upgrade wakatime cli to v4.0.8
- added api_url config option to .wakatime.cfg file
- use open folder as current project when not using revision control
- copy list when obfuscating api key so original command is not modified
- obfuscate api key when logging to Sublime Text Console in debug mode
- always use external python binary because ST builtin python does not support checking SSL certs
- upgrade wakatime cli to v4.0.6
- correctly check for SSL support in ST built-in python
- fix status bar message
- always use unicode function from compat module when encoding log messages
- upgrade simplejson package to v3.6.5
- ability to disable status bar message from WakaTime.sublime-settings file
- status bar message showing when WakaTime plugin is enabled
- moved some logic into thread to help prevent slow plugin warning message
- upgrade wakatime cli to v4.0.4
- use requests library instead of urllib2, so api SSL cert is verified
- new --notfile argument to support logging time without a real file
- new --proxy argument for https proxy support
- new options for excluding and including directories
- handle errors encountered when looking for .sublime-project file
- 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
- fix bug causing plugin to not work in Sublime Text 2
- 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
- parse use namespaces from php files
- upgrade external wakatime package to v3.0.1
- 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
- popup error message if Python binary not found
- upgrade external wakatime package to v2.1.2
- still log heartbeat when something goes wrong while reading num lines in file
- 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.7
- fix support for subversion projects on Mac OS X
- upgrade external wakatime package to v2.0.6
- fix unicode bug by encoding json POST data
- upgrade external wakatime package to v2.0.5
- option in .wakatime.cfg to obfuscate file names
- upgrade external wakatime package to v2.0.4
- use unique logger namespace to prevent collisions in shared plugin environments
- upgrade external wakatime package to v2.0.3
- use project name from sublime-project file when no revision control project found
- upgrade external wakatime package to v2.0.2
- disable offline logging when Python not compiled with sqlite3 module
- upgrade external wakatime package to v2.0.1
- fix bug in queue preventing completed tasks from being purged
- disable syncing offline time until bug fixed
- 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
- upgrade external wakatime package to v1.0.0
- support for mercurial revision control
- upgrade common wakatime package to v0.5.3
- upgrade common wakatime package to v0.5.2
- upgrade common wakatime package to v0.5.1
- second line in .wakatime-project now sets branch name
- upgrade common wakatime package to v0.5.0
- use non-localized datetime in log
- decode file names with filesystem encoding, then encode as utf-8 for logging
- increase "ping" frequency from every 5 minutes to every 2 minutes
- prevent sending multiple api requests when saving the same file
- handle UnicodeDecodeError exceptions when json encoding log messages
- placing .wakatime-project file in a folder will read the project's name from that file
- recognize jinja2 file extensions as HTML
- handle case where ignore patterns not defined
- new setting to ignore files that match a regular expression pattern
- simplify some language lexer names into more common versions
- force some file extensions to be recognized as certain language
- remove support for subversion projects on Windows to prevent cmd window popups
- ignore all errors from pygments library
- read git branch from .git/HEAD without running command line git client
- send olson timezone string to api for displaying logged time in user's zone
- print error code in Sublime's console if api request fails
- fix SSL support problem for Linux users
- log source code language type of files
- log total number of lines in files
- better python3 support
- fix relative import bug
- switch back to urllib2 instead of requests library in wakatime package
- send Sublime version with api requests for easier debugging
- upgraded wakatime package
- using requests package in wakatime package
- fix bug causing wrong file name detected
- misc bug fixes
- detect git branches
- run wakatime package in new process when no SSL support in Sublime
- run wakatime package in main Sublime process
- no longer beta for Package Control versioning requirement
- remove away prompt popup
- run wakatime package in background
- support installing via Sublime Package Control
- fixes for user sublime-settings file
- renamed plugin folder
- use WakaTime.sublime-settings file for configuration settings
- Python3 support
- better Windows support by detecting pythonw.exe location
- upgraded wakatime package
- bug fix when detecting git repos
- Windows bug fixes
- prevent cmd window opening in background (Windows users only)
- log errors from wakatime package to ~/.wakatime.log
- distinguish between write events and normal events
- prompt user for api key if one does not already exist
- rename ~/.wakatime to ~/.wakatime.conf
- set away prompt to 5 minutes
- fix bug in custom logger
- Birth