Bump version number and complete Change log

This commit is contained in:
Bubka 2020-09-18 00:55:26 +02:00
parent e1aa1152dd
commit 5d9e5bbf55
2 changed files with 13 additions and 1 deletions

View File

@ -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 ## [1.1.0] - 2020-03-23
### Added ### Added

View File

@ -22,7 +22,7 @@ return [
| |
*/ */
'version' => '1.1.0', 'version' => '1.2.0',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------