rana-cli/HISTORY.rst

237 lines
3.9 KiB
ReStructuredText
Raw Normal View History

2013-07-06 07:51:09 +00:00
History
-------
2013-09-05 05:22:27 +00:00
2014-11-18 23:58:04 +00:00
2.1.6 (2014-11-18)
++++++++++++++++++
- fix list index error when detecting subversion project
2014-11-18 06:50:46 +00:00
2.1.5 (2014-11-17)
++++++++++++++++++
- catch exceptions when getting current machine time zone
2014-11-13 03:32:31 +00:00
2.1.4 (2014-11-12)
++++++++++++++++++
- when Python was not compiled with https support, log an error to the log file
2.1.3 (2014-11-10)
++++++++++++++++++
- correctly detect branch name for subversion projects
2014-10-07 11:44:51 +00:00
2.1.2 (2014-10-07)
++++++++++++++++++
- still log heartbeat when something goes wrong while reading num lines in file
2014-09-30 17:12:49 +00:00
2.1.1 (2014-09-30)
++++++++++++++++++
- fix bug where binary file opened as utf-8
2014-09-30 16:15:38 +00:00
2.1.0 (2014-09-30)
++++++++++++++++++
- python3 compatibility changes
2014-08-29 19:38:36 +00:00
2.0.8 (2014-08-29)
++++++++++++++++++
- supress output from svn command
2014-08-27 10:29:28 +00:00
2.0.7 (2014-08-27)
++++++++++++++++++
- find svn binary location from common install directories
2.0.6 (2014-08-07)
++++++++++++++++++
- encode json data as str when passing to urllib
2014-07-25 09:38:04 +00:00
2.0.5 (2014-07-25)
++++++++++++++++++
- option in .wakatime.cfg to obfuscate file names
2.0.4 (2014-07-25)
++++++++++++++++++
- use unique logger namespace to prevent collisions in shared plugin environments
2014-06-18 17:08:25 +00:00
2.0.3 (2014-06-18)
++++++++++++++++++
- use project from command line arg when no revision control project is found
2.0.2 (2014-06-09)
++++++++++++++++++
- include python3.2 compatible versions of simplejson, pytz, and tzlocal
- disable offline logging when Python was not compiled with sqlite3 module
2014-05-26 21:56:11 +00:00
2.0.1 (2014-05-26)
++++++++++++++++++
- fix bug in queue preventing actions with NULL values from being purged
2014-05-26 00:22:30 +00:00
2.0.0 (2014-05-25)
++++++++++++++++++
- offline time logging using sqlite3 to queue editor events
2014-05-07 00:19:01 +00:00
1.0.2 (2014-05-06)
++++++++++++++++++
- ability to set project from command line argument
2014-03-05 21:46:59 +00:00
1.0.1 (2014-03-05)
++++++++++++++++++
- use new domain name wakatime.com
2014-02-05 08:57:38 +00:00
1.0.0 (2014-02-05)
++++++++++++++++++
- detect project name and branch name from mercurial revision control
2014-01-16 00:42:53 +00:00
0.5.3 (2014-01-15)
++++++++++++++++++
- bug fix for unicode in Python3
2014-01-14 13:08:28 +00:00
0.5.2 (2014-01-14)
++++++++++++++++++
- minor bug fix for Subversion on non-English systems
2013-12-13 15:35:32 +00:00
0.5.1 (2013-12-13)
++++++++++++++++++
- second line in .wakatime-project file now sets branch name
2013-12-13 14:33:56 +00:00
0.5.0 (2013-12-13)
++++++++++++++++++
- Convert ~/.wakatime.conf to ~/.wakatime.cfg and use configparser format
- new [projectmap] section in cfg file for naming projects based on folders
2013-11-13 18:43:42 +00:00
0.4.10 (2013-11-13)
+++++++++++++++++++
- Placing .wakatime-project file in a folder will read the project's name from that file
2013-10-28 04:02:20 +00:00
0.4.9 (2013-10-27)
++++++++++++++++++
- New config for ignoring files from regular expressions
- Parse more options from config file (verbose, logfile, ignore)
2013-10-13 23:32:39 +00:00
0.4.8 (2013-10-13)
++++++++++++++++++
- Read git HEAD file to find current branch instead of running git command line
2013-10-01 14:55:15 +00:00
0.4.7 (2013-09-30)
++++++++++++++++++
- Sending local olson timezone string in api request
2013-09-22 20:41:13 +00:00
0.4.6 (2013-09-22)
++++++++++++++++++
- Sending total lines in file and language name to api
2013-09-08 02:05:31 +00:00
0.4.5 (2013-09-07)
++++++++++++++++++
- Fixed relative import error by adding packages directory to sys path
2013-09-07 05:46:52 +00:00
0.4.4 (2013-09-06)
++++++++++++++++++
- Using urllib2 again because of intermittent problems sending json with requests library
2013-09-05 06:23:48 +00:00
0.4.3 (2013-09-04)
++++++++++++++++++
- Encoding json as utf-8 before making request
2013-09-05 05:22:27 +00:00
0.4.2 (2013-09-04)
++++++++++++++++++
- Using requests package v1.2.3 from pypi
2013-08-25 23:33:35 +00:00
0.4.1 (2013-08-25)
++++++++++++++++++
- Fix bug causing requests library to omit POST content
2013-08-15 07:10:49 +00:00
0.4.0 (2013-08-15)
++++++++++++++++++
- Sending single branch instead of multiple tags
0.3.1 (2013-08-08)
++++++++++++++++++
- Using requests module instead of urllib2 to verify SSL certs
2013-08-08 09:13:27 +00:00
0.3.0 (2013-08-08)
++++++++++++++++++
- Allow importing directly from Python plugins
2013-07-06 07:51:09 +00:00
0.1.1 (2013-07-07)
++++++++++++++++++
- Refactored
- Simplified action events schema
2013-07-06 07:51:09 +00:00
0.0.1 (2013-07-05)
++++++++++++++++++
- Birth