commit dd20ab4fead0464e18a4188689dd6cd3d305b8d6
parent 7d5ebf4311c6dea52d92a78ce9abebaacfc740db
Author: ashermorgan <59518073+ashermorgan@users.noreply.github.com>
Date: Thu, 16 Sep 2021 19:54:29 -0700
Update version to 1.1.0
Diffstat:
4 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## [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
+- Improved calculator interfaces
+- Default units are chosen automatically
+
## [1.0.0] - 2021-08-30
### Added
@@ -23,6 +34,7 @@
### Added
- Basic app structure
-[1.0.0]: https://github.com/ashermorgan/running-tools/compare/0.2.0...1.0.0
-[0.2.0]: https://github.com/ashermorgan/running-tools/compare/0.1.0...0.2.0
+[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/README.md b/README.md
@@ -4,8 +4,8 @@ A collection of tools for runners and their coaches. Try it out [here](https://a
## Features
-- [Pace Calculator](https://ashermorgan.github.io/running-tools/#/calculate/paces): Calculate times for different distances at the same pace
-- [Race Calculator](https://ashermorgan.github.io/running-tools/#/calculate/races): Estimate equivalent times for races of different distances
+- [Pace Calculator](https://ashermorgan.github.io/running-tools/#/calculate/paces): Calculate distances and times that are at the same pace
+- [Race Calculator](https://ashermorgan.github.io/running-tools/#/calculate/races): Estimate equivalent results for races of different distances and/or times
- [Unit Calculator](https://ashermorgan.github.io/running-tools/#/calculate/units): Convert between different distance, time, speed, and pace units
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "running-tools",
- "version": "1.0.0",
+ "version": "1.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "running-tools",
- "version": "1.0.0",
+ "version": "1.1.0",
"dependencies": {
"core-js": "^3.6.5",
"register-service-worker": "^1.7.1",
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "running-tools",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "A collection of tools for runners and their coaches that calculate splits, predict race times, convert units, and more",
"private": true,
"scripts": {