Skip to content

Commit

Permalink
Bump version to 1.1.2.0; Update CHANGELOG; Add Discord badge to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaperno committed Feb 23, 2023
1 parent 0c321f2 commit 682ceff
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# WASimCommander - Change Log

## 1.1.2.0 (23-Feb-2023)

### WASimModule
* Fixed KEY event alias for "AUTORUDDER_TOGGLE" -> KEY_AUTOCOORD_TOGGLE.

### WASimUI
* Fixed layout issue in "Variables" form which made the name selector/entry field too narrow.
* Renamed form group "Calculator Event" to "Evaluate Calculator Code".

---
## 1.1.1.0 (31-Jan-2023)
Patch update for MSFS SU11/SDK 0.20.5.0.

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/mpaperno/WASimCommander?include_prereleases)](https://github.com/mpaperno/WASimCommander/releases)
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](LICENSE.GPL.txt)
[![LGPGv3 License](https://img.shields.io/badge/license-LGPLv3-blue.svg)](LICENSE.LGPL.txt)
[![Discord](https://img.shields.io/static/v1?style=flat&color=7289DA&&labelColor=7289DA&message=Discord%20Chat&label=&logo=discord&logoColor=white)](https://discord.gg/meWyE4dcAt)


# WASimCommander
Expand Down
2 changes: 1 addition & 1 deletion build/version.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

$VER_MAJOR = 1
$VER_MINOR = 1
$VER_PATCH = 1
$VER_PATCH = 2
$VER_BUILD = 0
$VER_COMIT = 0
$VER_NAME = ""
Expand Down
2 changes: 1 addition & 1 deletion docs/version.Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# THIS FILE IS GENERATED BY A SCRIPT, CHANGES WILL NOT PERSIST. EDIT THE CORRESPONDING .in TEMPLATE FILE INSTEAD.

PROJECT_NAME = "WASimCommander"
PROJECT_NUMBER = v1.1.1.0
PROJECT_NUMBER = v1.1.2.0
PROJECT_BRIEF = "Remote access to the Microsoft Flight Simulator 2020 Gauge API."
6 changes: 3 additions & 3 deletions src/WASimClient_CLI/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ using namespace System::Security::Permissions;
[assembly:AssemblyTrademarkAttribute(L"")];
[assembly:AssemblyCultureAttribute(L"")];

[assembly:AssemblyVersionAttribute(L"1.1.1.0")];
[assembly:AssemblyFileVersionAttribute("1.1.1.0")];
[assembly:AssemblyInformationalVersionAttribute("1.1.1.0")];
[assembly:AssemblyVersionAttribute(L"1.1.2.0")];
[assembly:AssemblyFileVersionAttribute("1.1.2.0")];
[assembly:AssemblyInformationalVersionAttribute("1.1.2.0")];

[assembly:ComVisible(false)];
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<AssetPackage ReleaseNotes="PackageDefinitions\wasimcommander-module\ReleaseNotes.xml" Version="1.1.1">
<AssetPackage ReleaseNotes="PackageDefinitions\wasimcommander-module\ReleaseNotes.xml" Version="1.1.2">
<ItemSettings>
<ContentType>MISC</ContentType>
<Title>WASimCommander WASM Module</Title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
results cannot be pre-compiled.
* Event loop is paused when last client
disconnects.</ReleaseNote>
<ReleaseNote Version="1.1.0" Date="2022-10-13">v1.1.0.0
<ReleaseNote Version="1.1.0" Date="2022-10-13">WASimCommander v1.1.0.0
* Minor updates for SU10: Updated lookup lists of Token vars
and Key events; Use new trigger_key_event_EX1().
* Rebuilt using /O1 optimization flag.</ReleaseNote>
<ReleaseNote Version="1.1.1" Date="2023-01-30">WASimCommander v1.1.1.0
* Updated lookup lists of Key events for SU11/SDK0.20.5.0.
* Rebuilt using /O3 optimization flag as per new
documentation recommendations and since fixes in SU11.</ReleaseNote>
<ReleaseNote Version="1.1.2" Date="2023-02-05">WASimCommander v1.1.2.0
* Fixed KEY event alias for "AUTORUDDER_TOGGLE" -> KEY_AUTOCOORD_TOGGLE.</ReleaseNote>
12 changes: 6 additions & 6 deletions src/include/wasim_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@ and are available at <http://www.gnu.org/licenses/>.

#define WSMCMND_VER_MAJOR 1
#define WSMCMND_VER_MINOR 1
#define WSMCMND_VER_PATCH 1
#define WSMCMND_VER_PATCH 2
#define WSMCMND_VER_BUILD 0
// Git commit hash (top 8 bytes)
#define WSMCMND_VER_COMIT 0x16CE8C0AUL
#define WSMCMND_VER_COMIT 0x0C321F25UL
/// Version number in 32 bit "binary coded decimal", eg. 0x01230400 = 1.23.4.0
#define WSMCMND_VERSION 0x01010100UL
#define WSMCMND_VERSION 0x01010200UL
/// Possible version suffix, eg "-beta1" (can be blank for release versions)
#define WSMCMND_VER_NAME ""
/// Dotted version string Maj.Min.Pat.Bld, eg. "1.23.4.0"
#define WSMCMND_VERSION_STR "1.1.1.0"
#define WSMCMND_VERSION_STR "1.1.2.0"
/// Dotted version string with possible suffix, eg. "1.23.4.0-beta1"
#define WSMCMND_VERSION_INFO "1.1.1.0"
#define WSMCMND_VERSION_INFO "1.1.2.0"
/// Build date & time in ISO-8601 "Zulu Time" format, UTC
#define WSMCMND_BUILD_DATE "2023-01-31T01:37:14Z"
#define WSMCMND_BUILD_DATE "2023-02-23T09:43:21Z"


#define WSMCMND_PROJECT_URL "https://github.com/mpaperno/WASimCommander"
Expand Down

0 comments on commit 682ceff

Please sign in to comment.