commit bd7a459a9f7d7deb9c47e4ca707d3288d776ca3c
parent 4069ef188129c973c748daacc33939f19ef59e03
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date: Thu, 11 Jul 2024 13:11:37 -0700
Update version to 1.4.0
Diffstat:
3 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## 1.4.0 - 2024-07-11
+
+### Added
+- Batch Calculator
+- Workout Calculator
+
+### Changed
+- The edit target set dialog is opened automatically after a new target set is
+ created
+- Target sets can only be used by the calculator they were created in (and by
+ the Batch Calculator for pace, race, and workout target sets)
+
+### Fixed
+- Bug that prevented Split Calculator splits from being saved after a new target
+ set was created
+
## 1.3.0 - 2024-03-25
### Added
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "running-tools",
- "version": "1.3.0",
+ "version": "1.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "running-tools",
- "version": "1.3.0",
+ "version": "1.4.0",
"dependencies": {
"feather-icons": "^4.29.2",
"vue": "^3.4.27",
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "running-tools",
- "version": "1.3.0",
+ "version": "1.4.0",
"description": "A collection of tools for runners and their coaches that calculate splits, predict race times, convert units, and more",
"private": true,
"type": "module",