Added changelog for v0.8.0.

This commit is contained in:
Oliver Hamlet
2015-07-15 18:45:13 +01:00
parent d7693ebfd3
commit a85b131f7b
+14
View File
@@ -539,6 +539,20 @@ A copy of the license is included in the file named "GNU FDL v1.3.txt".</blockqu
<h2 id="history">Version History</h2>
<p>Only program history is recorded here. A full history of masterlist changes may be viewed by browsing the GitHub repositories.
<h3>0.8.0 - <i>X July 2015</i></h3>
<ul>
<li>Fixed <q>Cannot read property 'push' of undefined</q> errors when sorting.</li>
<li>Fixed many miscellaneous bugs, including initialisation crashes and incorrect metadata input/output handling.</li>
<li>Fixed metadata editors not clearing unsaved edits when editing is cancelled.</li>
<li>Improved plugin loading performance for computers with weaker multithreading capabilities (eg. non-hyperthreaded dual-core or single-core CPUs).</li>
<li>LOOT no longer displays validity warnings for inactive plugins.</li>
<li>LOOT now displays a more user-friendly error when a syntax error is encountered in an updated masterlist.</li>
<li>Added support for loading custom user interface themes, and added a dark theme.</li>
<li>Metadata syntax support changes.</li>
<li>Updated German translation.</li>
<li>Updated libgit2 to v0.23.0.</li>
</ul>
<h3>0.7.1 - <i>22 June 2015</i></h3>
<ul>
<li>Fixed LOOT UI opening in default browser on launch.</li>