mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2024-11-21 07:19:42 +00:00
Prepare Release 1.11.0
This commit is contained in:
parent
11a6fb9142
commit
4d6f5a2ba1
3 changed files with 7 additions and 2 deletions
|
@ -274,7 +274,7 @@ Page {
|
|||
horizontalAlignment: TextEdit.left
|
||||
plainText: "\n"+qsTr("SailOTP uses the following third party libs:")+'
|
||||
http://caligatio.github.io/jsSHA/
|
||||
https://code.google.com/archive/p/crypto-js/
|
||||
https://github.com/jlinoff/openssl-aes-cipher/
|
||||
http://sourceforge.net/projects/qzxing/
|
||||
http://fukuchi.org/works/qrencode/'
|
||||
color: Theme.secondaryHighlightColor
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
* Mon Feb 20 2023 Stefan Brand <sailfish@seiichiro0185.org> 1.11.0-1
|
||||
- Rework Export/Import File Encryption to use C++
|
||||
- Switch to SHA256 for Export/Import Encryption instead of MD5
|
||||
- Add FilePicker to select Import-File
|
||||
|
||||
* Wed Jan 25 2023 Stefan Brand <sailfish@seiichiro0185.org> 1.10.2-1
|
||||
- Add Sailjail Permission for Camera Use (contributed by Keeper-of-the-Keys)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Name: harbour-sailotp
|
||||
Summary: SailOTP
|
||||
Version: 1.10.2
|
||||
Version: 1.11.0
|
||||
Release: 1
|
||||
Group: Security
|
||||
URL: https://github.com/seiichiro0185/sailotp/
|
||||
|
|
Loading…
Reference in a new issue