running-tools

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

commit 5df5b54598e2c20f0b1a952dfe40bb1e2948bc18
parent aa7ea864728b587b4135376cb27ca44c0bdd82e6
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Sat, 30 Aug 2025 11:39:57 -0700

Update version to 1.5.0

Diffstat:
MCHANGELOG.md | 22++++++++++++++++++++++
Mpackage-lock.json | 4++--
Mpackage.json | 2+-
3 files changed, 25 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 1.5.0 -- 2025-08-30 + +### Added + +- Support custom workout names (when enabled under advanced options) +- Add changelog page + +### Changed + +- Synchronize prediction model and Riegel exponent options across all applicable + calculators +- Round durations in the Batch Calculator to make the results more compact +- Abbreviate default workout names where the split and total portions are equal + (e.g. "5 km @ 5 km" becomes just "5 km") +- Hide Riegel exponent advanced option when not in use + +### Fixed + +- Prevent decimal input fields from being reformatted while the user is still + typing +- Correct inaccuracies with unit conversions to and from miles + ## 1.4.1 -- 2024-09-07 ### Fixed diff --git a/package-lock.json b/package-lock.json @@ -1,12 +1,12 @@ { "name": "running-tools", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "running-tools", - "version": "1.4.1", + "version": "1.5.0", "dependencies": { "feather-icons": "^4.29.2", "vue": "^3.5.17", diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "running-tools", - "version": "1.4.1", + "version": "1.5.0", "description": "A collection of tools for runners and their coaches that calculate splits, predict race times, convert units, and more", "repository": { "type": "git",