Releases: MobiFlight/MobiFlight-Connector
Releases · MobiFlight/MobiFlight-Connector
10.1.4.2 BETA Release
What's Changed
New Feature 🎉
- Provide different mfmc files for same custom board by @DocMoebiuz in #1670
Improvement ✨
- Remove FSUIPC & AutoConnect message from log by @DocMoebiuz in #1672
Bug Fixes (BETA) 🐛
- Config execute doesn't if SimVarName is null by @DocMoebiuz in #1668
- Bundling correct WASM v1.0.1 by @DocMoebiuz in #1675
- Include Thrustmaster profile in project by @DocMoebiuz in #1676
Full Changelog: 10.1.4.1...10.1.4.2
10.1.4.1 BETA Release
What's Changed
New Feature 🎉
Firmware & profile updates 🚀
- Added Thrustmaster A320 Pilot joystick config by @tigert in #1625
- Add handling of button release events for Octavi devices by @tfinnie in #1627
- Update coreflighttech_mcp_mega.mfmc by @coreflighttech in #1651
- Kav Sim v2.5.3 by @Jak-Kav in #1657
- Renamed Octavi autopilot buttons to better reflect their actual functions by @tfinnie in #1662
Improvement ✨
- Only prompt for WASM update if it changed by @neilenns in #1601
- Add support for hex values in the joystick json files by @neilenns in #1624
- MobiFlight Connector can start with MSFS2020 by @DocMoebiuz in #1636
- Transform modifier maintains number format correctly by @DocMoebiuz in #1629
Bug Fixes 🐛
- Fix char being truncated on writing fsuipc string to offset by @Koseng in #1608
- References test value not limited to one digit anymore by @DocMoebiuz in #1630
- Old board config can be loaded with German UI by @DocMoebiuz in #1640
- Custom device settings display correctly with German i18n by @DocMoebiuz in #1641
- Fix X-Touch-Mini fader not working due to incorrect id by @Koseng in #1652
- UI for stepper config handles pin correctly. by @DocMoebiuz in #1660
- Connect to joysticks without blocking the UI by @DocMoebiuz in #1661
Other Changes ⚡
- Added new release notes category for firmware and profiles. by @DocMoebiuz in #1664
New Contributors
- @MiMaKes made their first contribution in #1468
- @tfinnie made their first contribution in #1627
- @coreflighttech made their first contribution in #1651
- @Jak-Kav made their first contribution in #1657
Full Changelog: 10.1.2...10.1.4.1
10.1.4 Release (Hotfix)
What's Changed
Bug Fixes 🐛
- Updated WASM module to 0.7.2 by @DocMoebiuz in #1654
- Only prompt for WASM update if it changed by @neilenns #1601
Full Changelog: 10.1.3...10.1.4
10.1.3 Release (Hotfix)
What's Changed
Bug Fixes 🐛
- Old board config can be loaded with German UI by @DocMoebiuz in #1640
- Custom device settings display correctly with German i18n by @DocMoebiuz in #1641
10.1.2 Release (Hotfix)
What's Changed
Bug Fixes 🐛
- Fix the exception for FSUIPC and interpolation by @DocMoebiuz in #1618
Full Changelog: 10.1.1...10.1.2
10.1.1 Release (Hotfix)
What's Changed
Bug Fixes 🐛
- Multiple Joysticks of same type reliably show up again by @neilenns in #1614
- FSUIPC presets with modifiers are loaded correctly by @DocMoebiuz in #1603
Full Changelog: 10.1.0...10.1.1
10.1 Release
Important
Contains new Firmware 2.5.1 - see Release notes for more details
Tip
.mfmc
-file format for device configs has updated - open and save your existing files to apply changes.
What's Changed
New Feature 🎉
- All boards - Increase max number of devices for all types by @elral in #1503
- UI: Custom Board & Community integration by @DocMoebiuz in #1507
- Add board type information to mfmc file by @DocMoebiuz in #1530
- Config references can be used with new test mode by @DocMoebiuz in #1539
- Use latest KAVsimulation displays by @elral in #1542
- Add possibility to exclude single joysticks or midi devices by @Koseng in #1555
- Test output directly from configuration overview by @DocMoebiuz in #1570
- Add community files for CoreFlightTech devices by @DocMoebiuz in #1572
- Update community files for miniFCU 1.0.0 by @DocMoebiuz in #1597
Improvement ✨
- Pico - Limit the number of PWM pins to 16 by @elral in #1454
- Add row description to config window titles by @neilenns in #1497
- Switch device monitor from polling to event based behavior by @Koseng in #1463
- Enforce JSON schema validation for all json-based config files by @neilenns in #1431
- Improved encoder reading for Octavi by @DocMoebiuz in #1457
- Comparison modifier substitutes
$
correctly by @DocMoebiuz in #1532 - Auto width for Module, Input, Output and Type by @Koseng in #1536
- Assign free pins in correct order by @DocMoebiuz in #1544
- Block editing modules if firmware is not current by @DocMoebiuz in #1548
- Trim dataref and command paths by @DocMoebiuz in #1550
- Refactored "Name" behavior and updated messages by @DocMoebiuz in #1576
- Connector uses CoreVersion for FirmwareFeature check by @DocMoebiuz in #1587
- Update Firmware to 2.5.1 by @DocMoebiuz in #1589
Bug Fixes 🐛
- Fix cross thread exception on update of hubhop presets by @Koseng in #1501
- Fix Blink exception with empty values by @DocMoebiuz in #1511
- Initialize Arcaze module correctly by @DocMoebiuz in #1514
- Remove analog pin labels from Pro Micro board by @neilenns in #1524
- Auto zero toggle does not change pin by @DocMoebiuz in #1529
- Save Lua-Macro value correctly by @DocMoebiuz in #1535
- Fix erroneous texts in german general settings dialog by @Koseng in #1538
- Fix drag and drop exception after drag operations in two different config files by @Koseng in #1557
- Increase default ConnectionDelay to 2000 by @DocMoebiuz in #1559
- WASM module detected on pc with hostname containing special characters by @Koseng in #1578
- Prevent exception on disconnect by @DocMoebiuz in #1583
Bug Fixes (BETA) 🐛
Development 💻
- Change MessageType to int by @neilenns in #1435
- Remove unneeded slash from board definition directory specification by @neilenns in #1523
- Firmware update supports concurrent updates with individual base path by @DocMoebiuz in #1563
Full Changelog: 10.0.2...10.1.0
10.0.2.4 BETA Release
What's Changed
New Feature 🎉
- Add community files for CoreFlightTech devices by @DocMoebiuz in #1572
Improvement ✨
- Update KAV displays to version 2.5.2 by @elral in #1581
- Refactored "Name" behavior and updated messages by @DocMoebiuz in #1576
- Connector uses CoreVersion for FirmwareFeature check by @DocMoebiuz in #1587
Bug Fixes 🐛
- WASM module detected on pc with hostname containing special characters by @Koseng in #1578
- Prevent exception on disconnect by @DocMoebiuz in #1583
Other Changes ⚡
- Update Firmware to 2.5.1 by @DocMoebiuz in #1589
Full Changelog: 10.0.2.3...10.0.2.4
10.0.2.3 BETA Release
What's Changed
New Feature 🎉
- Add possibility to exclude single joysticks or midi devices by @Koseng in #1555
- CoreFlightTech Community integration for EFIS and MCP by @DocMoebiuz in #1566
- Test output directly from configuration overview by @DocMoebiuz in #1570
Improvement ✨
- Auto width for Module, Input, Output and Type by @Koseng in #1536
- Config references can be used with new test mode by @DocMoebiuz in #1539
- Block editing modules if firmware is not current by @DocMoebiuz in #1548
- Send stop message to Custom Devices by @DocMoebiuz in #1547
- Update KAVsimulation displays by @elral in #1542
- Update miniFCU firmware to 0.9.3 by @DocMoebiuz in #1561
- Update dialog titles for input and output configs by @neilenns in #1552
- Option to provide board specific images by @DocMoebiuz in #1565
Bug Fixes 🐛
- Comparison modifier substitutes
$
correctly by @DocMoebiuz in #1532 - Save Lua-Macro value correctly by @DocMoebiuz in #1535
- Fix erroneous texts in german general settings dialog by @Koseng in #1538
- Assign free pins in correct order by @DocMoebiuz in #1544
- Fix drag and drop exception after drag operations in two different config files by @Koseng in #1557
- Trim dataref and command paths by @DocMoebiuz in #1550
- Increase default ConnectionDelay to 2000 by @DocMoebiuz in #1559
Other Changes ⚡
- Firmware update supports concurrent updates with individual base path by @DocMoebiuz in #1563
Full Changelog: 10.0.2.2...10.0.2.3
10.0.2.2 Release (BETA)
What's Changed
Improvement ✨
- Update miniFCU firmware to 0.9.2 by @DocMoebiuz in #1528
- Add settings to disable joystick and midi support by @Koseng in #1517
- Add board type information to mfmc file by @DocMoebiuz in #1530
Bug Fixes 🐛
- Initialize Arcaze module correctly by @DocMoebiuz in #1514
- Remove analog pin labels from Pro Micro board by @neilenns in #1524
- Auto zero toggle does not change pin by @DocMoebiuz in #1529
Development 💻
Full Changelog: 10.0.2.1...10.0.2.2