diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f70af7..c1bc367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -- new: upgrade magicformula submodule to version v2.0.3 -- new: can now fit MX/MY/MZ! -- new: downsampling-factor can be set to reduce data resolution and thereby - enables quicker fitting. \ No newline at end of file +- fix: [#3] "No data available for steady state settings" + - depending on x-axis selection the measurements are prefiltered to avoid + the annoying error message in common use cases +- new: improved data import workflow + - import can now do multiple files at a time + - the whole process is within same uifigure + - button that opens the selected parser for editing + (in case something has to be changed) \ No newline at end of file diff --git a/MagicFormulaTyreTool.prj b/MagicFormulaTyreTool.prj index 6c5f740..e24d4eb 100644 --- a/MagicFormulaTyreTool.prj +++ b/MagicFormulaTyreTool.prj @@ -1,5 +1,5 @@ - + MagicFormulaTyreTool Tom Teasdale teasdale@lightsaber.red diff --git a/src/about.json b/src/about.json index 0b4969c..a7ddc11 100644 --- a/src/about.json +++ b/src/about.json @@ -6,5 +6,5 @@ ], "Source": "github.com/teasit/magic-formula-tyre-tool", "FileExchange": "mathworks.com/matlabcentral/fileexchange/111375", - "CreatedWithRelease": "R2022b" + "CreatedWithRelease": "R2023b" } \ No newline at end of file