Skip to content

Commit 50e8131

Browse files
committed
Update readme and versioninfo
1 parent 603fd50 commit 50e8131

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ This is still just a crude prototype -- but I'd like to get feedback and hear id
1313

1414
## Change Log ##
1515

16+
#### v1.1.2021.522:
17+
18+
- Allow sound effects to be overridden with custom wav files.
19+
- Also allow mouse wheelbutton to mapped to a keyboard scancode --
20+
- only suitable for press-and-hold keys (because a short-tap will always set throttle to 50% and reset fov).
21+
- but works great for the `SimHotasShift` callback, to take advantage of secondary stick buttons without sacrificing one of them.
22+
- eg: `<add key="ScancodeForMouseWheelButton" value="0x39"/><!-- [spacebar] -->`
23+
1624
#### v1.1:
1725

1826
- Implemented rudimentary tracking of throttle-lever position, and audible feedback when your throttle hits the minimum/maximum extent (and push-through afterburner detent).
@@ -96,4 +104,4 @@ That should be more stable, supportable, and allow the mousewheel to return to i
96104
Other changes in progress:
97105

98106
- use BMS shared memory interface to only hook the mouse while in 3D pit
99-
- optional overlay to display throttle position, rpm, ftit, brake
107+
- optional overlay to display throttle position, rpm, ftit, brake, etc

src/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
// You can specify all the values or you can default the Build and Revision Numbers
3636
// by using the '*' as shown below:
3737
// [assembly: AssemblyVersion("1.0.*")]
38-
[assembly: AssemblyVersion("1.1.2021.418")]
39-
[assembly: AssemblyFileVersion("1.1.2021.418")]
38+
[assembly: AssemblyVersion("1.1.2021.522")]
39+
[assembly: AssemblyFileVersion("1.1.2021.522")]
4040

4141
// Don't probe satellites for en-US resources.
4242
[assembly: NeutralResourcesLanguageAttribute("en-US")]

0 commit comments

Comments
 (0)