From 1e0f56673c55c196cb19c6301093f376c51537aa Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Mon, 23 Mar 2020 23:01:28 +0100 Subject: [PATCH] Add changelog --- changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 00000000..722d496f --- /dev/null +++ b/changelog.md @@ -0,0 +1,12 @@ +## [1.1.0] - 2020-03-23 + +### Added +- Demonstration mode with restricted features and ability to reset content with an artisan command +- Option to close token popup when the code is pasted (by clicking/taping on it) + +### Changed +- Options default values can now be set in config/app +- Generated assets are now part of the repo to ease deployement + +### Fixed +- Option labels attached to wrong checkboxes \ No newline at end of file