- Fix plugin editor name.
- Track lineno and cursorpos.
- Disable plugin when missing api key. #187
- Prevent using incompatible third party node wakatime-cli. #171
- Fix async detection on Vim 8 and newer.
- Rate limit checking for wakatime-cli updates, to avoid GitHub API quota.
- Use pyx when available to install wakatime-cli on NeoVim.
- Download wakatime-cli with Powershell when no Python available.
- Fix WakaTimeCliVersion command in NeoVim. #160
- Detect 64bit vs 32bit correctly on all Windows. #166
- Support for Android. #168
- New WakaTimeCliVersion and WakaTimeCliLocation commands. da7483c
- Support reading api-key from vault command. #150
- Safe executable helper that doesn't error on empty command string. be38799
- Create parent directory for shared state file if missing. #138
- Expand env vars twice to make sure any nested ones are also evaluated. 9cf2f19
- Move vim temp files into .wakatime shared folder. f808057
- Clean up legacy wakatime-cli directory if exists. #131
- Copy wakatime-cli if creating symlink fails. #124
- Fix python on Windows in msys2. #123
- Copy wakatime-cli instead of symlink on Windows, and use exe extension. #122
- Use wakatime-cli symlink to avoid slow platform detection in vim script. 7a6d776
- Fix some Windows bugs. #120
- Fix finding location of wakatime-cli on Windows. #117
- Create symlink to wakatime-cli platform version for convenience. 0ce3da4
- Prevent trying to execute empty string command. #115
- Run python code without vim file to avoid spaces in file path. 137b19b
- Suppress download wakatime-cli message when already installed. #114
- Stop echoing debug output as error. e8d148e
- Fix slow startup on Windows when Python not installed on machine. 0e9d48c
- Prevent sending ON as language. 02405f1
- Vim language should be alternate not primary. 103e852
- Fixes when installing on system with Python 2.
- Fix wakatime-cli download url. #102
- Use new Go wakatime-cli.
- Fix WakaTimeToday command on NeoVim. #97
- Fix Neovim on Windows echos error every few minutes. #82
- Fix using g:wakatime_OverrideCommandPrefix override.
- Detect Neovim as distinct IDE in dashboards. #93
- Execute :WakaTimeToday command asynchronously. #95
- Upgrade wakatime-cli to v13.0.5.
- Upgrade bundled certifi to v2019.11.28.
- Bundle cryptography, pyopenssl, and ipaddress packages for improved SSL support on Python2.
- Support slashes in Mercurial and Git branch names. wakatime#199
- 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
- Upgrade wakatime-cli to v11.0.0.
- New command :WakaTimeToday for displaying today's coding time.
- Rename argument --show-time-today to --today.
- New argument --show-time-today for printing Today's coding time.
- Upgrade wakatime-cli to v10.8.4.
- Use wakatime fork of certifi package. sublime-wakatime#95
- 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
- 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.
- Support for project detection from git worktree folders.
- Force forward slash for file paths.
- New --category argument.
- New --exclude-unknown-project argument and corresponding config setting.
- Force forward slash for wakatime-cli path on Windows. #56
- Detect python binary from common paths.
- 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
- Correctly handle async output in Neovim as list not string. #62
- 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.
- 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.
- Limit bulk syncing to 5 heartbeats per request. wakatime#109
- Support saving unicode heartbeats when working offline. wakatime#112
- 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
- Fix bug causing 401 response when hidefilenames is enabled. wakatime#106
- 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
- Only use async when Vim supports options passed to job_start function. #54
- Support vimrc changing Vim shell by temporarily overwriting &shell. #55
- Support for async in Neovim.
- Support for Vim async on Windows.
- Bug fix for extra heartbeats time containing multiple decimal point chars which prevented extra heartbeats from being sent.
- Support running wakatime-cli async in Vim 8.0+. This greatly improves performance and prevents screen artifacts and the need to redraw. #53
- Upgrade wakatime-cli to v8.0.3.
- Improve Matlab language detection.
- Ability to disable screen redraw for improved performance.
- Make sure buffered heartbeats keep correct ordering.
- Compatibility with older Vim versions that do not support quitpre. #49
- Prevent sending a heartbeat when first opening Vim for imporved startup time.
- Prevent wildcard option from breaking expand() when Vim is launched from a wildcard folder. #50
- 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/wakatime
- Disable line count stats for files larger than 2MB to improve performance.
- Print error saying Python needs upgrading when requests can't be imported.
- Use localtime() when reltime() not available. #48
- Buffer heartbeats and send to wakatime-cli only once per 10 seconds. #47 #45
- New :WakaTimeApiKey, :WakaTimeDebugEnable, :WakaTimeDebugDisable commands.
- Improve INI config file parsing so api key check is more robust. #46
- Detect debug setting from ~/.wakatime.cfg file
- Support $WAKATIME_HOME env variable for setting path to config and log files.
- Upgrade wakatime-cli to v8.0.0.
- Allow colons in [projectmap] config section.
- Increase priority of F# and TypeScript languages.
- Upgrade wakatime-cli to v7.0.2.
- Language detected by Vim now overwrites auto-detected language, if the Vim language is supported in default.json or vim.json.
- Support NTLM proxy format like domain\user:pass.
- Support for Python 3.6.
- Upgrade wakatime-cli to v6.2.2.
- Allow boolean or list of regex patterns for hidefilenames config setting.
- New WAKATIME_HOME env variable for setting path to config and log files.
- New hostname setting in config file to set machine hostname. Hostname argument takes priority over hostname from config file.
- Improve debug warning message from unsupported dependency parsers.
- Handle exception from Python system library read permission problem.
- Prevent encoding errors when logging files with special characters.
- Handle unknown exceptions from requests library by deleting cached session object because it could be from a previous conflicting version.
- Prevent logging unrelated exception when logging tracebacks.
- 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