diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-31 11:25:30 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-31 05:55:30 +0000 |
commit | e8ac0e43866d4ff5641081132871459fa94e3e04 (patch) | |
tree | e5ea7a2611292b2bc9290f0a34b25aaaebe42626 /autofill-parser | |
parent | d7a9a8ed1e0ee8d0fa2bc9db83c869a02c78e69a (diff) |
Release new version of autofill-parser (#1634)
Diffstat (limited to 'autofill-parser')
-rw-r--r-- | autofill-parser/CHANGELOG.md | 12 | ||||
-rw-r--r-- | autofill-parser/gradle.properties | 2 |
2 files changed, 11 insertions, 3 deletions
diff --git a/autofill-parser/CHANGELOG.md b/autofill-parser/CHANGELOG.md index afe7564f..be3a796d 100644 --- a/autofill-parser/CHANGELOG.md +++ b/autofill-parser/CHANGELOG.md @@ -4,16 +4,22 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [1.1.0] + ### 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`. +- Updated `androidx.annotation` to 1.3.0 and `androidx.autofill` to `1.2.0-beta01`. -- The library now requires Kotlin 1.5.0 configured with `kotlinOptions.languageVersion = "1.5"`. +- The library now uses Kotlin 1.6.10 and Coroutines 1.6.0. - Added [Styx](https://github.com/jamal2362/Styx) to supported Autofill browsers. +- The dependency on [timberkt](https://github.com/ajalt/timberkt) has been replaced with [logcat](https://github.com/square/logcat). + +- Updated `publicsuffixes` list to the latest version as of Dec 18 2021. + ### Fixed - Fix build warning from undeclared unsigned type use. @@ -31,3 +37,5 @@ All notable changes to this project will be documented in this file. - Initial release [1.0.0]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.0.0/autofill-parser + +[1.1.0]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.1.0/autofill-parser diff --git a/autofill-parser/gradle.properties b/autofill-parser/gradle.properties index 78609fb5..7a35f954 100644 --- a/autofill-parser/gradle.properties +++ b/autofill-parser/gradle.properties @@ -3,7 +3,7 @@ # SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception # -VERSION_NAME=1.1.0-SNAPSHOT +VERSION_NAME=1.1.0 POM_ARTIFACT_ID=autofill-parser POM_NAME=autofill-parser POM_DESCRIPTION=Android library for low-level parsing of Autofill structures |