Releases: duckduckgo/duckduckgo-autofill
Releases · duckduckgo/duckduckgo-autofill
4.5.0
- Test refinements by @GioSensation in #146
- tests: macos prompt-to-save tests by @shakyShane in #148
- Mark generated files as binary + linguist-generated (github) by @shakyShane in #150
- Turning into Swift package by @jonathanKingston in #147
- Fix up .gitattributes file by @jonathanKingston in #154
- Feature: UIControllers by @shakyShane in #155
- Add support for email protection logout by @alistairjcbrown in #127
- Matching improvements by @GioSensation in #156 and #159
- fix: don't allow overlay to close itself by @shakyShane in #157
4.4.0
What's Changed
- Test refinements by @GioSensation in #146
- tests: macos prompt-to-save tests by @shakyShane in #148
- Mark generated files as binary + linguist-generated (github) by @shakyShane in #150
- Turning into Swift package by @jonathanKingston in #147
- Fix up .gitattributes file by @jonathanKingston in #154
Full Changelog: 4.3.0...4.4.0
4.3.0
- Improve credential saving logic
- Several accuracy improvements
- Add more tests
- Update dependencies
4.2.0
- tests + docs by @shakyShane in #107
- Page scanning performance improvements + debouncing/buffer mutation observer by @shakyShane in #114
- fix(dom): prevent calls to document.getElementId with empty strings by @shakyShane in #121
- Support top frame focus for autofill by @jonathanKingston in #93
4.1.2
- Pin ContentScopeScripts to a fixed version
- Testing improvements
4.1.1
- Close tooltip on tab or escape
- Don't reset select if already contains target value (Fix for PayPal)
- Improve form saving and general field scoring accuracy
- Use global config
- Minor copy update
- Add input classification statistics to test output
4.1.0
- Alter default rules to include special chars by @shakyShane in #87
- Fix extension config checking by @jonathanKingston in #89
- Store cc & identities forms by @GioSensation in #47
- Fix Android not supporting string.replaceAll by @GioSensation in #91
4.0.0
- Add identities and credit card autofill on supporting devices
- Use a declarative logic for device classification
- Use matchers from vendors like Mozilla and others
- Enable remote configuration
- Add top-level autofill for iframes on macOS
- Add password generation on supporting devices
- Enable email settings page logic
- Add tons of automated tests
- Add type checking and a bunch of CI scripts to ensure integrity and reliability
- Many other fixes and improvements
3.3.1
- Fix regressions and improve field detection accuracy
3.3.0
- Add Asana Release Workflow
- Add cc autofill
- Improve field detection accuracy
- Tons of other improvements