From 9f834011a2e0d534025f607afc34710a9621f3dd Mon Sep 17 00:00:00 2001 From: Etzelia Date: Sat, 20 Oct 2018 23:04:18 -0500 Subject: [PATCH] Added changelog for 1.5 --- docs/source/changelog/index.rst | 3 ++- docs/source/changelog/v1.4.rst | 2 +- docs/source/changelog/v1.5.rst | 20 ++++++++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 docs/source/changelog/v1.5.rst 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 + +