Skip to content

Commit

Permalink
publish release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teasit committed May 22, 2022
1 parent 1aed605 commit fef0ac1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

- No functional changes, just installation changes
- Tool is now distributed as app contained in toolbox, because FileExchange
and GitHub Releases only integrate well with toolboxes.
- Buttons in "Tyre Model"-Tab now resize if window width is too small
(no text shown)
- New feature: view analysis tab on the right and activate "Auto-Refresh" to
see changes to parameters directly in your plot
![New Feature: Put Analysis Tab to the right](./doc/img/MFTyreTool_Screenshot_NewFeature_SplitView.png)14
- More minor bug fixes, improvements
6 changes: 4 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="3920735365" 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="2604682362" 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}\doc\img\MFTyreTool_Screenshot_Plot.png</param.screenshot>
<param.version>1.0.3</param.version>
<param.version>1.1.0</param.version>
<param.products.name>
<item>MATLAB</item>
</param.products.name>
Expand Down Expand Up @@ -54,6 +54,7 @@
<file>${PROJECT_ROOT}\src\+helpers\fitterOutputFcn.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>
<file>${PROJECT_ROOT}\src\+ui\NumericRangeSelector.m</file>
<file>${PROJECT_ROOT}\src\+ui\TyreAnalysisPanel.m</file>
<file>${PROJECT_ROOT}\src\+ui\TyreFitterFittingModesPanel.m</file>
Expand All @@ -65,6 +66,7 @@
<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\ViewLayoutSettings.m</file>
<file>${PROJECT_ROOT}\src\+ui\ViewSettings.m</file>
<file>${PROJECT_ROOT}\src\about.json</file>
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+exceptions\EmptyMeasurement.m</file>
Expand Down
2 changes: 1 addition & 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}\doc\img\MFTyreTool_Screenshot_Plot.png</param.screenshot>
<param.version>1.0.5</param.version>
<param.version>1.1.0</param.version>
<param.output>${PROJECT_ROOT}\MFTyreTool.mltbx</param.output>
<param.products.name />
<param.products.id />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.0.4",
"Version": "1.1.0",
"Authors": [
"Tom Teasdale"
],
Expand Down

0 comments on commit fef0ac1

Please sign in to comment.