diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-04-07 11:34:58 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-07 11:34:58 +0530 |
commit | ae392beaeb3651e971fcc50a0b7c5af1a783c66a (patch) | |
tree | dc3c53dcb5fe60b07a562cae7df6035f71af2415 /autofill-parser | |
parent | 7acbf0eda85f44ee305825de5395f4537fce999b (diff) |
Add a changelog for autofill-parser (#1373)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'autofill-parser')
-rw-r--r-- | autofill-parser/CHANGELOG.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/autofill-parser/CHANGELOG.md b/autofill-parser/CHANGELOG.md new file mode 100644 index 00000000..1d24d454 --- /dev/null +++ b/autofill-parser/CHANGELOG.md @@ -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 |