Changelog update
This commit is contained in:
parent
6c68ce950a
commit
6ace81d0ee
1 changed files with 9 additions and 5 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue