Skip to content

Commit

Permalink
Release notes updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrah committed Sep 7, 2015
1 parent bf6b5cc commit 1f1a88a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions companion/releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<li>Fixed language-related startup crash on Mac (<a href=https://github.com/opentx/opentx/issues/2815>#2815</a>)</li>
<li>Fixed issues with conversion from 2.0 (<a href=https://github.com/opentx/opentx/issues/2809>#2809</a>, <a href=https://github.com/opentx/opentx/issues/2800>#2800</a>)</li>
<li>Fixed Throttle source export issue on X9E (<a href=https://github.com/opentx/opentx/issues/2844>#2844</a>)</li>
<li>Added support for the AR9X replacement board (prototype) for the Turnigy 9X radio, info <a href=http://www.rcgroups.com/forums/showthread.php?t=2479552>here</a></li>
</ul>


Expand Down
16 changes: 8 additions & 8 deletions radio/releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
<h2>Version 2.1.2 / 2015-09-07</h2>
<h2>Version 2.1.2 / 2015-09-07</h2><br>

PLEASE NOTE the following important information:
<b>PLEASE NOTE the following important information:</b>
<ul>
<li>FrSky Taranis X9E users are highly advised to upgrade to this version or its equivalent when provided by FrSky due to the risk of shutdown upon software error that was present in previous versions.</li>
<li>Telemetry sensors are now no longer continuously being detected, it is now necessary to go on the telemetry setup page and select the "Discover new sensors" menu item. This prevents creation of non-existing sensors in case if transmission errors, and allows deleting sensors that are received but considered uninteresting.</li>
<li>Telemetry sensors are no longer continuously detected, it is now necessary to go to the telemetry setup page and select the "Discover new sensors" menu item. This prevents creation of non-existing sensors in case if transmission errors, and allows deleting sensors that are received but considered uninteresting.</li>
</ul>

[ARM Boards]
<ul>
<li>Fixed several issues with D series altimeter/vario (negative values, hi/lo precision vario) (<a href=https://github.com/opentx/opentx/issues/2685>#2685</a>)</li>
<li>Auto-offset for Frsky variometer on per default (<a href=https://github.com/opentx/opentx/issues/2693>#2693</a>)</li>
<li>X9E top LCD fixes: added TX battery blinking on battery warning, fixed display problem when battery voltage lower than batlow value. (<a href=https://github.com/opentx/opentx/issues/2671>#2671</a>)</li>
<li>Auto-offset for Frsky variometer on by default (<a href=https://github.com/opentx/opentx/issues/2693>#2693</a>)</li>
<li>Timers range extended (it was limited to around 9 hours before) (<a href=https://github.com/opentx/opentx/issues/2702>#2702</a>)</li>
<li>Fixed: Playing two background sounds at once causes sound to stop (<a href=https://github.com/opentx/opentx/issues/2704>#2704</a>)</li>
<li>Several fixes to the SD card manager menu (<a href=https://github.com/opentx/opentx/issues/2623>#2623</a>)</li>
<li>Fixed the difference between top and main LCD TX battery bars on X9E (<a href=https://github.com/opentx/opentx/issues/2671>#2671</a>)</li>
<li>Several Lua getValue() fields were not exported correctly (tx-voltage, clock and timers 1-3)</li>
<li>Fixed: Edge Logical Switch could trigger right after the model was loaded or the radio turned on (<a href=https://github.com/opentx/opentx/issues/2728>#2728</a>)</li>
<li>Fixed: output channel jitter if trim was used (<a href=https://github.com/opentx/opentx/issues/2774>#2774</a>)</li>
<li>Fixed: Logical switches based on telemetry sensors above number 20 were not working (<a href=https://github.com/opentx/opentx/issues/2787>#2787</a>)</li>
<li>Improved mixer screen layout (<a href=https://github.com/opentx/opentx/issues/2785>#2785</a>)</li>
<li>Added support for the AR9X replacement board (prototype) for the Turnigy 9X radio, info <a href=http://www.rcgroups.com/forums/showthread.php?t=2479552>here</a></li>
<li>Added menu option to delete all detected/configured telemetry sensors (<a href=https://github.com/opentx/opentx/issues/2730>#2730</a>)</li>
<li>Improved "Adjust GVAR" SF source selection with popup (<a href=https://github.com/opentx/opentx/issues/2418>#2418</a>)</li>
<li>Improved mixer screen layout (<a href=https://github.com/opentx/opentx/issues/2785>#2785</a>)</li>
<li>Added support for the AR9X replacement board (prototype) for the Turnigy 9X radio, info <a href=http://www.rcgroups.com/forums/showthread.php?t=2479552>here</a></li>
</ul>

[X9E]
<ul>
<li>Unwanted radio turning off on watchdog reset fixed (<a href=https://github.com/opentx/opentx/issues/2681>#2681</a>, <a href=https://github.com/opentx/opentx/issues/2790>#2790</a>)</li>
<li>Added code to help mitigate the issue of RTC loosing its time when radio was turned off (<a href=https://github.com/opentx/opentx/issues/2626>#2626</a>)</li>
<li>X9E top LCD fixes: added TX battery blinking on battery warning, fixed display problem when battery voltage lower than batlow value. (<a href=https://github.com/opentx/opentx/issues/2671>#2671</a>)</li>
<li>Fixed the difference between top and main LCD TX battery bars on X9E (<a href=https://github.com/opentx/opentx/issues/2671>#2671</a>)</li>
</ul>


Expand Down

0 comments on commit 1f1a88a

Please sign in to comment.