-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Changelog | ||
|
||
- fix: no more warning that AppSettings couldnt be deleted on App Exit | ||
- new: search bar for tyre model; searches through parameter names and descriptions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<deployment-project plugin="plugin.apptool" plugin-version="1.0"> | ||
<configuration build-checksum="2480098258" file="C:\Users\Tom\Documents\mftyre-tool-matlab\MagicFormulaTyreTool.prj" location="C:\Users\Tom\Documents\mftyre-tool-matlab" name="MagicFormulaTyreTool" target="target.mlapps" target-name="Package App"> | ||
<configuration build-checksum="4096366514" 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> | ||
<param.authnamewatermark /> | ||
<param.email /> | ||
<param.company /> | ||
<param.icon>${PROJECT_ROOT}\MagicFormulaTyreTool_resources\icon_24.png</param.icon> | ||
<param.icons> | ||
|
@@ -13,7 +13,7 @@ | |
<param.summary>MATLAB GUI for Magic Formula Tyre Modeling</param.summary> | ||
<param.description /> | ||
<param.screenshot>${PROJECT_ROOT}\assets\img\App_Screenshot_Main.jpg</param.screenshot> | ||
<param.version>1.3.2</param.version> | ||
<param.version>1.3.3</param.version> | ||
<param.products.name> | ||
<item>MATLAB</item> | ||
<item>Optimization Toolbox</item> | ||
|
@@ -119,7 +119,7 @@ | |
</fileset.resources> | ||
<fileset.package /> | ||
<build-deliverables> | ||
<file location="C:\Users\Tom\Documents" name="mftyre-tool-matlab" optional="false">C:\Users\Tom\Documents\mftyre-tool-matlab</file> | ||
<file location="C:\workspace" name="mftyre-matlab-tool" optional="false">C:\workspace\mftyre-matlab-tool</file> | ||
</build-deliverables> | ||
<workflow /> | ||
<matlab> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<deployment-project plugin="plugin.toolbox" plugin-version="1.0"> | ||
<configuration build-checksum="4228771701" file="C:\Users\Tom\Documents\mftyre-tool-matlab\ToolboxPackager.prj" location="C:\Users\Tom\Documents\mftyre-tool-matlab" name="ToolboxPackager" target="target.toolbox" target-name="Package Toolbox"> | ||
<configuration build-checksum="4228771701" file="C:\workspace\mftyre-matlab-tool\ToolboxPackager.prj" location="C:\workspace\mftyre-matlab-tool" name="ToolboxPackager" target="target.toolbox" target-name="Package Toolbox"> | ||
<param.appname>MagicFormulaTyreTool</param.appname> | ||
<param.authnamewatermark>Tom Teasdale</param.authnamewatermark> | ||
<param.email>[email protected]</param.email> | ||
<param.authnamewatermark /> | ||
<param.email /> | ||
<param.company /> | ||
<param.summary>MATLAB GUI for Magic Formula Tyre Modeling</param.summary> | ||
<param.description /> | ||
<param.screenshot>${PROJECT_ROOT}\assets\img\App_Screenshot_Main.jpg</param.screenshot> | ||
<param.version>1.3.2</param.version> | ||
<param.version>1.3.3</param.version> | ||
<param.output>${PROJECT_ROOT}\MagicFormulaTyreTool.mltbx</param.output> | ||
<param.products.name /> | ||
<param.products.id /> | ||
|
@@ -122,7 +122,7 @@ MagicFormulaTyreTool_resources</param.exclude.filters> | |
<fileset.depfun.excluded /> | ||
<fileset.package /> | ||
<build-deliverables> | ||
<file location="${PROJECT_ROOT}" name="MagicFormulaTyreTool.mltbx" optional="false">C:\Users\Tom\Documents\mftyre-tool-matlab\MagicFormulaTyreTool.mltbx</file> | ||
<file location="${PROJECT_ROOT}" name="MagicFormulaTyreTool.mltbx" optional="false">C:\workspace\mftyre-matlab-tool\MagicFormulaTyreTool.mltbx</file> | ||
</build-deliverables> | ||
<workflow /> | ||
<matlab> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"Name": "MagicFormulaTyreTool", | ||
"Version": "1.3.2", | ||
"Version": "1.3.3", | ||
"Authors": [ | ||
"Tom Teasdale" | ||
], | ||
|