mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 16:53:26 +01:00
Merge branch 'release/1.2.0' into dev
This commit is contained in:
commit
18df9dc63d
12
changelog.md
12
changelog.md
@ -1,3 +1,15 @@
|
||||
# Change log
|
||||
|
||||
## [1.2.0] - 2020-09-18
|
||||
|
||||
### Added
|
||||
- QR Code scan using live stream when a camera is detected. Previous QR Code scanner remains available as fallback method or can be forced in Settings.
|
||||
- New alternative layouts: List or Grid
|
||||
- Accounts can be reordered
|
||||
|
||||
### Changed
|
||||
- Notification banner (when saving settings) now has a fixed position
|
||||
|
||||
## [1.1.0] - 2020-03-23
|
||||
|
||||
### Added
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
'version' => '1.1.0',
|
||||
'version' => '1.2.0',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
4
public/css/app.css
vendored
4
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
3
public/js/app.js
vendored
3
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
6
public/js/app.js.LICENSE.txt
Normal file
6
public/js/app.js.LICENSE.txt
Normal file
@ -0,0 +1,6 @@
|
||||
/**!
|
||||
* Sortable 1.10.2
|
||||
* @author RubaXa <trash@rubaxa.org>
|
||||
* @author owenm <owen23355@gmail.com>
|
||||
* @license MIT
|
||||
*/
|
2
public/js/locales.js
vendored
2
public/js/locales.js
vendored
File diff suppressed because one or more lines are too long
3
public/js/vendor.js
vendored
3
public/js/vendor.js
vendored
File diff suppressed because one or more lines are too long
18
public/js/vendor.js.LICENSE.txt
Normal file
18
public/js/vendor.js.LICENSE.txt
Normal file
@ -0,0 +1,18 @@
|
||||
/*!
|
||||
* Vue.js v2.6.12
|
||||
* (c) 2014-2020 Evan You
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* vue-i18n v8.21.1
|
||||
* (c) 2020 kazuya kawaguchi
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
/**!
|
||||
* Sortable 1.10.2
|
||||
* @author RubaXa <trash@rubaxa.org>
|
||||
* @author owenm <owen23355@gmail.com>
|
||||
* @license MIT
|
||||
*/
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"/js/manifest.js": "/js/manifest.js?id=7db827d654313dce4250",
|
||||
"/js/app.js": "/js/app.js?id=80de66960444f655531d",
|
||||
"/css/app.css": "/css/app.css?id=46032e0e6368c4c5cfcc",
|
||||
"/js/locales.js": "/js/locales.js?id=63696a94f3a7b1fe09d6",
|
||||
"/js/vendor.js": "/js/vendor.js?id=1cd1d953565ebfcb7231"
|
||||
"/js/app.js": "/js/app.js?id=06dde914944b58fdffb5",
|
||||
"/css/app.css": "/css/app.css?id=6454f3aa078ad9bd4e25",
|
||||
"/js/locales.js": "/js/locales.js?id=79bb717b28f53a8b3b72",
|
||||
"/js/vendor.js": "/js/vendor.js?id=5ba3d19fe9d922bf8630"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user