Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

55 lines (34 loc) · 1.29 KB

Changelog

This project uses semantic versioning.

v3.1.0 (2024-07-16)

  • Removed the storage permission
  • Changed the option to always use sentence case (Single tab only)

v3.0.0...v3.1.0

v3.0.0 (2022-04-01)

  • BREAKING: Upgraded to manifest v3
  • BREAKING: Required Chrome 100 or greater

v3.0.0

v2.0.0 (2019-06-23)

  • Made the tabs permission (labeled as browsing history) optional
    • Replaced the Allow multiple tabs option with Single tab only, disabled by default
    • The permission will be requested after the option is checked and removed after it’s unchecked
  • Changed to use title case on Mac (Single Tab Only)

v1.2.1 (2019-04-15)

  • Avoided code duplication

v1.2.0 (2019-04-12)

  • Added an option allowing to open multiple Gmail tabs
  • Increased the minimum Chrome version

v1.1.2 (2019-04-09)

  • Made the background script non-persistent
  • Set the minimum Chrome version

v1.1.1 (2019-04-07)

  • Avoided an HTTP redirect

v1.1.0 (2019-04-07)

  • Tweaked the icon (now a 16 px grid)
  • Removed an unnecessary permission
  • Added Content Security Policy
  • Refactored code

v1.0.0 (2016-12-13)

  • Initial release