mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-05 11:00:50 +00:00
wrote changelog
This commit is contained in:
parent
5b7dcdc48c
commit
ffa527bab3
1 changed files with 10 additions and 1 deletions
|
|
@ -9,12 +9,21 @@ const prototype = {
|
||||||
};
|
};
|
||||||
|
|
||||||
const config = [
|
const config = [
|
||||||
|
{
|
||||||
|
version: 8.3,
|
||||||
|
title: "Better formatter + better performance.",
|
||||||
|
shortTitle: "",
|
||||||
|
date: "15/11/2019",
|
||||||
|
headColor: "#0c7b7f",
|
||||||
|
new: [
|
||||||
|
"Made design more consistent throughout the app"
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
version: 8.2,
|
version: 8.2,
|
||||||
title: "Better formatter + better performance.",
|
title: "Better formatter + better performance.",
|
||||||
shortTitle: "",
|
shortTitle: "",
|
||||||
date: "13/11/2019",
|
date: "13/11/2019",
|
||||||
headColor: "#0c7b7f",
|
|
||||||
new: [
|
new: [
|
||||||
"We have changed the markdown formatter from markdown-it to simple-markdown. This has also improved the performance. (Thanks bree!)"
|
"We have changed the markdown formatter from markdown-it to simple-markdown. This has also improved the performance. (Thanks bree!)"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue