Changelog update

This commit is contained in:
Muki 2019-02-16 17:54:46 +01:00
parent 6c68ce950a
commit 6ace81d0ee

View file

@ -62,6 +62,15 @@ Page {
title: qsTr("Changelog")
}
SectionHeader {
text: qsTr("Version %1").arg("2.6.1")
}
LogItem {
title: "Support for OnePlus X"
description: "Missing icons on OnePlus X have beed fixed.";
}
SectionHeader {
text: qsTr("Version %1").arg("2.6.0")
}
@ -86,11 +95,6 @@ Page {
description: "Option in the settings that allows you to clear cache and cookies of the web viewer."
}
LogItem {
title: "Spanish translation update"
description: "Spanish translations has been updated."
}
SectionHeader {
text: qsTr("Version %1").arg("2.5.3")
}