File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed
Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 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------------------------------------------------------------------
411Intfuorit 1.0.0 - 2017-09-29 13:49:50 UTC
Original file line number Diff line number Diff line change @@ -27,6 +27,18 @@ import QtQuick 2.6
2727*/
2828
2929ListModel {
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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ CONFIG += c++11
1818QT += network
1919
2020VER_MAJ = 1
21- VER_MIN = 0
21+ VER_MIN = 1
2222VER_PAT = 0
2323
2424VERSION = $${VER_MAJ }. $${VER_MIN }. $${VER_PAT }
You can’t perform that action at this time.
0 commit comments