Skip to content

Latest commit

 

History

History
94 lines (49 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

94 lines (49 loc) · 1.68 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.8] - 2024-05-18

Added

  • New option to control wrapping behaviour for long claim names. Default is less aggressive wrapping which should solve #6.

Changed

  • Reduce font size to be more consistent with other devtools tabs

[1.7] - 2024-05-09

Changed

  • Update manifest version to 3

[1.6.1] - 2022-01-30

Changed

  • Change prefix option to support comma separated list of prefixes

[1.6] - 2022-01-22

Added

  • Add option to include Bearer prefix when copying token to clipboard

[1.5] - 2022-01-22

Added

  • Make header name and prefix configurable from options page #5

[1.4] - 2021-11-14

Added

  • Add display of JWT header fields (from achebrol)

[1.3.1] - 2021-06-19

Fixed

  • Prevent wrapping of short claim names

[1.3] - 2021-06-19

Added

  • Dark mode

[1.2] - 2021-06-19

Changed

  • Changed formatting of the output to be table-based to make it more resilient to long claim names #2

[1.1.1] - 2020-09-23

Fixed

  • Fix for copying to clipboard (from Miragecoder)

[1.1] - 2019-11-23

Added

  • Copy token to clipboard

[1.0.1] - 2019-11-23

Changed

  • Added more details to manifest
  • Updated icons

Added

  • Changelog

[1.0] - 2019-10-01

First release