Set version number and changelogs for v0.15.0

This commit is contained in:
Oliver Hamlet
2019-11-05 21:41:28 +00:00
parent bea111c0ac
commit 629fdabc6b
5 changed files with 64 additions and 6 deletions
+9
View File
@@ -4,6 +4,15 @@ Version History
The version history of the metadata syntax is given below.
0.15 - 2019-11-05
=================
Added
-----
- The condition function ``is_master(file_path path)``, which checks if the
given file is an installed master plugin.
0.14 - 2018-12-09
=================
+4
View File
@@ -93,6 +93,10 @@ There are several conditions that can be tested for using the functions detailed
Returns true if more than one active plugin matching ``regex`` is found, and false otherwise.
.. describe:: is_master(file_path path)
Returns true if ``path`` is an installed master plugin, and false otherwise.
.. describe:: checksum(file_path path, checksum expected_checksum)
Returns true if the calculated CRC-32 checksum of ``path`` matches ``expected_checksum``, and false otherwise. Returns false if ``path`` does not exist.