Skip to content

Commit

Permalink
publish release v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
teasit committed Sep 18, 2022
1 parent e84e202 commit 849aad6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Changelog

- new: app throws warning when older matlab release is used than it was created with.
- new: app throws warning when older matlab release is used than it was created with
- new: improved usability of analysis tab (persistency of settings and speed)
9 changes: 5 additions & 4 deletions MagicFormulaTyreTool.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="1072977547" file="C:\workspace\mftyre-matlab-tool\MagicFormulaTyreTool.prj" location="C:\workspace\mftyre-matlab-tool" name="MagicFormulaTyreTool" target="target.mlapps" target-name="Package App">
<configuration build-checksum="4071673865" file="C:\workspace\mftyre-matlab-tool\MagicFormulaTyreTool.prj" location="C:\workspace\mftyre-matlab-tool" name="MagicFormulaTyreTool" target="target.mlapps" target-name="Package App">
<param.appname>MagicFormulaTyreTool</param.appname>
<param.authnamewatermark>Tom Teasdale</param.authnamewatermark>
<param.email>[email protected]</param.email>
Expand All @@ -11,9 +11,9 @@
<file>${PROJECT_ROOT}\MagicFormulaTyreTool_resources\icon_16.png</file>
</param.icons>
<param.summary>MATLAB GUI for Magic Formula Tyre Modeling</param.summary>
<param.description />
<param.description>https://github.com/teasit/magic-formula-tyre-tool</param.description>
<param.screenshot>${PROJECT_ROOT}\assets\img\App_Screenshot_Main.jpg</param.screenshot>
<param.version>1.3.5</param.version>
<param.version>1.3.6</param.version>
<param.products.name>
<item>MATLAB</item>
<item>Optimization Toolbox</item>
Expand All @@ -34,7 +34,6 @@
<param.guid>25bcb2d7-69d2-4790-a114-9349ec5e2889</param.guid>
<unset>
<param.company />
<param.description />
<param.platforms />
<param.output />
</unset>
Expand Down Expand Up @@ -71,6 +70,8 @@
<file>${PROJECT_ROOT}\src\+settings\TyreAnalysisPanelViewSettings.m</file>
<file>${PROJECT_ROOT}\src\+settings\TyreModelPanelViewSettings.m</file>
<file>${PROJECT_ROOT}\src\+settings\TyreParametersTableViewSettings.m</file>
<file>${PROJECT_ROOT}\src\+settings\TyrePlotCurvesPanelViewSettings.m</file>
<file>${PROJECT_ROOT}\src\+settings\TyrePlotFrictionEllipsePanelViewSettings.m</file>
<file>${PROJECT_ROOT}\src\+settings\ViewLayoutSettings.m</file>
<file>${PROJECT_ROOT}\src\+settings\ViewSettings.m</file>
<file>${PROJECT_ROOT}\src\+ui\FrictionEllipseAxes.m</file>
Expand Down
6 changes: 2 additions & 4 deletions ToolboxPackager.prj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<param.email>[email protected]</param.email>
<param.company />
<param.summary>MATLAB GUI for Magic Formula Tyre Modeling</param.summary>
<param.description />
<param.description>https://github.com/teasit/magic-formula-tyre-tool</param.description>
<param.screenshot>${PROJECT_ROOT}\assets\img\App_Screenshot_Main.jpg</param.screenshot>
<param.version>1.3.5</param.version>
<param.version>1.3.6</param.version>
<param.output>${PROJECT_ROOT}\MagicFormulaTyreTool.mltbx</param.output>
<param.products.name />
<param.products.id />
Expand Down Expand Up @@ -77,7 +77,6 @@ MagicFormulaTyreTool_resources</param.exclude.filters>
<param.additional.sw.linux.url />
<unset>
<param.company />
<param.description />
<param.output />
<param.products.name />
<param.products.id />
Expand Down Expand Up @@ -114,7 +113,6 @@ MagicFormulaTyreTool_resources</param.exclude.filters>
<file>${PROJECT_ROOT}\doc</file>
<file>${PROJECT_ROOT}\LICENSE</file>
<file>${PROJECT_ROOT}\MagicFormulaTyreTool.mlappinstall</file>
<file>${PROJECT_ROOT}\MFTyreToolApp_resources</file>
<file>${PROJECT_ROOT}\README.md</file>
</fileset.rootfiles>
<fileset.depfun.included />
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": "MagicFormulaTyreTool",
"Version": "1.3.5",
"Version": "1.3.6",
"Authors": [
"Tom Teasdale"
],
Expand Down

0 comments on commit 849aad6

Please sign in to comment.