Releases: podfeet/time-adder
v0.4.4 – How does this work math fixed
v0.4.3 Looking Better on Mobile
changed "title (optional)" to simply say (opt) to make it fit better on mobile. Probably won't if people use huge font sizes.
v0.4.2 Better Alignment
There were a lot of alignment issues, especially on mobile. In theory this will work better on all platforms.
Row names reliably in CSV
Fix: Add class row-name so event handler can attach
I need the math event handler to trigger also on the row names b/c if names are added after numbers, they don't get included in the CSV export
v0.4.0 All rows & CSV working
Previous couple of releases didn't actually "do the math" on any additional rows past the first two, nor did they export into the CSV.
Modular version correct negative calcs allows decimals
This release has the modularized version with webpack, correctly calculates negative values, and allows decimal value entries to all values. Total limits seconds to two decimal places. Bad things happen with more.
Full Changelog: Modularized...v0.2.0-modular-neg-decimals
v0.2.0 timeMath in Module
timeMath (calculating the sums of the entered time fields) is now in a module. The release is also fully webpacked. Note that under some conditions math.floor in rounding produces the wrong answer so this is not to be relied upon just yet. Saving that fun fix for the next release.
v0.3.0-alpha-tabNewRow
With this release, if the user just keeps hitting tab when they get to the end of a row, it will add new rows. Should be attached to new version of tabNewRow tag
v0.2.0-alpha-CSVexport
Same basic functionality but now with a CSV export button that triggers an alert containing the CSV info. CSV includes a title row, all entered rows, and a total row.
v0.1.0 Basic Functionality
Addition/subtraction work, adding a new row works, error checking appears effective.