Skip to content

Latest commit

 

History

History
90 lines (77 loc) · 4.74 KB

CHANGELOG.md

File metadata and controls

90 lines (77 loc) · 4.74 KB

0.0.13

  • fix : firefox issue with sendMessage
  • enhance some build processes

0.0.12

  • performance : reduce the weight of content_script.js, smaller size means smaller initialization time
  • tasks to test the correct functioning of the extension

0.0.11

  • CLI tasks to build and publish a new release (Firefox, Chrome)
  • Environnement variables
  • basic testing

0.0.10

  • NEW : optimize font rendering (through text-rendering: optimizeSpeed and -webkit-font-smoothing: none
  • fix <audio /> element (previously named <sound /> :/ )
  • lazyload native only loading="lazy"
  • code documentation, clean and refacto
  • update npm packages

0.0.9

  • security fix XSS issues on :
    • social embed
    • click-to-load video embed
    • custom Gif player

0.0.8

  • update npm packages to latest
  • remove old files from extension :
    • oembed\embed.css
    • oembed\embed.js
    • players\Dailymotion.js
    • players\Youtube-tiny.js
    • utils\compute-styles.js

0.0.7

0.0.6

0.0.5

  • custom video embed on demand. Previously, video embed customisation was done one time after page loading (event 'load'). Now, a embed request blocked by background script triggers customisation in content_script
  • debug iframe customisation, previously iframe.src cause a new entry in history. Now, a new iframe is created and replace the blocked one
  • list files blocked in popup
  • test fetch response status 200
  • exclude icon fonts : 'fontawesome', 'fontello', 'icon'

0.0.4

  • fix when page is opened in new background tab
  • fix giphy iframe detection

0.0.3

  • new UI, badge icon, popup
  • pause/resume page or website
  • redirect default iframe to data:text + link
  • fix youtube quality

0.0.2

  • new GIF player, it now only use the original DOM element (img or iframe). a static frame is generated with canvas and inject to img or iframe, respectively via Blob or data:text
  • play vimeo embeds inside iframe with low quality parameter
  • return Promise for webextension messages
  • cleaner docs

0.0.1