running-tools

A collection of tools for runners and their coaches
git clone https://git.ashermorgan.net/running-tools/
Log | Files | Refs | README

CHANGELOG.md (3175B)


      1 # Changelog
      2 
      3 ## 1.5.0 -- 2025-08-30
      4 
      5 ### Added
      6 
      7 - Support custom workout names (when enabled under advanced options)
      8 - Add changelog page
      9 
     10 ### Changed
     11 
     12 - Synchronize prediction model and Riegel exponent options across all applicable
     13   calculators
     14 - Round durations in the Batch Calculator to make the results more compact
     15 - Abbreviate default workout names where the split and total portions are equal
     16   (e.g. "5 km @ 5 km" becomes just "5 km")
     17 - Hide Riegel exponent advanced option when not in use
     18 
     19 ### Fixed
     20 
     21 - Prevent decimal input fields from being reformatted while the user is still
     22   typing
     23 - Correct inaccuracies with unit conversions to and from miles
     24 
     25 ## 1.4.1 -- 2024-09-07
     26 
     27 ### Fixed
     28 
     29 - Allow workout split distances to be edited from the Batch Calculator
     30 - Improve accuracy of the VO2 Max race prediction model
     31 - Fix miscellaneous dark mode issues
     32 
     33 ## 1.4.0 -- 2024-07-11
     34 
     35 ### Added
     36 
     37 - Add Batch Calculator for performing pace, race, and workout calculations over
     38   a range of input times
     39 - Add Workout Calculator for estimating target workout splits
     40 
     41 ### Changed
     42 
     43 - Open the edit target set dialog automatically after a new target set is
     44   created
     45 
     46 ### Removed
     47 
     48 - Remove support for using target sets across multiple calculators (excluding
     49   the Batch Calculator, where applicable)
     50 
     51 ### Fixed
     52 
     53 - Ensure Split Calculator splits are saved after a new target set is created
     54 
     55 ## 1.3.0 -- 2024-03-25
     56 
     57 ### Added
     58 
     59 - Add about page
     60 
     61 ### Changed
     62 
     63 - Allow target sets to be used across multiple calculators
     64 - Reorganize Race Calculator options and output
     65 - Allow default units to be customized
     66 
     67 ### Fixed
     68 
     69 - Improve input element behavior and validation
     70 - Improve accuracy of the Purdy Points race prediction model for time-based
     71   targets
     72 - Improve accessibility
     73 
     74 ## 1.2.0 -- 2021-11-20
     75 
     76 ### Added
     77 
     78 - Add Split Calculator for calculating split paces and cumulative times of
     79   races
     80 
     81 ### Changed
     82 
     83 - Save calculator state between sessions
     84 - Improve arrow key behavior in time input fields
     85 - Improve formatting of distances and durations
     86 
     87 ## 1.1.1 -- 2021-09-19
     88 
     89 ### Fixed
     90 
     91 - Fix bug in how default units are chosen
     92 - Fix issue that caused all Pace and Race Calculator results to be NaN after
     93   updating to version 1.1.0
     94 
     95 ## 1.1.0 -- 2021-09-16
     96 
     97 ### Added
     98 
     99 - Support time-based targets in Pace and Race Calculators
    100 - Add advanced options and output in Race Calculator
    101 
    102 ### Changed
    103 
    104 - Show the pace of each result in Race Calculator
    105 - Improve calculator interfaces
    106 - Choose default units automatically according to the user's language region
    107 
    108 ## 1.0.0 -- 2021-08-30
    109 
    110 ### Added
    111 
    112 - Add Race Calculator for estimating equivalent race results
    113 - Implement dark mode
    114 
    115 ### Changed
    116 
    117 - Allow the list of Pace Calculator targets to be edited
    118 - Improve appearance on mobile devices
    119 - Cache inactive pages
    120 - Allow minute and second input fields to wrap around
    121 
    122 ## 0.2.0 -- 2021-08-18
    123 
    124 ### Added
    125 
    126 - Add Pace Calculator for calculating distances and times that are at equivalent
    127   paces
    128 - Add Unit Calculator for converting between distance, time, speed, and pace
    129   units
    130 - Implement Progressive Web App functionality
    131 
    132 ## 0.1.0 -- 2021-07-29
    133 
    134 *Initial release with basic app structure.*