Skip to content

Releases: wakatime/browser-wakatime

Ready for production

18 Jun 15:36

Choose a tag to compare

Ready for production Pre-release
Pre-release

All core features have been implemented and are working.

Before going to production I would like to write some actual tests.

Options rewritten completely

17 Jun 22:40

Choose a tag to compare

Pre-release

Release notes

  • rewrote options using React
  • rewrote all react components to use ES5 instead of ES6,7
  • added tests for helpers and react components
  • added native react animations to alert box on options
  • only core WakaTime class remains written in ES6

Fixed some bugs

14 Jun 11:06

Choose a tag to compare

Fixed some bugs Pre-release
Pre-release
  • Navbar singed in text now applies a correct class (class => className)
  • Removed console.log when getting the total time logged today in react class
  • Added a 38px white extension icon (was missing)

New feature: Total time logged today

14 Jun 10:35

Choose a tag to compare

Pre-release

When the popup is opened the extension now displays total time logged today with all plugins.

Also the UI has been updated with less clutter and focusing on what is important.

Devtools detection working

13 Jun 14:04

Choose a tag to compare

Pre-release

[NEW] The extension now detects if the currect active tab has devtools open and if it does then it sends the appropriate payload to WakaTime.

Heartbeats working

04 Jun 11:13

Choose a tag to compare

Heartbeats working Pre-release
Pre-release

The extension now has heartbeats and they work like this:

  • every 2 minutes if there is activity in the browser a heartbeat is sent
  • every time an active tab is changed a heartbeat is sent
  • every time a tab is updated it checks id the updated tab is also an active tab and then it sends a heartbeat

A heartbeat is composed of:

  • the current active tab URL or only domain (the user can specify in the options)
  • the type of the URL (url or domain)
  • current UNIX timestamp
  • a boolean value indicating if the devTools are open (currently this does not work, always returns false)

Displays user info panel

29 May 00:19

Choose a tag to compare

Pre-release

The extension now checks if the user is logged in to WakaTime and if it is displays the user info panel with image from Gravatar. If the user is logged in then the extension displays buttons for custom rules, dashboard and logout.

Pressing the logout button you are being logged out of WakaTime website. Dashboard and Custom rules buttons work.

If the user is not logged in, the extension icon turns red and login button is displayed. Pressing the login button opens a new tab with WakaTime login screen.

Options with animation

28 May 09:06

Choose a tag to compare

Pre-release

So this release comes with options and has an animated alert box.

Options are being synced with user profile on Chrome.

Alpha

27 May 21:14

Choose a tag to compare

Alpha Pre-release
Pre-release

Still in early stages. It can be installed in Google Chrome in developer mode and you will get a feel of the extension.