v2.7.0 - Opt-in support for KaiOS
What's Changed
- Add support for KaiOS in downstream browsers by @tonypconway in #97
- This release adds a new config option for both
getCompatibleVersionsandgetAllVersions:includKaiOS. Setting this option totruewill include KaiOS versions in the output based on their corresponding Gecko version capabilities. KaiOS has an extra level of opt-in compared to other downstream browsers because its interaction paradigm differs significantly and developers need to be well informed before stating that they support KaiOS.
- This release adds a new config option for both
With thanks to @ai for proposing this change and reviewing along with @rviscomi.
Also a thank you to Jose Briones for providing a test UA from the TCL Flip 4 5G to confirm the Gecko version of KaiOS 4.
Bug fixes
- Resolves a downstream data issue where an erroneous version of Yandex browser (99.9) had been introduced.
Full Changelog: v2.6.7...v2.7.0