Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

80 lines (54 loc) · 1.64 KB

Changelog

v1.0.0

  • adapt new Chrome DevTools color theme
  • add value length display to status bar
  • improve panel responsiveness
  • make columns resizable
  • add new code & meta validation system
  • merge duplicate detection into general code validation
  • add HTML5 checks to general code validation
  • add basic OpenGraph validation (beta)
  • add basic SEO validation (beta)
  • add settings view (beta)

v0.9.1

  • fix value links
  • fix meta:title is marked as duplicate key
  • fix duplicate key filter sends keys to search box multiple times

v0.9

  • add status bar
  • replace SCSS with pure CSS
  • migrate codebase to TypeScript

v0.8.2

  • fix handling of text node changes

v0.8.1

  • remove obsolete permission

v0.8

  • migrate to Manifest V3
  • rewrite messaging

v0.7

  • added Chrome dark theme support
  • switched from LESS to SASS/SCSS

v0.6

  • replaced unicode icons with SVG icons, because unicode got colored in Chrome
  • added highlighting for duplicate meta, base and title tags
  • changed styles to force break values if too long and additionally truncate them (e.g. Base64 encoded values)

v0.5

  • fixed a bug which prevented to copy via keyboard
  • added animation to the reload button to provide some feedback to the user
  • some minor optical adjustments

v0.4

  • added reload button
  • fixed crash of debugger if a meta tag is missing its value attribute

v0.3

  • added filter toggles
  • little style changes
  • new extension icon
  • added extension popup

v0.2

  • link tags with element inspector
  • improved text selection
  • added meta http-equiv support
  • added match highlighting
  • autofocus filter input on type

v0.1

  • initial release