Skip to content

Commit

Permalink
publish release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
teasit committed Jun 3, 2022
1 parent 708838e commit ade1653
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Changelog

- NEW: Friction Ellipse plot type
Better understand your tyre (and model) by plotting the friction ellipse!
![Friction Ellipse Screenshot](assets/img/MFTyreTool_Screenshot_Update_FrictionEllipse.jpg)
- small bugfix for UI which occurred in Split-Tabgroup-View
- sidepanels now look a bit different
- fix: packaging issues (missing files)
8 changes: 6 additions & 2 deletions MFTyreToolApp.prj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<deployment-project plugin="plugin.apptool" plugin-version="1.0">
<configuration build-checksum="690797085" file="C:\Users\Tom\Documents\mftyre-tool-matlab\MFTyreToolApp.prj" location="C:\Users\Tom\Documents\mftyre-tool-matlab" name="MFTyreToolApp" target="target.mlapps" target-name="Package App">
<configuration build-checksum="2034333270" file="C:\Users\Tom\Documents\mftyre-tool-matlab\MFTyreToolApp.prj" location="C:\Users\Tom\Documents\mftyre-tool-matlab" name="MFTyreToolApp" target="target.mlapps" target-name="Package App">
<param.appname>MFTyreToolApp</param.appname>
<param.authnamewatermark>Tom Teasdale</param.authnamewatermark>
<param.email>teasdale@lightsaber.red</param.email>
Expand All @@ -13,7 +13,7 @@
<param.summary>Create, fit and evaluate MF-Tyre model with a convenient MATLAB GUI.</param.summary>
<param.description />
<param.screenshot>${PROJECT_ROOT}\assets\img\MFTyreTool_Screenshot_Main.jpg</param.screenshot>
<param.version>1.2.0</param.version>
<param.version>1.2.1</param.version>
<param.products.name>
<item>MATLAB</item>
<item>Optimization Toolbox</item>
Expand Down Expand Up @@ -47,6 +47,7 @@
<file>${PROJECT_ROOT}\src\+events\FitterMeasurementsLoadedEventData.m</file>
<file>${PROJECT_ROOT}\src\+events\FitterSettingsChangedEventData.m</file>
<file>${PROJECT_ROOT}\src\+events\FittingModesChangedEventData.m</file>
<file>${PROJECT_ROOT}\src\+events\MeasurementSelectionChanged.m</file>
<file>${PROJECT_ROOT}\src\+events\ModelChangedEventData.m</file>
<file>${PROJECT_ROOT}\src\+events\PlotTyreMeasurementsRequested.m</file>
<file>${PROJECT_ROOT}\src\+events\RangeChanged.m</file>
Expand All @@ -60,6 +61,7 @@
<file>${PROJECT_ROOT}\src\+exceptions\UnknownModelParameter.m</file>
<file>${PROJECT_ROOT}\src\+helpers\checkUpdateAvailable.m</file>
<file>${PROJECT_ROOT}\src\+helpers\fitterOutputFcn.m</file>
<file>${PROJECT_ROOT}\src\+ui\FrictionEllipseAxes.m</file>
<file>${PROJECT_ROOT}\src\+ui\HelpHint.m</file>
<file>${PROJECT_ROOT}\src\+ui\MeasurementImporter.m</file>
<file>${PROJECT_ROOT}\src\+ui\MFTyreToolChart.sfx</file>
Expand All @@ -74,6 +76,8 @@
<file>${PROJECT_ROOT}\src\+ui\TyreModelPanelChart.sfx</file>
<file>${PROJECT_ROOT}\src\+ui\TyreParametersTable.m</file>
<file>${PROJECT_ROOT}\src\+ui\TyreParametersTableViewSettings.m</file>
<file>${PROJECT_ROOT}\src\+ui\TyrePlotCurvesPanel.m</file>
<file>${PROJECT_ROOT}\src\+ui\TyrePlotFrictionEllipsePanel.m</file>
<file>${PROJECT_ROOT}\src\+ui\ViewLayoutSettings.m</file>
<file>${PROJECT_ROOT}\src\+ui\ViewSettings.m</file>
<file>${PROJECT_ROOT}\src\about.json</file>
Expand Down
3 changes: 2 additions & 1 deletion MFTyreToolToolboxPackager.prj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<param.summary>Create, fit and evaluate MF-Tyre models with a convenient MATLAB GUI.</param.summary>
<param.description />
<param.screenshot>${PROJECT_ROOT}\assets\img\MFTyreTool_Screenshot_Main.jpg</param.screenshot>
<param.version>1.2.0</param.version>
<param.version>1.2.1</param.version>
<param.output>${PROJECT_ROOT}\MFTyreTool.mltbx</param.output>
<param.products.name />
<param.products.id />
Expand Down Expand Up @@ -36,6 +36,7 @@

.github
.gitmodules
.gitattributes
.gitignore
.git
src
Expand Down
2 changes: 1 addition & 1 deletion src/about.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "MFTyreTool",
"Version": "1.2.0",
"Version": "1.2.1",
"Authors": [
"Tom Teasdale"
],
Expand Down

0 comments on commit ade1653

Please sign in to comment.