From e6546c88d46e196a61aa29d198d61c08fc06c1a7 Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Wed, 13 Nov 2019 09:31:10 +0000 Subject: [PATCH] added changelog --- src/components/app/SimpleMarkdown.vue | 31 +++++++++++++-------------- src/utils/changelog.js | 11 +++++++++- 2 files changed, 25 insertions(+), 17 deletions(-) diff --git a/src/components/app/SimpleMarkdown.vue b/src/components/app/SimpleMarkdown.vue index 393abdb..338ed2b 100644 --- a/src/components/app/SimpleMarkdown.vue +++ b/src/components/app/SimpleMarkdown.vue @@ -10,7 +10,6 @@ export default { props: { message: String, - require: true }, computed: { markdown: function() { @@ -22,26 +21,26 @@ \ No newline at end of file diff --git a/src/utils/changelog.js b/src/utils/changelog.js index 0ea8f67..7deff5b 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -9,12 +9,21 @@ const prototype = { }; const config = [ + { + version: 8.2, + title: "Better formatter + better performance.", + shortTitle: "", + date: "13/11/2019", + headColor: "#0c7b7f", + new: [ + "We have changed the markdown formatter from markdown-it to simple-markdown. This has also improved the performance. (Thanks bree!)" + ], + }, { version: 8.1, title: "Move server channels", shortTitle: "", date: "12/11/2019", - headColor: "#0c7b7f", new: [ "You can now move channels to make it more organized." ],