- 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)
- fix value links
- fix meta:title is marked as duplicate key
- fix duplicate key filter sends keys to search box multiple times
- add status bar
- replace SCSS with pure CSS
- migrate codebase to TypeScript
- fix handling of text node changes
- remove obsolete permission
- migrate to Manifest V3
- rewrite messaging
- added Chrome dark theme support
- switched from LESS to SASS/SCSS
- 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)
- 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
- added reload button
- fixed crash of debugger if a meta tag is missing its value attribute
- added filter toggles
- little style changes
- new extension icon
- added extension popup
- link tags with element inspector
- improved text selection
- added meta http-equiv support
- added match highlighting
- autofocus filter input on type
- initial release