running-tools

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

commit f0b63ab02a5f238af6a6774176ea24ef6710d524
parent 2decd85c70b0d1cd43d31ebec1b923af520f2f93
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Mon, 25 Mar 2024 15:11:36 -0700

Update version to 1.3.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog -## [1.2.0] - 2021-11-20 +## 1.3.0 - 2024-03-25 + +### Added +- Support for custom cross-calculator target sets +- About page + +### Changed +- Reorganized Race Calculator options and output +- Default units can now be customized + +### Fixed +- Improved input element behavior and validation +- Improved accuracy of the Purdy Points model for time-based targets +- Improved accessibility + +## 1.2.0 - 2021-11-20 ### Added - Split calculator @@ -10,24 +25,24 @@ - Improved arrow key behavior in time input fields - Improved formatting of distances and durations -## [1.1.1] - 2021-09-19 +## 1.1.1 - 2021-09-19 ### Fixed - Bug in how default units were chosen - Issue that caused all pace and race calculator results to be NaN -## [1.1.0] - 2021-09-16 +## 1.1.0 - 2021-09-16 ### Added - Time based targets in pace and race calculators - Advanced race calculator options and output ### Changed -- Pace calculator shows pace of each result +- Race calculator shows pace of each result - Improved calculator interfaces - Default units are chosen automatically -## [1.0.0] - 2021-08-30 +## 1.0.0 - 2021-08-30 ### Added - Dark mode @@ -39,20 +54,13 @@ - Inactive pages are cached - Minute and second input fields wrap around -## [0.2.0] - 2021-08-18 +## 0.2.0 - 2021-08-18 ### Added - Pace and Unit Calculators - Progressive Web App -## [0.1.0] - 2021-07-29 +## 0.1.0 - 2021-07-29 ### Added - Basic app structure - -[1.2.0]: https://github.com/ashermorgan/running-tools/releases/tag/1.2.0 -[1.1.1]: https://github.com/ashermorgan/running-tools/releases/tag/1.1.1 -[1.1.0]: https://github.com/ashermorgan/running-tools/releases/tag/1.1.0 -[1.0.0]: https://github.com/ashermorgan/running-tools/releases/tag/1.0.0 -[0.2.0]: https://github.com/ashermorgan/running-tools/releases/tag/0.2.0 -[0.1.0]: https://github.com/ashermorgan/running-tools/releases/tag/0.1.0 diff --git a/package-lock.json b/package-lock.json @@ -1,12 +1,12 @@ { "name": "running-tools", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "running-tools", - "version": "1.2.0", + "version": "1.3.0", "dependencies": { "feather-icons": "^4.29.0", "vue": "^3.3.4", diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "running-tools", - "version": "1.2.0", + "version": "1.3.0", "description": "A collection of tools for runners and their coaches that calculate splits, predict race times, convert units, and more", "private": true, "scripts": {