Releases: wakatime/browser-wakatime
Releases · wakatime/browser-wakatime
2.0.1
2.0.0
1.0.2
v1.0.2
1.0.1
v1.0.1
1.0.0
update manifest homepage, description, and permissions
Written tests and fixed a bug
- Fixed a bug with contains function. It should have searched the cleanLine for line and not the other way around
Core logic update
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
Improved contains function
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
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.