Set versuin number and change log for v0.14.8

This commit is contained in:
Oliver Hamlet
2019-06-30 18:01:19 +01:00
parent 9d45afdb0a
commit b0d0f3e09d
3 changed files with 25 additions and 5 deletions
+20
View File
@@ -2,6 +2,26 @@
Version History
***************
0.14.8 - 2019-06-30
===================
Fixed
-----
- Evaluating ``version()`` and ``product_version()`` conditions will no longer
error if the given executable has no version fields. Instead, it will be
evaluated as having no version.
- Sorting would not preserve the existing relative positions of plugins that had
no relative positioning enforced by plugin data or metadata, if one or both of
their filenames were not case-sensitively equal to their entries in
``plugins.txt`` / ``loadorder.txt``. Load order position comparison is now
correctly case-insensitive.
Changed
-------
- Improved load order sorting performance.
0.14.7 - 2019-06-13
===================