mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2024-11-14 21:16:42 +00:00
Merge branch 'release-1.7' into develop
This commit is contained in:
commit
d893792593
5 changed files with 12 additions and 2 deletions
|
@ -57,9 +57,11 @@ The qrencode library is used for QRCode-encoding existing tokens for export to o
|
||||||
|
|
||||||
The following people have contributed to translating SailOTP:
|
The following people have contributed to translating SailOTP:
|
||||||
|
|
||||||
|
* Chinese: BirdZhang
|
||||||
* Finnish: Johan Heikkilä (hevanaa)
|
* Finnish: Johan Heikkilä (hevanaa)
|
||||||
* French: Romain Tartière (smortex)
|
* French: Romain Tartière (smortex)
|
||||||
* Russian: moorchegue
|
* Russian: moorchegue
|
||||||
|
* Spanish: p4moedo
|
||||||
* Swedish: Åke Engelbrektson (eson57)
|
* Swedish: Åke Engelbrektson (eson57)
|
||||||
* English: Stefan Brand (seiichiro0185)
|
* English: Stefan Brand (seiichiro0185)
|
||||||
* German: Stefan Brand (seiichiro0185)
|
* German: Stefan Brand (seiichiro0185)
|
||||||
|
|
|
@ -129,7 +129,7 @@ Page {
|
||||||
font.pixelSize: Theme.fontSizeSmall
|
font.pixelSize: Theme.fontSizeSmall
|
||||||
horizontalAlignment: TextEdit.Center
|
horizontalAlignment: TextEdit.Center
|
||||||
readOnly: true
|
readOnly: true
|
||||||
text: qsTr("Translators:")+"\n\nSwedish: Åke Engelbrektson\nFrench: Romain Tartière\nFinnish: Johan Heikkilä\nRussian: moorchegue\nEnglish: Stefan Brand\nGerman: Stefan Brand"
|
text: qsTr("Translators:")+"\n\nChinese: BirdZhang\nFinnish: Johan Heikkilä\nFrench: Romain Tartière\nRussian: moorchegue\nSpanish: p4moedo\nSwedish: Åke Engelbrektson\nEnglish: Stefan Brand\nGerman: Stefan Brand"
|
||||||
color: "white"
|
color: "white"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -98,6 +98,7 @@ Page {
|
||||||
}
|
}
|
||||||
MenuItem {
|
MenuItem {
|
||||||
text: qsTr("Settings")
|
text: qsTr("Settings")
|
||||||
|
visible: false
|
||||||
onClicked: pageStack.push(Qt.resolvedUrl("Settings.qml"))
|
onClicked: pageStack.push(Qt.resolvedUrl("Settings.qml"))
|
||||||
}
|
}
|
||||||
MenuItem {
|
MenuItem {
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
* Mon Apr 02 2019 Stefan Brand <sailfish@seiichiro0185.org> 1.7-1
|
||||||
|
- Added Chinese Translation
|
||||||
|
- Added Finish Translation
|
||||||
|
- Added Russian Translation
|
||||||
|
- Added Spanish Translation
|
||||||
|
- Some internal Preparation for future features
|
||||||
|
|
||||||
* Mon Oct 30 2017 Stefan Brand <sailfish@seiichiro0185.org> 1.6-1
|
* Mon Oct 30 2017 Stefan Brand <sailfish@seiichiro0185.org> 1.6-1
|
||||||
- Changed AES Engine to cryptojs for Export/Import
|
- Changed AES Engine to cryptojs for Export/Import
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: harbour-sailotp
|
Name: harbour-sailotp
|
||||||
Summary: SailOTP
|
Summary: SailOTP
|
||||||
Version: 1.6
|
Version: 1.7
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Security
|
Group: Security
|
||||||
URL: https://github.com/seiichiro0185/sailotp/
|
URL: https://github.com/seiichiro0185/sailotp/
|
||||||
|
|
Loading…
Reference in a new issue