diff --git a/docs/source/changelog/index.rst b/docs/source/changelog/index.rst index aa85659..3969342 100644 --- a/docs/source/changelog/index.rst +++ b/docs/source/changelog/index.rst @@ -8,4 +8,5 @@ Changelogs .. toctree:: :maxdepth: 1 - v1.4 \ No newline at end of file + v1.4 + v1.5 \ No newline at end of file diff --git a/docs/source/changelog/v1.4.rst b/docs/source/changelog/v1.4.rst index ac51cf9..32548fb 100644 --- a/docs/source/changelog/v1.4.rst +++ b/docs/source/changelog/v1.4.rst @@ -3,7 +3,7 @@ .. _minecraftmanager_v1.4: MinecraftManager v1.4 -======== +===================== Additions --------- diff --git a/docs/source/changelog/v1.5.rst b/docs/source/changelog/v1.5.rst new file mode 100644 index 0000000..0bc2e70 --- /dev/null +++ b/docs/source/changelog/v1.5.rst @@ -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 + +