Add a changelog for autofill-parser (#1373)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
7acbf0eda8
commit
ae392beaeb
1 changed files with 29 additions and 0 deletions
29
autofill-parser/CHANGELOG.md
Normal file
29
autofill-parser/CHANGELOG.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed the support level for Chrome Beta/Canary/Dev/Stable, Bromite and Ungoogled Chromium to `PasswordFillAndSaveIfNoAccessibility`.
|
||||
|
||||
- Updated `androidx.annotation` to 1.1.0 and `androidx.autofill` to `1.2.0-alpha01`.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix build warning from undeclared unsigned type use.
|
||||
|
||||
### Added
|
||||
|
||||
- Added the `PasswordFillAndSaveIfNoAccessibility` browser support level for Chromium-based browsers beyond v89.
|
||||
|
||||
- Added the german term for _username_ to the heuristic keywords.
|
||||
|
||||
- Non-native Autofill browsers are now deemed unsupported before Android 9.
|
||||
|
||||
## [1.0.0] - 2020-12-04
|
||||
|
||||
- Initial release
|
||||
|
||||
[1.0.0]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.0.0/autofill-parser
|
Loading…
Reference in a new issue