sublime-wakatime/HISTORY.rst

830 lines
16 KiB
ReStructuredText
Raw Normal View History

2013-10-01 19:39:21 +04:00
History
-------
2016-04-29 02:13:50 +03:00
7.0.1 (2016-04-28)
++++++++++++++++++
- Upgrade wakatime-cli to v6.0.1.
- Fix bug which prevented plugin from being sent with extra heartbeats.
2016-04-29 01:21:51 +03:00
7.0.0 (2016-04-28)
++++++++++++++++++
- 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.
2016-04-19 01:27:52 +03:00
6.0.8 (2016-04-18)
++++++++++++++++++
- 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.
2016-03-11 20:24:27 +03:00
6.0.7 (2016-03-11)
++++++++++++++++++
- Fix bug causing RuntimeError when finding Python location
2016-03-07 01:14:40 +03:00
6.0.6 (2016-03-06)
++++++++++++++++++
- 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
2016-03-06 23:49:49 +03:00
6.0.5 (2016-03-06)
++++++++++++++++++
- upgrade wakatime-cli to v4.1.11
- encode machine hostname as Unicode when adding to X-Machine-Name header
2016-01-15 14:27:52 +03:00
6.0.4 (2016-01-15)
++++++++++++++++++
- fix UnicodeDecodeError on ST2 with non-English locale
2016-01-11 22:29:52 +03:00
6.0.3 (2016-01-11)
++++++++++++++++++
- 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
2016-01-07 00:59:56 +03:00
6.0.2 (2016-01-06)
++++++++++++++++++
- 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
2016-01-02 10:09:08 +03:00
6.0.1 (2016-01-01)
++++++++++++++++++
- 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
2015-12-01 12:06:00 +03:00
6.0.0 (2015-12-01)
++++++++++++++++++
- use embeddable Python instead of installing on Windows
2015-10-06 13:59:42 +03:00
5.0.1 (2015-10-06)
++++++++++++++++++
- look for python in system PATH again
2015-10-02 22:11:04 +03:00
5.0.0 (2015-10-02)
++++++++++++++++++
- improve logging with levels and log function
- switch registry warnings to debug log level
2015-10-02 01:20:34 +03:00
4.0.20 (2015-10-01)
++++++++++++++++++
- correctly find python binary in non-Windows environments
2015-10-02 01:15:15 +03:00
4.0.19 (2015-10-01)
++++++++++++++++++
- handle case where ST builtin python does not have _winreg or winreg module
2015-10-02 01:08:35 +03:00
4.0.18 (2015-10-01)
++++++++++++++++++
- find python location from windows registry
2015-10-01 22:42:04 +03:00
4.0.17 (2015-10-01)
++++++++++++++++++
- download python in non blocking background thread for Windows machines
2015-09-29 13:13:04 +03:00
4.0.16 (2015-09-29)
++++++++++++++++++
- 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
2015-08-29 01:06:49 +03:00
4.0.15 (2015-08-28)
++++++++++++++++++
- upgrade wakatime cli to v4.1.3
- fix local session caching
2015-08-25 21:20:45 +03:00
4.0.14 (2015-08-25)
++++++++++++++++++
- upgrade wakatime cli to v4.1.2
- fix bug in offline caching which prevented heartbeats from being cleaned up
2015-08-25 10:43:56 +03:00
4.0.13 (2015-08-25)
++++++++++++++++++
- 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
2015-08-01 01:34:36 +03:00
4.0.12 (2015-07-31)
++++++++++++++++++
- correctly use urllib in Python3
2015-08-01 01:20:57 +03:00
4.0.11 (2015-07-31)
++++++++++++++++++
- install python if missing on Windows OS
2015-07-31 23:27:58 +03:00
4.0.10 (2015-07-31)
++++++++++++++++++
- downgrade requests library to v2.6.0
2015-07-29 10:04:39 +03:00
4.0.9 (2015-07-29)
++++++++++++++++++
- catch exceptions from pygments.modeline.get_filetype_from_buffer
2015-06-24 04:17:25 +03:00
4.0.8 (2015-06-23)
++++++++++++++++++
- fix offline logging
- limit language detection to known file extensions, unless file contents has a vim modeline
- upgrade wakatime cli to v4.0.16
4.0.7 (2015-06-21)
2015-06-21 20:45:51 +03:00
++++++++++++++++++
- 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
2015-05-17 00:38:58 +03:00
4.0.6 (2015-05-16)
++++++++++++++++++
- fix bug with auto detecting project name
- upgrade wakatime cli to v4.0.13
2015-05-16 01:34:17 +03:00
4.0.5 (2015-05-15)
++++++++++++++++++
- 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
2015-05-13 01:04:39 +03:00
4.0.4 (2015-05-12)
++++++++++++++++++
- reuse SSL connection over multiple processes for improved performance
- upgrade wakatime cli to v4.0.11
2015-05-07 02:35:01 +03:00
4.0.3 (2015-05-06)
++++++++++++++++++
- send cursorpos to wakatime cli
- upgrade wakatime cli to v4.0.10
2015-05-07 00:01:35 +03:00
4.0.2 (2015-05-06)
++++++++++++++++++
- only send heartbeats for the currently active buffer
2015-05-06 22:30:36 +03:00
4.0.1 (2015-05-06)
++++++++++++++++++
- ignore git temporary files
- don't send two write heartbeats within 2 seconds of eachother
2015-04-13 02:46:30 +03:00
4.0.0 (2015-04-12)
++++++++++++++++++
- listen for selection modified instead of buffer activated for better performance
2015-04-08 00:21:25 +03:00
3.0.19 (2015-04-07)
+++++++++++++++++++
- fix bug in project detection when folder not found
2015-04-04 21:05:35 +03:00
3.0.18 (2015-04-04)
+++++++++++++++++++
- upgrade wakatime cli to v4.0.8
- added api_url config option to .wakatime.cfg file
2015-04-03 02:42:50 +03:00
3.0.17 (2015-04-02)
+++++++++++++++++++
- use open folder as current project when not using revision control
2015-04-03 01:05:06 +03:00
3.0.16 (2015-04-02)
+++++++++++++++++++
- copy list when obfuscating api key so original command is not modified
2015-04-01 23:02:00 +03:00
3.0.15 (2015-04-01)
+++++++++++++++++++
- obfuscate api key when logging to Sublime Text Console in debug mode
2015-04-01 02:21:05 +03:00
3.0.14 (2015-03-31)
+++++++++++++++++++
- always use external python binary because ST builtin python does not support checking SSL certs
- upgrade wakatime cli to v4.0.6
2015-03-24 20:05:23 +03:00
3.0.13 (2015-03-23)
+++++++++++++++++++
- correctly check for SSL support in ST built-in python
- fix status bar message
2015-03-24 01:06:27 +03:00
3.0.12 (2015-03-23)
+++++++++++++++++++
- always use unicode function from compat module when encoding log messages
2015-03-24 00:01:40 +03:00
3.0.11 (2015-03-23)
+++++++++++++++++++
- upgrade simplejson package to v3.6.5
2015-03-23 03:14:20 +03:00
3.0.10 (2015-03-22)
+++++++++++++++++++
- ability to disable status bar message from WakaTime.sublime-settings file
2015-03-20 11:16:34 +03:00
3.0.9 (2015-03-20)
++++++++++++++++++
- status bar message showing when WakaTime plugin is enabled
- moved some logic into thread to help prevent slow plugin warning message
2015-03-10 01:25:40 +03:00
3.0.8 (2015-03-09)
++++++++++++++++++
- 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
2015-02-06 04:42:19 +03:00
3.0.7 (2015-02-05)
++++++++++++++++++
- handle errors encountered when looking for .sublime-project file
2015-01-14 01:07:23 +03:00
3.0.6 (2015-01-13)
++++++++++++++++++
- upgrade external wakatime package to v3.0.5
- ignore errors from malformed markup (too many closing tags)
2015-01-06 22:38:26 +03:00
3.0.5 (2015-01-06)
++++++++++++++++++
- upgrade external wakatime package to v3.0.4
- remove unused dependency, which is missing in some python environments
2014-12-27 03:21:13 +03:00
3.0.4 (2014-12-26)
++++++++++++++++++
- fix bug causing plugin to not work in Sublime Text 2
2014-12-25 22:37:22 +03:00
3.0.3 (2014-12-25)
++++++++++++++++++
- upgrade external wakatime package to v3.0.3
- detect JavaScript frameworks from script tags in Html template files
2014-12-25 10:05:12 +03:00
3.0.2 (2014-12-25)
++++++++++++++++++
- upgrade external wakatime package to v3.0.2
- detect frameworks from JavaScript and JSON files
2014-12-23 21:43:11 +03:00
3.0.1 (2014-12-23)
++++++++++++++++++
- parse use namespaces from php files
2014-12-23 14:41:18 +03:00
3.0.0 (2014-12-23)
++++++++++++++++++
- upgrade external wakatime package to v3.0.1
- detect libraries and frameworks for C++, Java, .NET, PHP, and Python files
2014-12-22 10:02:08 +03:00
2.0.21 (2014-12-22)
++++++++++++++++++
- upgrade external wakatime package to v2.1.11
- fix bug in offline logging when no response from api
2014-12-05 13:40:54 +03:00
2.0.20 (2014-12-05)
++++++++++++++++++
- upgrade external wakatime package to v2.1.9
- fix bug preventing offline heartbeats from being purged after uploaded
2014-12-04 22:46:16 +03:00
2.0.19 (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 09:22:39 +03:00
2.0.18 (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 03:00:59 +03:00
2.0.17 (2014-11-18)
++++++++++++++++++
- upgrade external wakatime package to v2.1.6
- fix list index error when detecting subversion project
2014-11-13 07:11:51 +03:00
2.0.16 (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:30:26 +03:00
2.0.15 (2014-11-10)
++++++++++++++++++
- upgrade external wakatime package to v2.1.3
- correctly detect branch for subversion projects
2014-10-14 22:03:41 +04:00
2.0.14 (2014-10-14)
++++++++++++++++++
- popup error message if Python binary not found
2014-10-07 15:47:16 +04:00
2.0.13 (2014-10-07)
++++++++++++++++++
- upgrade external wakatime package to v2.1.2
- still log heartbeat when something goes wrong while reading num lines in file
2014-09-30 21:17:52 +04:00
2.0.12 (2014-09-30)
++++++++++++++++++
- upgrade external wakatime package to v2.1.1
- fix bug where binary file opened as utf-8
2014-09-30 20:28:34 +04:00
2.0.11 (2014-09-30)
++++++++++++++++++
- upgrade external wakatime package to v2.1.0
- python3 compatibility changes
2014-08-29 23:50:55 +04:00
2.0.10 (2014-08-29)
++++++++++++++++++
- upgrade external wakatime package to v2.0.8
- supress output from svn command
2014-08-27 14:32:35 +04:00
2.0.9 (2014-08-27)
++++++++++++++++++
- upgrade external wakatime package to v2.0.7
- fix support for subversion projects on Mac OS X
2014-08-07 19:30:44 +04:00
2.0.8 (2014-08-07)
++++++++++++++++++
- upgrade external wakatime package to v2.0.6
- fix unicode bug by encoding json POST data
2014-07-25 13:36:42 +04:00
2.0.7 (2014-07-25)
++++++++++++++++++
- upgrade external wakatime package to v2.0.5
- option in .wakatime.cfg to obfuscate file names
2.0.6 (2014-07-25)
++++++++++++++++++
- upgrade external wakatime package to v2.0.4
- use unique logger namespace to prevent collisions in shared plugin environments
2014-06-18 21:35:59 +04:00
2.0.5 (2014-06-18)
++++++++++++++++++
- upgrade external wakatime package to v2.0.3
- use project name from sublime-project file when no revision control project found
2014-06-12 00:07:59 +04:00
2.0.4 (2014-06-09)
++++++++++++++++++
- upgrade external wakatime package to v2.0.2
- disable offline logging when Python not compiled with sqlite3 module
2014-05-27 02:03:24 +04:00
2.0.3 (2014-05-26)
++++++++++++++++++
- upgrade external wakatime package to v2.0.1
- fix bug in queue preventing completed tasks from being purged
2014-05-27 01:07:29 +04:00
2.0.2 (2014-05-26)
++++++++++++++++++
- disable syncing offline time until bug fixed
2014-05-26 04:30:26 +04:00
2.0.1 (2014-05-25)
2014-05-26 04:29:47 +04:00
++++++++++++++++++
- upgrade external wakatime package to v2.0.0
- offline time logging using sqlite3 to queue editor events
2014-03-06 01:55:08 +04:00
1.6.5 (2014-03-05)
++++++++++++++++++
- upgrade external wakatime package to v1.0.1
- use new domain wakatime.com
2014-02-05 13:03:05 +04:00
1.6.4 (2014-02-05)
++++++++++++++++++
- upgrade external wakatime package to v1.0.0
- support for mercurial revision control
2014-01-16 04:46:32 +04:00
1.6.3 (2014-01-15)
++++++++++++++++++
- upgrade common wakatime package to v0.5.3
2014-01-14 17:14:25 +04:00
1.6.2 (2014-01-14)
++++++++++++++++++
- upgrade common wakatime package to v0.5.2
2013-12-13 19:38:52 +04:00
1.6.1 (2013-12-13)
++++++++++++++++++
- upgrade common wakatime package to v0.5.1
- second line in .wakatime-project now sets branch name
2013-12-13 19:11:46 +04:00
1.6.0 (2013-12-13)
++++++++++++++++++
- upgrade common wakatime package to v0.5.0
2013-12-03 05:41:54 +04:00
1.5.2 (2013-12-03)
++++++++++++++++++
- use non-localized datetime in log
2013-12-02 12:17:35 +04:00
1.5.1 (2013-12-02)
++++++++++++++++++
- decode file names with filesystem encoding, then encode as utf-8 for logging
2013-11-28 15:18:44 +04:00
1.5.0 (2013-11-28)
++++++++++++++++++
- increase "ping" frequency from every 5 minutes to every 2 minutes
- prevent sending multiple api requests when saving the same file
2013-11-21 13:11:40 +04:00
1.4.12 (2013-11-21)
+++++++++++++++++++
- handle UnicodeDecodeError exceptions when json encoding log messages
2013-11-14 06:07:41 +04:00
1.4.11 (2013-11-13)
+++++++++++++++++++
- placing .wakatime-project file in a folder will read the project's name from that file
2013-11-01 04:20:12 +04:00
1.4.10 (2013-10-31)
++++++++++++++++++
- recognize jinja2 file extensions as HTML
2013-10-29 05:12:12 +04:00
1.4.9 (2013-10-28)
++++++++++++++++++
- handle case where ignore patterns not defined
2013-10-28 08:31:34 +04:00
1.4.8 (2013-10-27)
++++++++++++++++++
- new setting to ignore files that match a regular expression pattern
2013-10-27 06:12:29 +04:00
1.4.7 (2013-10-26)
++++++++++++++++++
- simplify some language lexer names into more common versions
2013-10-26 08:34:47 +04:00
1.4.6 (2013-10-25)
++++++++++++++++++
- force some file extensions to be recognized as certain language
2013-10-15 08:52:53 +04:00
1.4.5 (2013-10-14)
++++++++++++++++++
- remove support for subversion projects on Windows to prevent cmd window popups
- ignore all errors from pygments library
2013-10-14 03:38:08 +04:00
1.4.4 (2013-10-13)
++++++++++++++++++
- read git branch from .git/HEAD without running command line git client
2013-10-01 19:39:21 +04:00
1.4.3 (2013-09-30)
++++++++++++++++++
- send olson timezone string to api for displaying logged time in user's zone
1.4.2 (2013-09-30)
++++++++++++++++++
- print error code in Sublime's console if api request fails
1.4.1 (2013-09-30)
++++++++++++++++++
- fix SSL support problem for Linux users
1.4.0 (2013-09-22)
++++++++++++++++++
- log source code language type of files
- log total number of lines in files
- better python3 support
1.3.7 (2013-09-07)
++++++++++++++++++
- fix relative import bug
1.3.6 (2013-09-06)
++++++++++++++++++
- switch back to urllib2 instead of requests library in wakatime package
1.3.5 (2013-09-05)
++++++++++++++++++
- send Sublime version with api requests for easier debugging
1.3.4 (2013-09-04)
++++++++++++++++++
- upgraded wakatime package
1.3.3 (2013-09-04)
++++++++++++++++++
- using requests package in wakatime package
1.3.2 (2013-08-25)
++++++++++++++++++
- fix bug causing wrong file name detected
- misc bug fixes
1.3.0 (2013-08-15)
++++++++++++++++++
- detect git branches
1.2.0 (2013-08-12)
++++++++++++++++++
- run wakatime package in new process when no SSL support in Sublime
1.1.0 (2013-08-12)
++++++++++++++++++
- run wakatime package in main Sublime process
1.0.1 (2013-08-09)
++++++++++++++++++
- no longer beta for Package Control versioning requirement
0.4.2 (2013-08-08)
++++++++++++++++++
- remove away prompt popup
0.4.0 (2013-08-08)
++++++++++++++++++
- run wakatime package in background
0.3.3 (2013-08-06)
++++++++++++++++++
- support installing via Sublime Package Control
0.3.2 (2013-08-06)
++++++++++++++++++
- fixes for user sublime-settings file
0.3.1 (2013-08-04)
++++++++++++++++++
- renamed plugin folder
0.3.0 (2013-08-04)
++++++++++++++++++
- use WakaTime.sublime-settings file for configuration settings
0.2.10 (2013-07-29)
+++++++++++++++++++
- Python3 support
- better Windows support by detecting pythonw.exe location
0.2.9 (2013-07-22)
++++++++++++++++++
- upgraded wakatime package
- bug fix when detecting git repos
0.2.8 (2013-07-21)
++++++++++++++++++
- Windows bug fixes
0.2.7 (2013-07-20)
++++++++++++++++++
- prevent cmd window opening in background (Windows users only)
0.2.6 (2013-07-17)
++++++++++++++++++
- log errors from wakatime package to ~/.wakatime.log
0.2.5 (2013-07-17)
++++++++++++++++++
- 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
0.2.1 (2013-07-07)
++++++++++++++++++
- Birth