Skip to content

Commit 60621a3

Browse files
committed
[General] bump version to 1.1.0
1 parent 7104207 commit 60621a3

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
------------------------------------------------------------------
2+
Intfuorit 1.1.0 - 2018-12-10 16:16:00 UTC
3+
4+
* new: add password check (#6)
5+
* new: add more sort options for the breaches list (#5)
6+
* new: show indicators for breach classification (#1)
17
* new: Swedish translation by Åke Engelbrektson
8+
* changed: unify selection of sort role and sort order (#7)
29

310
------------------------------------------------------------------
411
Intfuorit 1.0.0 - 2017-09-29 13:49:50 UTC

sailfishos/qml/common/models/ChangelogModel.qml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ import QtQuick 2.6
2727
*/
2828

2929
ListModel {
30+
ListElement {
31+
version: "1.1.0"
32+
date: 1544458854000
33+
entries: [
34+
ListElement { type: 0; issue: "6"; description: "add password check" },
35+
ListElement { type: 0; issue: "5"; description: "add more sort options for the breaches list" },
36+
ListElement { type: 0; issue: "1"; description: "show indicators for breach classification" },
37+
ListElement { type: 0; issue: ""; description: "Swedish translation by Åke Engelbrektson" },
38+
ListElement { type: 1; issue: "7"; description: "unify selection of sort role and sort order" }
39+
]
40+
}
41+
3042
ListElement {
3143
version: "1.0.0"
3244
date: 1506692990000

sailfishos/sailfishos.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CONFIG += c++11
1818
QT += network
1919

2020
VER_MAJ = 1
21-
VER_MIN = 0
21+
VER_MIN = 1
2222
VER_PAT = 0
2323

2424
VERSION = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}

0 commit comments

Comments
 (0)