mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-09 21:11:01 +00:00
added changelog
This commit is contained in:
parent
e15bd97532
commit
e6546c88d4
2 changed files with 25 additions and 17 deletions
|
|
@ -10,7 +10,6 @@
|
|||
export default {
|
||||
props: {
|
||||
message: String,
|
||||
require: true
|
||||
},
|
||||
computed: {
|
||||
markdown: function() {
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue