mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-15 04:21:19 +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 = [
|
||||
{
|
||||
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,
|
||||
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!)"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue