Releases: TravisL12/mouse_odometer
Add proper Total Distance
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
Update to Manifest V3
Updates:
- Updates extension to Manifest V3
- Adds max/avg values in the options view
Version 0.7
Small bug fixes. Adjust colors
Updated background colors and date graph
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
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.