Skip to content

Releases: TravisL12/mouse_odometer

Add proper Total Distance

15 Aug 16:10
0ba2f91
Compare
Choose a tag to compare

Previously I was calculating the total distance in the Options UI by summing the past 50 days together. This was the incorrect "total" distance which is annoying, but it was a remnant of the original version of this where I kept track of every day (and not just the past 50). I had to make this change because the sync storage was running out of space.

Anyway, so this should initialize the true total distance with the sum of the past 50 days and from then on it'll go on for forever.

v0.9.2

15 Aug 05:30
dd15392
Compare
Choose a tag to compare

Version 0.9.2

Update to Manifest V3

22 Dec 20:04
1ffbbcf
Compare
Choose a tag to compare

Updates:

  • Updates extension to Manifest V3
  • Adds max/avg values in the options view

Version 0.7

01 Oct 05:20
25e054c
Compare
Choose a tag to compare

Small bug fixes. Adjust colors

Updated background colors and date graph

30 May 20:57
f3815f3
Compare
Choose a tag to compare

I updated the background color of the options pop-up as well as the text of the odometer itself. I also made the date graph to represent a day per bar chart.

Pre-release Chrome build

22 Mar 05:09
Compare
Choose a tag to compare

This is an initial submission of the extension to the Google Play store to test out how it does with storage.sync and just day to day use.