8000 Releases · wakatime/browser-wakatime · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: wakatime/browser-wakatime

2.0.1

11 Jan 18:55
Compare
Choose a tag to compare

2.0.0

06 Jan 18:51
Compare
Choose a tag to compare

1.0.2

30 Jun 17:58
Compare
Choose a tag to compare
v1.0.2

1.0.1

29 Jun 21:36
Compare
Choose a tag to compare
v1.0.1

1.0.0

29 Jun 19:57
Compare
Choose a tag to compare
update manifest homepage, description, and permissions

Written tests and fixed a bug

30 Jun 15:48
Compare
Choose a tag to compare
Pre-release
  • Fixed a bug with contains function. It should have searched the cleanLine for line and not the other way around

Core logic update

27 Jun 11:13
Compare
Choose a tag to compare
Core logic update Pre-release
Pre-release

Changes:

  • prevented API request every time checkAuth is called from switching tabs

CheckAuth is only called when clicked on the extension icon in chrome. Every time a heartbeat is sent the status code from the response is checked to see if the user is logged out/logged in. And depending on that appropriate actions are taken.

0.8.3

19 Jun 23:38
Compare
Choose a tag to compare
0.8.3 Pre-release
Pre-release
Updated readme.

Improved contains function

19 Jun 11:20
Compare
Choose a tag to compare
Pre-release

Every line from the list being given to contains function is being trimmed and checked if empty before any logic occurs.

Fixed a bug with blacklist and whitelist

19 Jun 11:07
Compare
Choose a tag to compare

The issue affected both whitelist and blacklist. The problem was that if you had blank lines or spaces in your list, then that would too be matched against the current URL.

I have created a new commit that fixes that by trimming both lists on save.

0