added changelog

This commit is contained in:
supertiger1234 2019-11-13 09:31:10 +00:00
parent e15bd97532
commit e6546c88d4
2 changed files with 25 additions and 17 deletions

View file

@ -10,7 +10,6 @@
export default { export default {
props: { props: {
message: String, message: String,
require: true
}, },
computed: { computed: {
markdown: function() { markdown: function() {

View file

@ -9,12 +9,21 @@ const prototype = {
}; };
const config = [ 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, version: 8.1,
title: "Move server channels", title: "Move server channels",
shortTitle: "", shortTitle: "",
date: "12/11/2019", date: "12/11/2019",
headColor: "#0c7b7f",
new: [ new: [
"You can now move channels to make it more organized." "You can now move channels to make it more organized."
], ],