extend Install available apps to Private Space

This commit is contained in:
Daniel Micay 2025-03-25 14:03:23 -04:00
parent 7715cb669c
commit acf9708168

View File

@ -573,6 +573,7 @@
<p>Changes since the 2025032100 release:</p>
<ul>
<li>Settings: extend "Install available apps" feature to Private Space</li>
<li>Network Location: rewrite position estimation in Rust with a new algorithm based on Expectation-Maximization (EM) always using 3D (altitude) to provide much better accuracy, robustness and performance (this new 3D implementation performs better than the previous implementation in the 2D mode we were stuck using due to 3D being far too CPU intensive)</li>
<li>Network Location: improve distance estimation including tuning it separately for 2.4GHz vs. 5GHz/6GHz and take distance variance into account for position estimation</li>
<li>Network Location: add support for 6GHz Wi-Fi networks via Reduced Neighbor Report (RNR)</li>