diff options
author | yvay <134604947+yvay@users.noreply.github.com> | 2023-07-22 17:52:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 21:22:06 +0530 |
commit | 6f4e835d3ce62ca7d29184384c3a3ad9bc32d685 (patch) | |
tree | ea01259ae19dcd037cdbda7ac5203e98984706f5 /autofill-parser/CHANGELOG.md | |
parent | d37fdfdbaabeab63b994e6f454d94c347e79c761 (diff) |
Support Mull browser from divestos.org (#2613)
* Add Mull from divestos.org to autofill supported browsers
Signed-off-by: yvay <134604947+yvay@users.noreply.github.com>
* Update CHANGELOG.md
Signed-off-by: yvay <134604947+yvay@users.noreply.github.com>
* fix
* Move changelog to correct place
* Move changelog to correct correct place
* Add headers to 1.1.2
---------
Signed-off-by: yvay <134604947+yvay@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'autofill-parser/CHANGELOG.md')
-rw-r--r-- | autofill-parser/CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/autofill-parser/CHANGELOG.md b/autofill-parser/CHANGELOG.md index f058c25a..5f508e03 100644 --- a/autofill-parser/CHANGELOG.md +++ b/autofill-parser/CHANGELOG.md @@ -6,11 +6,18 @@ All notable changes to this project will be documented in this file. ### Added +- [Mull](https://divestos.org/pages/our_apps#mull) is now supported as an Autofill-capable browser when installed from the divestos.org [repo](https://divestos.org/fdroid/official/). + ## [1.1.2] +### Added + - [Vivaldi](https://play.google.com/store/apps/details?id=com.vivaldi.browser) is now supported as an Autofill-capable browser. - [Vanadium](https://github.com/GrapheneOS/Vanadium) is now supported as an Autofill-capable browser. - `mail` is now included in the heuristics for username fields + +### Changed + - Dependency updates - `androidx.core:core-ktx:1.10.1` - `androidx.autofill:autofill:1.2.0-beta01` |