Added changelog for 1.5

master
Etzelia 2018-10-20 23:04:18 -05:00
parent 33f893907d
commit 9f834011a2
3 changed files with 23 additions and 2 deletions

View File

@ -8,4 +8,5 @@ Changelogs
.. toctree::
:maxdepth: 1
v1.4 <v1.4>
v1.4 <v1.4>
v1.5 <v1.5>

View File

@ -3,7 +3,7 @@
.. _minecraftmanager_v1.4:
MinecraftManager v1.4
========
=====================
Additions
---------

View File

@ -0,0 +1,20 @@
.. include:: ../common.rst
.. _minecraftmanager_v1.5:
MinecraftManager v1.5
=====================
Additions
---------
* `Demote action for plugin listener`_- Adds a demote action to the plugin listener, for demoting staff (or other players).
* `Move MCM Tag`_- Moves the [MCM] tag to a hover event based on config option.
.. _Demote action for plugin listener: https://git.etztech.xyz/Etzelia/MinecraftManagerPlugin/issues/5
.. _Move MCM Tag: https://git.etztech.xyz/Etzelia/MinecraftManagerPlugin/issues/3
Bug Fixes
---------
* None