Skip to content

Releases: podfeet/time-adder

v0.4.4 – How does this work math fixed

30 May 23:19

Choose a tag to compare

I had a math error when I explained how you can't use spreadsheets (easily) to do this. This is why I need this tool!

v0.4.3 Looking Better on Mobile

08 May 23:41

Choose a tag to compare

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

08 May 22:52

Choose a tag to compare

There were a lot of alignment issues, especially on mobile. In theory this will work better on all platforms.

Row names reliably in CSV

08 May 14:12

Choose a tag to compare

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

08 May 02:53

Choose a tag to compare

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

13 Jan 19:05

Choose a tag to compare

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

06 Oct 03:30

Choose a tag to compare

Pre-release

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

15 Apr 01:04

Choose a tag to compare

Pre-release

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

11 Apr 14:12

Choose a tag to compare

Pre-release

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

25 Feb 00:13

Choose a tag to compare

Pre-release

Addition/subtraction work, adding a new row works, error checking appears effective.