Releases: pre-martin/SimHubPropertyServer
Releases · pre-martin/SimHubPropertyServer
Version 1.9.6
What's Changed
- Determine the type of generic properties during runtime. by @pre-martin in #38
Full Changelog: v1.8.6...v1.9.6
Version 1.8.6
What's Changed
- Support for properties of type TimeSpan and string. by @pre-martin in #35
Full Changelog: v1.7.8...v1.8.6
Version 1.7.8
What's Changed
- Support for ShakeIt Motors properties. by @pre-martin in #32
Full Changelog: v1.6.8...v1.7.8
Version 1.6.8
What's Changed
- Instructions on how to repair ShakeIt profiles. by @pre-martin in #25
- Support for long trigger commands via "pressed" and "released" commands. by @pre-martin in #27
Full Changelog: v1.5.15...v1.6.8
Version 1.5.15
What's Changed
- ShakeIt Bass structure must send an "End" marker. by @pre-martin in #17
- Plugin finds only some of the existing ShakeIt Bass effects and groups by @pre-martin in #19
- Verification if ShakeIt bass property really exists. by @pre-martin in #21
- Tool to identify duplicate GUIDs in SimHub ShakeIt profiles. by @pre-martin in #22
- Repair shakeit bass guids by @pre-martin in #24
Full Changelog: v1.4.8...v1.5.15
Version 1.4.8
Version 1.3.17
New Features
- Allow to trigger input events. by @pre-martin in #11
- It is now possible to access all SimHub properties. by @pre-martin in #14
What's Changed
- Updated readme. by @pre-martin in #7
- Converted doc from markdown to asciidoctor. by @pre-martin in #8
- Moved C# project to a subdirectory. by @pre-martin in #9
Full Changelog: v1.2.14...v1.3.17
Version 1.2.14
What's Changed
- Display version information in UI by @pre-martin in #4
- Allow access to "double" properties. by @pre-martin in #6
Full Changelog: v1.1.20...v1.2.14
Version 1.1.20
Major update with braking changes:
- Modified property prefixes to correlate with the names used in SimHub (BREAKING). See updated property names in
README.md
. - Fixed for log file size: Grew up to 1 GB in size instead of 1 MB.
- Plugin did not correctly detect closed client connections.
- Added access to ACC raw data (which adds more than 70 new properties)
Version 1.0.6
- DLL now contains the proper version information
- Extended README with build instructions
- Minor fixes