From 3c996aca198b3e807a170eebbf0cbdc1f12ed589 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 7 Jan 2021 09:43:30 +0100 Subject: [PATCH] Add changelog and contributions --- Documentation/Changelog.rst | 7 ++++++ Documentation/Changelog/1.0.1.rst | 39 +++++++++++++++++++++++++++++++ Documentation/Index.rst | 1 + readme.rst | 11 +++++++++ 4 files changed, 58 insertions(+) create mode 100644 Documentation/Changelog.rst create mode 100644 Documentation/Changelog/1.0.1.rst diff --git a/Documentation/Changelog.rst b/Documentation/Changelog.rst new file mode 100644 index 0000000..5c3e3ec --- /dev/null +++ b/Documentation/Changelog.rst @@ -0,0 +1,7 @@ +Changelog +========= + +.. toctree:: + :glob: + + Changelog/* diff --git a/Documentation/Changelog/1.0.1.rst b/Documentation/Changelog/1.0.1.rst new file mode 100644 index 0000000..2486b20 --- /dev/null +++ b/Documentation/Changelog/1.0.1.rst @@ -0,0 +1,39 @@ +1.0.1 +===== + +Breaking +-------- + +Nothing + +Features +-------- + +* Add icons for extension #40 + + * Add Icons for extension itself. + + * Add Icons for custom records. + + Contributed by https://www.werkraum-media.de/ + +* Add default and docs to not track preview #44 + + Preview is also active if a preview link is shared via EXT:workspace. + Those views should probably not be tracked, + just like active backend sessions. + +Fixes +----- + +Nothing + +Tasks +----- + +* Remove allowTableOnStandardPages for records #43 + +Deprecation +----------- + +Nothing diff --git a/Documentation/Index.rst b/Documentation/Index.rst index e766640..80225d0 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -90,3 +90,4 @@ in order to extract further information from them with future updates. Installation Pageview Recordview + Changelog diff --git a/readme.rst b/readme.rst index a639dfe..c96411d 100644 --- a/readme.rst +++ b/readme.rst @@ -40,6 +40,17 @@ Todos #. Add version matrix to test with multiple PHP versions. +Thanks +====== + +Thanks to our supporters: + +Icons + Generated by https://www.werkraum-media.de/ + +Partly sponsored code by + https://www.werkraum-media.de/ + Example =======