Skip to content

Version 16.0.0

Compare
Choose a tag to compare
@cadeyrn cadeyrn released this 04 Feb 12:14
· 12 commits to master since this release
  • [ENHANCEMENT] New Tab Override now uses Manifest v3, fixes #274
  • [ENHANCEMENT] fixed white flash when using dark mode (Thanks, @ADTC!), fixes #261
  • [ENHANCEMENT] allow moz-extension:// URIs as new tab page, fixes #310
  • [ENHANCEMENT] show error message if an unsupported protocol is used instead of silently prepending https:// in that case (Thanks, @amithm7!), fixes #334
  • [ENHANCEMENT] default to https:// instead of http:// for URLs without protocol, fixes #329
  • [ENHANCEMENT] keep the address bar empty when the background color option is used (Thanks, @Juraj-Masiar!), fixes #252
  • [ENHANCEMENT] improved colors on options page for better accessibility (a11y), fixes #338
  • [TRANSLATION] added Indonesian translation (Thanks, @rosatiara!)
  • [CODE QUALITY] replaced deprecated method call, fixes #330
  • [CODE QUALITY] removed deprecated manifest key, fixes #331
  • [CODE QUALITY] removed code that was only relevant for old versions of Firefox and New Tab Override, fixes #333
  • [CODE QUALITY] updated the translation mechanism to the newest version to share more code with other extensions and to improve the maintainability, fixes #332
  • [CODE QUALITY] make use of CSS variables for colors, fixes #336
  • [CODE QUALITY] don't use background shorthand in CSS, fixes #337
  • [CHANGE] changed copyright year from 2021 to 2024
  • [DEPENDENCY] replaced gulp-eslint 6.0.0 with gulp-eslint-new 1.9.0
  • [DEPENDENCY] updated eslint from version 7.26.0 to 8.56.0 and updated configuration
  • [DEPENDENCY] updated eslint-plugin-compat from version 3.9.0 to 4.2.0
  • [DEPENDENCY] updated eslint-plugin-no-unsanitized from version 3.1.5 to 4.0.2
  • [DEPENDENCY] updated eslint-plugin-promise from version 5.1.0 to 6.1.1
  • [DEPENDENCY] updated eslint-plugin-xss from version 0.1.10 to 0.1.12
  • [DEPENDENCY] updated jsdoc from version 3.6.5 to 4.0.2
  • [DEPENDENCY] updated stylelint from version 13.13.1 to 15.11.0 and updated configuration
  • [DEPENDENCY] updated stylelint-csstree-validator from version 1.9.0 to 3.0.0
  • [DEPENDENCY] updated stylelint-order from version 4.1.0 to 6.0.4
  • [DEPENDENCY] updated web-ext from version 6.1.0 to 7.11.0

Minimum required Firefox version is Firefox 115 now.