Fixing appstream data.

This commit is contained in:
Ad5001 2022-10-28 19:25:33 +02:00
parent c4d12d6864
commit 8575fe5fec
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -119,7 +119,7 @@
<li>Syntax highlighting (can be disabled in the settings).</li>
<li>Autocompletion is now available (for function names, variables and constants, object names and properties) (can be disabled in the settings).</li>
<li>Object properties can now be used in expressions (e.g. if you have a point named A, you can use A.x to access its x value).</li>
<li>Similarly executable objects (Functions, bode magnitudes and phases, distributions, and sequences) can be now be used in expressions (e.g. if you have a function named 'f', you can access its value using `f(<value>)`).</li>
<li>Similarly executable objects (Functions, bode magnitudes and phases, distributions, and sequences) can be now be used in expressions (e.g. if you have a function named 'f', you can access its value using `f(value)`).</li>
<li>LaTeX-rendered formulas are now used in the Objects and History tabs when LaTeX rendering is enabled.</li>
<li>Errors in formulas are now reported in message boxes.</li>
</ul>