Skip to content

Commit

Permalink
publish release v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
teasit committed Jul 22, 2022
1 parent 6ece4b0 commit 936ffb1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Changelog

- new: search bar for tyre model; searches through parameter names and descriptions
- fix: packaging issues in v1.3.3
- fix: missing files in packaged app
7 changes: 5 additions & 2 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="611599626" 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="1072977547" 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 @@ -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.4</param.version>
<param.version>1.3.5</param.version>
<param.products.name>
<item>MATLAB</item>
<item>Optimization Toolbox</item>
Expand Down Expand Up @@ -49,6 +49,8 @@
<file>${PROJECT_ROOT}\src\+events\ModelChangedEventData.m</file>
<file>${PROJECT_ROOT}\src\+events\PlotTyreMeasurementsRequested.m</file>
<file>${PROJECT_ROOT}\src\+events\RangeChanged.m</file>
<file>${PROJECT_ROOT}\src\+events\SearchResultsAvailable.m</file>
<file>${PROJECT_ROOT}\src\+events\SearchTextChanged.m</file>
<file>${PROJECT_ROOT}\src\+events\TyreMeasurementsChanged.m</file>
<file>${PROJECT_ROOT}\src\+events\TyreModelFitterFinished.m</file>
<file>${PROJECT_ROOT}\src\+exceptions\CouldNotExportTIR.m</file>
Expand All @@ -75,6 +77,7 @@
<file>${PROJECT_ROOT}\src\+ui\HelpHint.m</file>
<file>${PROJECT_ROOT}\src\+ui\MeasurementImporter.m</file>
<file>${PROJECT_ROOT}\src\+ui\NumericRangeSelector.m</file>
<file>${PROJECT_ROOT}\src\+ui\SearchBar.m</file>
<file>${PROJECT_ROOT}\src\+ui\TyreAnalysisPanel.m</file>
<file>${PROJECT_ROOT}\src\+ui\TyreFitterFittingModesPanel.m</file>
<file>${PROJECT_ROOT}\src\+ui\TyreFitterPanel.m</file>
Expand Down
2 changes: 1 addition & 1 deletion ToolboxPackager.prj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.4</param.version>
<param.version>1.3.5</param.version>
<param.output>${PROJECT_ROOT}\MagicFormulaTyreTool.mltbx</param.output>
<param.products.name />
<param.products.id />
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.4",
"Version": "1.3.5",
"Authors": [
"Tom Teasdale"
],
Expand Down

0 comments on commit 936ffb1

Please sign in to comment.