vim-rana/HISTORY.rst

306 lines
6.2 KiB
ReStructuredText
Raw Normal View History

2014-01-16 02:13:22 +00:00
History
-------
2014-12-04 19:44:12 +00:00
2.0.14 (2014-12-04)
+++++++++++++++++++
- upgrade external wakatime package to v2.1.8
- fix UnicodeDecodeError when building user agent string
- handle case where response is None
2014-12-01 06:20:46 +00:00
2.0.13 (2014-11-30)
+++++++++++++++++++
- upgrade external wakatime package to v2.1.7
- upgrade pygments to v2.0.1
- always log an error when api key is incorrect
2014-11-19 00:04:37 +00:00
2.0.12 (2014-11-18)
+++++++++++++++++++
- upgrade external wakatime package to v2.1.6
- fix list index error when detecting subversion project
2014-11-13 03:35:42 +00:00
2.0.11 (2014-11-12)
+++++++++++++++++++
- upgrade external wakatime package to v2.1.4
- when Python was not compiled with https support, log an error to the log file
2014-11-10 23:18:26 +00:00
2.0.10 (2014-11-10)
2014-11-13 03:35:42 +00:00
+++++++++++++++++++
2014-11-10 23:18:26 +00:00
- upgrade external wakatime package to v2.1.3
- correctly detect branch for subversion projects
2014-11-04 06:53:22 +00:00
2.0.9 (2014-11-03)
++++++++++++++++++
- upgrade external wakatime package to v2.1.2
- catch UnicodeDecodeErrors to prevent error messages propegating into Vim
2014-09-30 17:15:34 +00:00
2.0.8 (2014-09-30)
++++++++++++++++++
- upgrade external wakatime package to v2.1.1
- fix bug where binary file opened as utf-8
2014-09-30 16:24:48 +00:00
2.0.7 (2014-09-30)
++++++++++++++++++
- upgrade external wakatime package to v2.1.0
- python3 compatibility changes
2014-08-29 19:47:30 +00:00
2.0.6 (2014-08-29)
++++++++++++++++++
- upgrade external wakatime package to v2.0.8
- supress output from svn command
2014-08-07 15:29:01 +00:00
2.0.5 (2014-08-07)
++++++++++++++++++
- upgrade external wakatime package to v2.0.6
- fix unicode bug by encoding json POST data
2014-07-25 09:45:35 +00:00
2.0.4 (2014-07-25)
++++++++++++++++++
- 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
2.0.3 (2014-06-09)
++++++++++++++++++
- upgrade external wakatime package to v2.0.2
2014-05-27 05:44:50 +00:00
2.0.2 (2014-05-26)
++++++++++++++++++
- correctly exec wakatime-cli in Windows OS
2014-05-26 21:59:47 +00:00
2.0.1 (2014-05-26)
++++++++++++++++++
- upgrade external wakatime package to v2.0.1
- fix bug in queue preventing completed tasks from being purged
2014-05-26 00:26:29 +00:00
2.0.0 (2014-05-25)
++++++++++++++++++
- upgrade external wakatime package to v2.0.0
- offline time logging using sqlite3 to queue editor events
2014-03-05 21:50:38 +00:00
1.5.4 (2014-03-05)
++++++++++++++++++
- upgrade external wakatime package to v1.0.1
- use new domain wakatime.com
2014-03-01 02:46:23 +00:00
1.5.3 (2014-02-28)
++++++++++++++++++
- only save last action to ~/.wakatime.data when calling external wakatime-cli
2014-02-05 09:00:33 +00:00
1.5.2 (2014-02-05)
++++++++++++++++++
- upgrade external wakatime package to v1.0.0
- support for mercurial revision control
2014-01-16 02:13:22 +00:00
1.5.1 (2014-01-15)
++++++++++++++++++
- upgrade external wakatime package to v0.5.3
- bug fix for unicode in Python3
1.5.0 (2013-12-16)
++++++++++++++++++
- upgrade external wakatime package to v0.5.1
- fix MAXREPEAT bug in Python2.7 by not using python in VimL
1.4.0 (2013-12-13)
++++++++++++++++++
- upgrade external wakatime package to v0.5.0
- convert ~/.wakatime.conf to ~/.wakatime.cfg and use configparser format
1.3.1 (2013-12-02)
++++++++++++++++++
- support non-English characters in file names
1.3.0 (2013-11-28)
++++++++++++++++++
- 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
1.2.3 (2013-10-27)
++++++++++++++++++
- upgrade external wakatime package to v0.4.9
- new config file option to ignore and prevent logging files based on regex
1.2.2 (2013-10-13)
++++++++++++++++++
- upgrade external wakatime package to v0.4.8
- prevent popup windows when detecting Git project on Windows platform
1.2.1 (2013-09-30)
++++++++++++++++++
- upgrade external wakatime package to v0.4.7
- send local olson timezone string in api requests
1.2.0 (2013-09-22)
++++++++++++++++++
- upgrade external wakatime package to v0.4.6
- logging total lines in current file and language used
1.1.5 (2013-09-07)
++++++++++++++++++
- upgrade external wakatime package to v0.4.5
- fix relative import error by adding packages directory to sys path
1.1.4 (2013-09-06)
++++++++++++++++++
- upgrade external wakatime package to v0.4.4
- use urllib2 again because of problems sending json with requests module
1.1.3 (2013-09-04)
++++++++++++++++++
- upgrade external wakatime package to v0.4.3
1.1.2 (2013-09-04)
++++++++++++++++++
- upgrade external wakatime package to v0.4.2
1.1.1 (2013-08-25)
++++++++++++++++++
- upgrade external wakatime package to v0.4.1
1.1.0 (2013-08-15)
++++++++++++++++++
- upgrade external wakatime package to v0.4.0
- detect branch from revision control
1.0.0 (2013-08-12)
++++++++++++++++++
- upgrade external wakatime package to v0.3.1
- use requests module instead of urllib2 to verify SSL certs
0.2.6 (2013-07-29)
++++++++++++++++++
- upgrade external wakatime package to v0.2.0 for python2 and python3 support
0.2.5 (2013-07-22)
++++++++++++++++++
- upgrade external wakatime package to v0.1.4
- use timeout and api pings to calculate logged time server-side instead of sending end_time
0.2.4 (2013-07-20)
++++++++++++++++++
- upgrade external wakatime package to v0.1.3
- run external wakatime script with any python version instead of forcing python2
- support for Subversion projects
0.2.3 (2013-07-16)
++++++++++++++++++
- 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
0.2.2 (2013-07-10)
++++++++++++++++++
- 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
0.2.1 (2013-07-07)
++++++++++++++++++
- 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
0.1.3 (2013-07-02)
++++++++++++++++++
- 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
0.1.2 (2013-06-25)
++++++++++++++++++
- Birth