Skip to content

v2.7.0 - Opt-in support for KaiOS

Choose a tag to compare

@tonypconway tonypconway released this 26 Aug 11:01
· 326 commits to main since this release
v2.7.0
03ee679

What's Changed

  • Add support for KaiOS in downstream browsers by @tonypconway in #97
    • This release adds a new config option for both getCompatibleVersions and getAllVersions: includKaiOS. Setting this option to true will 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.

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