forked from luna/vim-rana-local
improve changelog formatting
This commit is contained in:
parent
df845c3709
commit
033a96a90f
1 changed files with 174 additions and 169 deletions
343
HISTORY.rst
343
HISTORY.rst
|
@ -76,480 +76,485 @@ History
|
||||||
4.0.8 (2016-03-06)
|
4.0.8 (2016-03-06)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade wakatime-cli to v4.1.13
|
- Upgrade wakatime-cli to v4.1.13
|
||||||
- encode TimeZone as utf-8 before adding to headers
|
- Encode TimeZone as utf-8 before adding to headers
|
||||||
- encode X-Machine-Name as utf-8 before adding to headers
|
- Encode X-Machine-Name as utf-8 before adding to headers
|
||||||
|
|
||||||
|
|
||||||
4.0.7 (2016-01-11)
|
4.0.7 (2016-01-11)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade wakatime cli to v4.1.10
|
- Upgrade wakatime cli to v4.1.10
|
||||||
- improve C# dependency detection
|
- Improve C# dependency detection
|
||||||
- correctly log exception tracebacks
|
- Correctly log exception tracebacks
|
||||||
- log all unknown exceptions to wakatime.log file
|
- Log all unknown exceptions to wakatime.log file
|
||||||
- disable urllib3 SSL warning from every request
|
- Disable urllib3 SSL warning from every request
|
||||||
- detect dependencies from golang files
|
- Detect dependencies from golang files
|
||||||
- use api.wakatime.com for sending heartbeats
|
- Use api.wakatime.com for sending heartbeats
|
||||||
- accept 201 or 202 response codes as success from api
|
- Accept 201 or 202 response codes as success from api
|
||||||
- upgrade requests package to v2.9.1
|
- Upgrade requests package to v2.9.1
|
||||||
|
|
||||||
|
|
||||||
4.0.6 (2015-12-01)
|
4.0.6 (2015-12-01)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade wakatime cli to v4.1.8
|
- Upgrade wakatime cli to v4.1.8
|
||||||
- default request timeout of 30 seconds
|
- Default request timeout of 30 seconds
|
||||||
- new --timeout command line argument to change request timeout in seconds
|
- New --timeout command line argument to change request timeout in seconds
|
||||||
- fix bug in guess_language function
|
- Fix bug in guess_language function
|
||||||
- improve dependency detection
|
- Improve dependency detection
|
||||||
|
|
||||||
|
|
||||||
4.0.5 (2015-09-07)
|
4.0.5 (2015-09-07)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade wakatime cli to v4.1.6
|
- Upgrade wakatime cli to v4.1.6
|
||||||
- fix bug in offline caching which prevented heartbeats from being cleaned up
|
- Fix bug in offline caching which prevented heartbeats from being cleaned up
|
||||||
- fix local session caching
|
- Fix local session caching
|
||||||
- new --entity and --entitytype command line arguments
|
- New --entity and --entitytype command line arguments
|
||||||
- fix entry point for pypi distribution
|
- Fix entry point for pypi distribution
|
||||||
- allow passing command line arguments using sys.argv
|
- Allow passing command line arguments using sys.argv
|
||||||
|
|
||||||
|
|
||||||
4.0.4 (2015-08-25)
|
4.0.4 (2015-08-25)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade wakatime cli to v4.1.1
|
- Upgrade wakatime cli to v4.1.1
|
||||||
- send hostname in X-Machine-Name header
|
- Send hostname in X-Machine-Name header
|
||||||
- catch exceptions from pygments.modeline.get_filetype_from_buffer
|
- Catch exceptions from pygments.modeline.get_filetype_from_buffer
|
||||||
- upgrade requests package to v2.7.0
|
- Upgrade requests package to v2.7.0
|
||||||
- handle non-ASCII characters in import path on Windows, won't fix for Python2
|
- Handle non-ASCII characters in import path on Windows, won't fix for Python2
|
||||||
- upgrade argparse to v1.3.0
|
- Upgrade argparse to v1.3.0
|
||||||
- move language translations to api server
|
- Move language translations to api server
|
||||||
- move extension rules 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
|
- Detect correct header file language based on presence of .cpp or .c files
|
||||||
|
named the same as the .h file.
|
||||||
|
|
||||||
|
|
||||||
4.0.3 (2015-06-23)
|
4.0.3 (2015-06-23)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- fix offline logging
|
- Fix offline logging
|
||||||
- limit language detection to known file extensions, unless file contents has a vim modeline
|
- Limit language detection to known file extensions, unless file contents has
|
||||||
- upgrade wakatime cli to v4.0.16
|
a vim modeline.
|
||||||
|
- Upgrade wakatime cli to v4.0.16
|
||||||
|
|
||||||
|
|
||||||
4.0.2 (2015-06-11)
|
4.0.2 (2015-06-11)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade wakatime cli to v4.0.15
|
- Upgrade wakatime cli to v4.0.15
|
||||||
- guess language using multiple methods, then use most accurate guess
|
- Guess language using multiple methods, then use most accurate guess
|
||||||
- use entity and type for new heartbeats api resource schema
|
- Use entity and type for new heartbeats api resource schema
|
||||||
|
|
||||||
|
|
||||||
4.0.1 (2015-05-31)
|
4.0.1 (2015-05-31)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade wakatime cli to v4.0.14
|
- Upgrade wakatime cli to v4.0.14
|
||||||
- make sure config file has api_key
|
- Make sure config file has api_key
|
||||||
- only display setup complete message first time setting up cfg file
|
- Only display setup complete message first time setting up cfg file
|
||||||
- don't log time towards git temporary files
|
- Don't log time towards git temporary files
|
||||||
- prevent slowness in quickfix window to fix #24
|
- Prevent slowness in quickfix window to fix #24
|
||||||
- reuse SSL connection across multiple processes for improved performance
|
- Reuse SSL connection across multiple processes for improved performance
|
||||||
- correctly display caller and lineno in log file when debug is true
|
- Correctly display caller and lineno in log file when debug is true
|
||||||
- project passed with --project argument will always be used
|
- Project passed with --project argument will always be used
|
||||||
- new --alternate-project argument
|
- New --alternate-project argument
|
||||||
- fix bug with auto detecting project name
|
- Fix bug with auto detecting project name
|
||||||
- correctly log message from py.warnings module
|
- Correctly log message from py.warnings module
|
||||||
- handle plugin_directory containing spaces
|
- Handle plugin_directory containing spaces
|
||||||
|
|
||||||
|
|
||||||
4.0.0 (2015-05-01)
|
4.0.0 (2015-05-01)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade wakatime cli to v4.0.8
|
- Upgrade wakatime cli to v4.0.8
|
||||||
- check for api_key in config file instead of just checking if file exists
|
- Check for api_key in config file instead of just checking if file exists
|
||||||
|
|
||||||
|
|
||||||
3.0.9 (2015-04-02)
|
3.0.9 (2015-04-02)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade wakatime cli to v4.0.7
|
- Upgrade wakatime cli to v4.0.7
|
||||||
- update requests package to v2.0.6
|
- Update requests package to v2.0.6
|
||||||
- update simplejson to v3.6.5
|
- Update simplejson to v3.6.5
|
||||||
- capture warnings in log file
|
- Capture warnings in log file
|
||||||
|
|
||||||
|
|
||||||
3.0.8 (2015-03-09)
|
3.0.8 (2015-03-09)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade wakatime cli to v4.0.4
|
- Upgrade wakatime cli to v4.0.4
|
||||||
- new options for excluding and including directories
|
- New options for excluding and including directories
|
||||||
|
|
||||||
|
|
||||||
3.0.7 (2015-02-12)
|
3.0.7 (2015-02-12)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime-cli to v4.0.0
|
- Upgrade external wakatime-cli to v4.0.0
|
||||||
- use requests library instead of urllib2, so api SSL cert is verified
|
- Use requests library instead of urllib2, so api SSL cert is verified
|
||||||
- new proxy config file item for https proxy support
|
- New proxy config file item for https proxy support
|
||||||
|
|
||||||
|
|
||||||
3.0.6 (2015-01-19)
|
3.0.6 (2015-01-19)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- prompt for api key only after first buffer window opened
|
- Prompt for api key only after first buffer window opened
|
||||||
- include vim version number in plugin user agent string
|
- Include vim version number in plugin user agent string
|
||||||
|
|
||||||
|
|
||||||
3.0.5 (2015-01-13)
|
3.0.5 (2015-01-13)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v3.0.5
|
- Upgrade external wakatime package to v3.0.5
|
||||||
- ignore errors from malformed markup (too many closing tags)
|
- Ignore errors from malformed markup (too many closing tags)
|
||||||
|
|
||||||
|
|
||||||
3.0.4 (2015-01-06)
|
3.0.4 (2015-01-06)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v3.0.4
|
- Upgrade external wakatime package to v3.0.4
|
||||||
- remove unused dependency, which is missing in some python environments
|
- Remove unused dependency, which is missing in some python environments
|
||||||
|
|
||||||
|
|
||||||
3.0.3 (2014-12-25)
|
3.0.3 (2014-12-25)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v3.0.3
|
- Upgrade external wakatime package to v3.0.3
|
||||||
- detect JavaScript frameworks from script tags in Html template files
|
- Detect JavaScript frameworks from script tags in Html template files
|
||||||
|
|
||||||
|
|
||||||
3.0.2 (2014-12-25)
|
3.0.2 (2014-12-25)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v3.0.2
|
- Upgrade external wakatime package to v3.0.2
|
||||||
- detect frameworks from JavaScript and JSON files
|
- Detect frameworks from JavaScript and JSON files
|
||||||
|
|
||||||
|
|
||||||
3.0.1 (2014-12-23)
|
3.0.1 (2014-12-23)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v3.0.1
|
- Upgrade external wakatime package to v3.0.1
|
||||||
- handle unknown language when parsing dependencies
|
- Handle unknown language when parsing dependencies
|
||||||
|
|
||||||
|
|
||||||
3.0.0 (2014-12-23)
|
3.0.0 (2014-12-23)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v3.0.0
|
- Upgrade external wakatime package to v3.0.0
|
||||||
- detect libraries and frameworks for C++, Java, .NET, PHP, and Python files
|
- Detect libraries and frameworks for C++, Java, .NET, PHP, and Python files
|
||||||
|
|
||||||
|
|
||||||
2.0.16 (2014-12-22)
|
2.0.16 (2014-12-22)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v2.1.11
|
- Upgrade external wakatime package to v2.1.11
|
||||||
- fix bug in offline logging when no response from api
|
- Fix bug in offline logging when no response from api
|
||||||
|
|
||||||
|
|
||||||
2.0.15 (2014-12-05)
|
2.0.15 (2014-12-05)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v2.1.9
|
- Upgrade external wakatime package to v2.1.9
|
||||||
- fix bug preventing offline heartbeats from being purged after uploaded
|
- Fix bug preventing offline heartbeats from being purged after uploaded
|
||||||
|
|
||||||
|
|
||||||
2.0.14 (2014-12-04)
|
2.0.14 (2014-12-04)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v2.1.8
|
- Upgrade external wakatime package to v2.1.8
|
||||||
- fix UnicodeDecodeError when building user agent string
|
- Fix UnicodeDecodeError when building user agent string
|
||||||
- handle case where response is None
|
- Handle case where response is None
|
||||||
|
|
||||||
|
|
||||||
2.0.13 (2014-11-30)
|
2.0.13 (2014-11-30)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v2.1.7
|
- Upgrade external wakatime package to v2.1.7
|
||||||
- upgrade pygments to v2.0.1
|
- Upgrade pygments to v2.0.1
|
||||||
- always log an error when api key is incorrect
|
- Always log an error when api key is incorrect
|
||||||
|
|
||||||
|
|
||||||
2.0.12 (2014-11-18)
|
2.0.12 (2014-11-18)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v2.1.6
|
- Upgrade external wakatime package to v2.1.6
|
||||||
- fix list index error when detecting subversion project
|
- Fix list index error when detecting subversion project
|
||||||
|
|
||||||
|
|
||||||
2.0.11 (2014-11-12)
|
2.0.11 (2014-11-12)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v2.1.4
|
- Upgrade external wakatime package to v2.1.4
|
||||||
- when Python was not compiled with https support, log an error to the log file
|
- When Python was not compiled with https support, log an error to the log file
|
||||||
|
|
||||||
|
|
||||||
2.0.10 (2014-11-10)
|
2.0.10 (2014-11-10)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v2.1.3
|
- Upgrade external wakatime package to v2.1.3
|
||||||
- correctly detect branch for subversion projects
|
- Correctly detect branch for subversion projects
|
||||||
|
|
||||||
|
|
||||||
2.0.9 (2014-11-03)
|
2.0.9 (2014-11-03)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v2.1.2
|
- Upgrade external wakatime package to v2.1.2
|
||||||
- catch UnicodeDecodeErrors to prevent error messages propegating into Vim
|
- Catch UnicodeDecodeErrors to prevent error messages propegating into Vim
|
||||||
|
|
||||||
|
|
||||||
2.0.8 (2014-09-30)
|
2.0.8 (2014-09-30)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v2.1.1
|
- Upgrade external wakatime package to v2.1.1
|
||||||
- fix bug where binary file opened as utf-8
|
- Fix bug where binary file opened as utf-8
|
||||||
|
|
||||||
|
|
||||||
2.0.7 (2014-09-30)
|
2.0.7 (2014-09-30)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v2.1.0
|
- Upgrade external wakatime package to v2.1.0
|
||||||
- python3 compatibility changes
|
- Python3 compatibility changes
|
||||||
|
|
||||||
|
|
||||||
2.0.6 (2014-08-29)
|
2.0.6 (2014-08-29)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v2.0.8
|
- Upgrade external wakatime package to v2.0.8
|
||||||
- supress output from svn command
|
- Supress output from svn command
|
||||||
|
|
||||||
|
|
||||||
2.0.5 (2014-08-07)
|
2.0.5 (2014-08-07)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v2.0.6
|
- Upgrade external wakatime package to v2.0.6
|
||||||
- fix unicode bug by encoding json POST data
|
- Fix unicode bug by encoding json POST data
|
||||||
|
|
||||||
|
|
||||||
2.0.4 (2014-07-25)
|
2.0.4 (2014-07-25)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v2.0.5
|
- Upgrade external wakatime package to v2.0.5
|
||||||
- use unique logger namespace to prevent collisions in shared plugin environments
|
- Use unique logger namespace to prevent collisions in shared plugin
|
||||||
- option in .wakatime.cfg to obfuscate file names
|
environments.
|
||||||
|
- Option in .wakatime.cfg to obfuscate file names
|
||||||
|
|
||||||
|
|
||||||
2.0.3 (2014-06-09)
|
2.0.3 (2014-06-09)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v2.0.2
|
- Upgrade external wakatime package to v2.0.2
|
||||||
|
|
||||||
|
|
||||||
2.0.2 (2014-05-26)
|
2.0.2 (2014-05-26)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- correctly exec wakatime-cli in Windows OS
|
- Correctly exec wakatime-cli in Windows OS
|
||||||
|
|
||||||
|
|
||||||
2.0.1 (2014-05-26)
|
2.0.1 (2014-05-26)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v2.0.1
|
- Upgrade external wakatime package to v2.0.1
|
||||||
- fix bug in queue preventing completed tasks from being purged
|
- Fix bug in queue preventing completed tasks from being purged
|
||||||
|
|
||||||
|
|
||||||
2.0.0 (2014-05-25)
|
2.0.0 (2014-05-25)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v2.0.0
|
- Upgrade external wakatime package to v2.0.0
|
||||||
- offline time logging using sqlite3 to queue editor events
|
- Offline time logging using sqlite3 to queue editor events
|
||||||
|
|
||||||
|
|
||||||
1.5.4 (2014-03-05)
|
1.5.4 (2014-03-05)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v1.0.1
|
- Upgrade external wakatime package to v1.0.1
|
||||||
- use new domain wakatime.com
|
- Use new domain wakatime.com
|
||||||
|
|
||||||
|
|
||||||
1.5.3 (2014-02-28)
|
1.5.3 (2014-02-28)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- only save last action to ~/.wakatime.data when calling external wakatime-cli
|
- Only save last action to ~/.wakatime.data when calling external wakatime-cli
|
||||||
|
|
||||||
|
|
||||||
1.5.2 (2014-02-05)
|
1.5.2 (2014-02-05)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v1.0.0
|
- Upgrade external wakatime package to v1.0.0
|
||||||
- support for mercurial revision control
|
- Support for mercurial revision control
|
||||||
|
|
||||||
|
|
||||||
1.5.1 (2014-01-15)
|
1.5.1 (2014-01-15)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.5.3
|
- Upgrade external wakatime package to v0.5.3
|
||||||
- bug fix for unicode in Python3
|
- Bug fix for unicode in Python3
|
||||||
|
|
||||||
|
|
||||||
1.5.0 (2013-12-16)
|
1.5.0 (2013-12-16)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.5.1
|
- Upgrade external wakatime package to v0.5.1
|
||||||
- fix MAXREPEAT bug in Python2.7 by not using python in VimL
|
- Fix MAXREPEAT bug in Python2.7 by not using python in VimL
|
||||||
|
|
||||||
|
|
||||||
1.4.0 (2013-12-13)
|
1.4.0 (2013-12-13)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.5.0
|
- Upgrade external wakatime package to v0.5.0
|
||||||
- convert ~/.wakatime.conf to ~/.wakatime.cfg and use configparser format
|
- Convert ~/.wakatime.conf to ~/.wakatime.cfg and use configparser format
|
||||||
|
|
||||||
|
|
||||||
1.3.1 (2013-12-02)
|
1.3.1 (2013-12-02)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- support non-English characters in file names
|
- Support non-English characters in file names
|
||||||
|
|
||||||
|
|
||||||
1.3.0 (2013-11-28)
|
1.3.0 (2013-11-28)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- increase frequency of pings to api from every 5 mins to every 2 mins
|
- Increase frequency of pings to api from every 5 mins to every 2 mins
|
||||||
- upgrade external wakatime package to v0.4.10
|
- Upgrade external wakatime package to v0.4.10
|
||||||
- support .wakatime-project files for custom project names
|
- Support .wakatime-project files for custom project names
|
||||||
|
|
||||||
|
|
||||||
1.2.3 (2013-10-27)
|
1.2.3 (2013-10-27)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.4.9
|
- Upgrade external wakatime package to v0.4.9
|
||||||
- new config file option to ignore and prevent logging files based on regex
|
- New config file option to ignore and prevent logging files based on regex
|
||||||
|
|
||||||
|
|
||||||
1.2.2 (2013-10-13)
|
1.2.2 (2013-10-13)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.4.8
|
- Upgrade external wakatime package to v0.4.8
|
||||||
- prevent popup windows when detecting Git project on Windows platform
|
- Prevent popup windows when detecting Git project on Windows platform
|
||||||
|
|
||||||
|
|
||||||
1.2.1 (2013-09-30)
|
1.2.1 (2013-09-30)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.4.7
|
- Upgrade external wakatime package to v0.4.7
|
||||||
- send local olson timezone string in api requests
|
- Send local olson timezone string in api requests
|
||||||
|
|
||||||
|
|
||||||
1.2.0 (2013-09-22)
|
1.2.0 (2013-09-22)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.4.6
|
- Upgrade external wakatime package to v0.4.6
|
||||||
- logging total lines in current file and language used
|
- Logging total lines in current file and language used
|
||||||
|
|
||||||
|
|
||||||
1.1.5 (2013-09-07)
|
1.1.5 (2013-09-07)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.4.5
|
- Upgrade external wakatime package to v0.4.5
|
||||||
- fix relative import error by adding packages directory to sys path
|
- Fix relative import error by adding packages directory to sys path
|
||||||
|
|
||||||
|
|
||||||
1.1.4 (2013-09-06)
|
1.1.4 (2013-09-06)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.4.4
|
- Upgrade external wakatime package to v0.4.4
|
||||||
- use urllib2 again because of problems sending json with requests module
|
- Use urllib2 again because of problems sending json with requests module
|
||||||
|
|
||||||
|
|
||||||
1.1.3 (2013-09-04)
|
1.1.3 (2013-09-04)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.4.3
|
- Upgrade external wakatime package to v0.4.3
|
||||||
|
|
||||||
|
|
||||||
1.1.2 (2013-09-04)
|
1.1.2 (2013-09-04)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.4.2
|
- Upgrade external wakatime package to v0.4.2
|
||||||
|
|
||||||
|
|
||||||
1.1.1 (2013-08-25)
|
1.1.1 (2013-08-25)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.4.1
|
- Upgrade external wakatime package to v0.4.1
|
||||||
|
|
||||||
|
|
||||||
1.1.0 (2013-08-15)
|
1.1.0 (2013-08-15)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.4.0
|
- Upgrade external wakatime package to v0.4.0
|
||||||
- detect branch from revision control
|
- Detect branch from revision control
|
||||||
|
|
||||||
|
|
||||||
1.0.0 (2013-08-12)
|
1.0.0 (2013-08-12)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.3.1
|
- Upgrade external wakatime package to v0.3.1
|
||||||
- use requests module instead of urllib2 to verify SSL certs
|
- Use requests module instead of urllib2 to verify SSL certs
|
||||||
|
|
||||||
|
|
||||||
0.2.6 (2013-07-29)
|
0.2.6 (2013-07-29)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.2.0 for python2 and python3 support
|
- Upgrade external wakatime package to v0.2.0 for python2 and python3 support
|
||||||
|
|
||||||
|
|
||||||
0.2.5 (2013-07-22)
|
0.2.5 (2013-07-22)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.1.4
|
- Upgrade external wakatime package to v0.1.4
|
||||||
- use timeout and api pings to calculate logged time server-side instead of sending end_time
|
- Use timeout and api pings to calculate logged time server-side instead of
|
||||||
|
sending end_time
|
||||||
|
|
||||||
|
|
||||||
0.2.4 (2013-07-20)
|
0.2.4 (2013-07-20)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- upgrade external wakatime package to v0.1.3
|
- Upgrade external wakatime package to v0.1.3
|
||||||
- run external wakatime script with any python version instead of forcing python2
|
- Run external wakatime script with any python version instead of forcing
|
||||||
- support for Subversion projects
|
python2
|
||||||
|
- Support for Subversion projects
|
||||||
|
|
||||||
|
|
||||||
0.2.3 (2013-07-16)
|
0.2.3 (2013-07-16)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- fix bug when calculation away duration
|
- Fix bug when calculation away duration
|
||||||
- fixed bug where away prompt would do the opposite of user's choice
|
- Fixed bug where away prompt would do the opposite of user's choice
|
||||||
- force external wakatime script to run with python2
|
- Force external wakatime script to run with python2
|
||||||
- many bug fixes
|
- Many bug fixes
|
||||||
|
|
||||||
|
|
||||||
0.2.2 (2013-07-10)
|
0.2.2 (2013-07-10)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- fix bug where event missed when first opening Vim with a file
|
- Fix bug where event missed when first opening Vim with a file
|
||||||
- remove verbose flag to stop printing debug messages
|
- Remove verbose flag to stop printing debug messages
|
||||||
- stop using VimL strings as floats
|
- Stop using VimL strings as floats
|
||||||
- only log events once every 5 minutes, except for write events
|
- Only log events once every 5 minutes, except for write events
|
||||||
- prompt user for api key if one does not already exist
|
- Prompt user for api key if one does not already exist
|
||||||
- set 5 second delay between writing last cursor event time to local file
|
- Set 5 second delay between writing last cursor event time to local file
|
||||||
- many bug fixes
|
- Many bug fixes
|
||||||
|
|
||||||
|
|
||||||
0.2.1 (2013-07-07)
|
0.2.1 (2013-07-07)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- move api interface code into external wakatime repository
|
- Move api interface code into external wakatime repository
|
||||||
- support for Git projects
|
- Support for Git projects
|
||||||
- support changes to api schema which break backwards compatibility
|
- Support changes to api schema which break backwards compatibility
|
||||||
- simplify user events into regular events and write events
|
- Simplify user events into regular events and write events
|
||||||
|
|
||||||
|
|
||||||
0.1.3 (2013-07-02)
|
0.1.3 (2013-07-02)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- move wakatime.log to $HOME folder
|
- Move wakatime.log to $HOME folder
|
||||||
- support Vim's +clientserver for multiple instances of Vim
|
- Support Vim's +clientserver for multiple instances of Vim
|
||||||
- auto create log file if it does not exist
|
- Auto create log file if it does not exist
|
||||||
- fixed bugs
|
- Fixed bugs
|
||||||
|
|
||||||
|
|
||||||
0.1.2 (2013-06-25)
|
0.1.2 (2013-06-25)
|
||||||
|
|
Loading…
Reference in a new issue