Skip to content

Commit

Permalink
Bump version to 1.3.2.0; Update CHANGELOG; Update generated docs, jso…
Browse files Browse the repository at this point in the history
…n; Update HubHob presets DB.
  • Loading branch information
mpaperno committed Mar 9, 2023
1 parent f8ecc81 commit 053f64c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# MSFS Touch Portal Plugin Change Log

## 1.3.2.0 (Mar-09-2023)
Version number: `1030200`

* Fixed "Clear Custom States" and "Save Custom States to File" actions not properly selecting variable requests which were loaded from custom configuration file(s).
The default states from the included States.ini configuration file were being deleted/saved instead. Thanks to Glenn#6307 @ Discord for reporting!

---
## 1.3.1.0 (Feb-05-2023)
Version number: `1030100`

Expand Down
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This plugin provides a two-way interface between Touch Portal and Flight Simulat

For further documentation, please see https://github.com/mpaperno/MSFSTouchPortalPlugin/wiki

This documentation generated for plugin v1.3.1.0
This documentation generated for plugin v1.3.2.0

---

Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions MSFSTouchPortalPlugin/MSFSTouchPortalPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>MSFSTouchPortalPlugin</RootNamespace>
<Version>1.3.1.0</Version>
<FileVersion>1.3.1.0</FileVersion>
<Version>1.3.2.0</Version>
<FileVersion>1.3.2.0</FileVersion>
<Platforms>x64</Platforms>
<OutputPath>..\build\$(Platform)-$(Configuration)\</OutputPath>
<AnalysisLevel>6.0</AnalysisLevel>
Expand Down
2 changes: 1 addition & 1 deletion MSFSTouchPortalPlugin/entry.tp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": 6,
"version": 1030100,
"version": 1030200,
"name": "MSFS Touch Portal Plugin",
"id": "MSFSTouchPortalPlugin",
"configuration": {
Expand Down

0 comments on commit 053f64c

Please sign in to comment.