### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.6.10](https://github.com/Vectorly/ai-filters/compare/v2.3.7...v1.6.10)

- Fix image src not changing due to img.complete resolving to true (which is as per spec) in firefox if no src is there [`#285`](https://github.com/Vectorly/ai-filters/pull/285)
- wait for background image to load before "changing the background" [`#280`](https://github.com/Vectorly/ai-filters/pull/280)
- Video Track Release Issue [`#279`](https://github.com/Vectorly/ai-filters/pull/279)
- destroy will now remove the auto-created canvas and video elements [`#274`](https://github.com/Vectorly/ai-filters/pull/274)
- Bug/sc 5940/background filter tries to load image even [`#269`](https://github.com/Vectorly/ai-filters/pull/269)
- Disable Segment (Get rid of it, or disable it via flag) [`#263`](https://github.com/Vectorly/ai-filters/pull/263)
- App crashes if the stream is cleared before blur finishes (only when passthrough is enabled). [`#262`](https://github.com/Vectorly/ai-filters/pull/262)
- wait for processor in changeInput [`#250`](https://github.com/Vectorly/ai-filters/pull/250)
- add isModelSupported function [`#248`](https://github.com/Vectorly/ai-filters/pull/248)
- CreateImageBitmap Broken on Safari [`#242`](https://github.com/Vectorly/ai-filters/pull/242)
- Document Background Core [`#240`](https://github.com/Vectorly/ai-filters/pull/240)
- Update TS definitions for Background Filter [`#239`](https://github.com/Vectorly/ai-filters/pull/239)
- use detect-gpu to provide gpu details in isSupported [`#229`](https://github.com/Vectorly/ai-filters/pull/229)
- add destroy to terminate worker [`#230`](https://github.com/Vectorly/ai-filters/pull/230)
- add upscaler_4krgb_2x to dropdown [`#227`](https://github.com/Vectorly/ai-filters/pull/227)
- updated latest typedef [`#225`](https://github.com/Vectorly/ai-filters/pull/225)
- fix publicPath bug [`#228`](https://github.com/Vectorly/ai-filters/pull/228)
- Core "Background Segmentation" module [`#224`](https://github.com/Vectorly/ai-filters/pull/224)
- fix bg network names [`#219`](https://github.com/Vectorly/ai-filters/pull/219)
- fix Request undefined [`#218`](https://github.com/Vectorly/ai-filters/pull/218)
- create another active stream in getOutput if the old one is disabled [`#207`](https://github.com/Vectorly/ai-filters/pull/207)
- Feature/sc 5628/handle transparent backgrounds [`#206`](https://github.com/Vectorly/ai-filters/pull/206)
- Fix behaviour of setFrameRate [`#205`](https://github.com/Vectorly/ai-filters/pull/205)
- Fix CPU usage doubles after calling "changeInput" [`#203`](https://github.com/Vectorly/ai-filters/pull/203)
- stop all tracks when stop is called; add stopPreviousStream argument  [`#197`](https://github.com/Vectorly/ai-filters/pull/197)
- Feature/ch5579/integrate the webgl model into the html5 [`#193`](https://github.com/Vectorly/ai-filters/pull/193)
- Work around Cors issues with Images [`#188`](https://github.com/Vectorly/ai-filters/pull/188)
- Disentangle AI Upscaler from Background Filter [`#190`](https://github.com/Vectorly/ai-filters/pull/190)
- Debug CPU Usage [`#185`](https://github.com/Vectorly/ai-filters/pull/185)
- Rneder error [`#179`](https://github.com/Vectorly/ai-filters/pull/179)
- Passthrough option [`#178`](https://github.com/Vectorly/ai-filters/pull/178)
- Performance check function [`#167`](https://github.com/Vectorly/ai-filters/pull/167)
- Use server-type to determine whether or not to check or fail faulty inputs [`#168`](https://github.com/Vectorly/ai-filters/pull/168)
- Feature/ch4271/more helpful error messages [`#163`](https://github.com/Vectorly/ai-filters/pull/163)
- Reduce Image Load time [`#153`](https://github.com/Vectorly/ai-filters/pull/153)
- Feature/ch4866/hardware performance check [`#149`](https://github.com/Vectorly/ai-filters/pull/149)
- Fix location.href [`#152`](https://github.com/Vectorly/ai-filters/pull/152)
- add relative image url support [`#150`](https://github.com/Vectorly/ai-filters/pull/150)
- Feature/ch4779/enable background filter to input and output MediaStreamTrack [`#144`](https://github.com/Vectorly/ai-filters/pull/144)
- Put console logs behind debug flag [`#145`](https://github.com/Vectorly/ai-filters/pull/145)
- fix index import of BackgroundFilter [`#143`](https://github.com/Vectorly/ai-filters/pull/143)
- Chore/ch4893/typescript declaration files are not provided [`#142`](https://github.com/Vectorly/ai-filters/pull/142)
- Chore/ch4893/typescript declaration files are not provided [`#141`](https://github.com/Vectorly/ai-filters/pull/141)
- Chore/ch4893/typescript declaration files are not provided [`#135`](https://github.com/Vectorly/ai-filters/pull/135)
- Offscreen Rendering Still not working on OSX [`#138`](https://github.com/Vectorly/ai-filters/pull/138)
- update the stream for ImageCapture in changeInput [`#137`](https://github.com/Vectorly/ai-filters/pull/137)
- Offscreen webgl rendering [`#134`](https://github.com/Vectorly/ai-filters/pull/134)
- fix main import for webpack 4 to correct file [`#133`](https://github.com/Vectorly/ai-filters/pull/133)
- import and initialize analytics only when enabled [`#130`](https://github.com/Vectorly/ai-filters/pull/130)
- Bug/ch4865/media stream doesn t close properly [`#129`](https://github.com/Vectorly/ai-filters/pull/129)
- Safari only renders first frame of Virtual Background Output [`#121`](https://github.com/Vectorly/ai-filters/pull/121)
- New Blur in HTML5 Upscaler [`#119`](https://github.com/Vectorly/ai-filters/pull/119)
- Use mozCaptureStream for Firefox in HTML5Upscaler [`#118`](https://github.com/Vectorly/ai-filters/pull/118)
- Segmentation showing no foreground [`#120`](https://github.com/Vectorly/ai-filters/pull/120)
- Background is always set to default background [`#117`](https://github.com/Vectorly/ai-filters/pull/117)
- fix npm install  [`#116`](https://github.com/Vectorly/ai-filters/pull/116)
- Feature/ch4752/error handling for virtual backgrounds [`#114`](https://github.com/Vectorly/ai-filters/pull/114)
- Feature/ch4651/basic webglnn setup for virtual background [`#94`](https://github.com/Vectorly/ai-filters/pull/94)
- upgrade dependencies [`35c94b8`](https://github.com/Vectorly/ai-filters/commit/35c94b89c96013859fd8597ff2414dcf98482624)
- upgrade minor dependency versions [`324fd97`](https://github.com/Vectorly/ai-filters/commit/324fd9786228a1b68d8d4b53afcfdcae64848370)
- yarn upgrade [`d11533f`](https://github.com/Vectorly/ai-filters/commit/d11533f550be0b4a3c6362f6f1ba73f878641dfd)

#### [v2.3.7](https://github.com/Vectorly/ai-filters/compare/v2.3.6...v2.3.7)

> 25 May 2021

- upgrade deps [`1dc95f5`](https://github.com/Vectorly/ai-filters/commit/1dc95f55f3d2c63b36789e93314606aedb517575)
- chore(release): v2.3.7 [`a26df62`](https://github.com/Vectorly/ai-filters/commit/a26df62dda539b2ea015f286b2d49ed43396549f)
- upgrade webgl-upscaler to 0.8.6; performance improvements [`428a4d6`](https://github.com/Vectorly/ai-filters/commit/428a4d68f345dafb8f0341deedff769ee6884f5a)

#### [v2.3.6](https://github.com/Vectorly/ai-filters/compare/v2.3.5...v2.3.6)

> 17 May 2021

- Fix bug with margin and renderSize when size is set before initialization [`a38af34`](https://github.com/Vectorly/ai-filters/commit/a38af3493fb20599456a3cb709395aa86e3b2760)
- chore(release): v2.3.6 [`c10f860`](https://github.com/Vectorly/ai-filters/commit/c10f860d501f124a0cc5cf867bd5974f6d0e7497)
- wait for action [`780aa83`](https://github.com/Vectorly/ai-filters/commit/780aa83cb8bd7f21242b94984a1154fd6fbdc4b2)

#### [v2.3.5](https://github.com/Vectorly/ai-filters/compare/v2.3.4...v2.3.5)

> 17 May 2021

- chore(release): v2.3.5 [`bff8c8a`](https://github.com/Vectorly/ai-filters/commit/bff8c8acb7fea402bd3b191efe7bf690e2997a08)
- fix version for segment [`159e748`](https://github.com/Vectorly/ai-filters/commit/159e7484b30a26f4a97321246d18703043ba84ca)
- fix version [`e8e27a0`](https://github.com/Vectorly/ai-filters/commit/e8e27a06206df2d7c408130e8749035ffd3db81a)

#### [v2.3.4](https://github.com/Vectorly/ai-filters/compare/v2.3.3...v2.3.4)

> 17 May 2021

- streamline release workflow [`3cfbb18`](https://github.com/Vectorly/ai-filters/commit/3cfbb18622167ed5e07a4594d54f251f986783fb)
- chore(release): v2.3.4 [`694174f`](https://github.com/Vectorly/ai-filters/commit/694174fc054c2daf5bd0285daad0823f6850d75d)
- debug [`7d0bbaa`](https://github.com/Vectorly/ai-filters/commit/7d0bbaabe7280c3a93ceadeb8316f304ac80ff12)

#### [v2.3.3](https://github.com/Vectorly/ai-filters/compare/v2.3.2...v2.3.3)

> 17 May 2021

- upgrade deps; webgl-upscaler to 0.8.4 [`8801ddd`](https://github.com/Vectorly/ai-filters/commit/8801dddba111298260aed1cac81de7c89f3a9466)
- chore(release): v2.3.3 [`7b66d85`](https://github.com/Vectorly/ai-filters/commit/7b66d85c2f6814245eb06d3e568c0a70fb9d8d52)
- upgrade to 0.8.4; fix bicubic interp [`31f62b1`](https://github.com/Vectorly/ai-filters/commit/31f62b1d504c45ed3986cabd4d217253f54fe242)

#### [v2.3.2](https://github.com/Vectorly/ai-filters/compare/v2.3.1...v2.3.2)

> 8 May 2021

- Upgrade to GitHub-native Dependabot [`#72`](https://github.com/Vectorly/ai-filters/pull/72)
- Adding token User ID to Segment which feeds [ch4122] [`#71`](https://github.com/Vectorly/ai-filters/pull/71)
- Feature/ch4349/add loading and error events to core player [`#76`](https://github.com/Vectorly/ai-filters/pull/76)
- upgrade webgl-upscaler to 0.8.2; upgrade other deps [`0601b11`](https://github.com/Vectorly/ai-filters/commit/0601b111f29cdf7cb2fb8592481d1d7a983f50d9)
- Instantiate network in load() method, throw error instead of console.log() [`70cd45d`](https://github.com/Vectorly/ai-filters/commit/70cd45d2a79172dd7da7f3e81b3b3322adbe9701)
- add error and load event [`186a3d4`](https://github.com/Vectorly/ai-filters/commit/186a3d4644ca53217b7ec475c9a9cf8c782d96df)

#### [v2.3.1](https://github.com/Vectorly/ai-filters/compare/v2.3.0...v2.3.1)

> 28 April 2021

- chore(release): v2.3.1 [`4b7a24c`](https://github.com/Vectorly/ai-filters/commit/4b7a24c8f9a67351ca3b4f195b7fb46227925cd1)
- fix videojs docs on front page [`9ff52b2`](https://github.com/Vectorly/ai-filters/commit/9ff52b22e74c2a32e739cc8442091055b066c7d9)
- clean [`fd0efaa`](https://github.com/Vectorly/ai-filters/commit/fd0efaaeecc27e54ba7cd7123ae3f6a4a0bb25a1)

#### [v2.3.0](https://github.com/Vectorly/ai-filters/compare/v2.2.1...v2.3.0)

> 22 April 2021

- Refactor videojsplugin to work with npm;  add docs for usage; auto-register plugin [`#61`](https://github.com/Vectorly/ai-filters/pull/61)
- Feature/ch3993/low level control [`#45`](https://github.com/Vectorly/ai-filters/pull/45)
- Added JWPlayer CDN link to docs [`#63`](https://github.com/Vectorly/ai-filters/pull/63)
- upgrade deps [`5da8f7e`](https://github.com/Vectorly/ai-filters/commit/5da8f7e260bcc8fe42b682eaac7f7664972cd1cd)
- chore(release): v2.3.0 [`1b12cb1`](https://github.com/Vectorly/ai-filters/commit/1b12cb1b29132482e83779cbee25810f74db1bce)
- Add sentry release tracking [`6703477`](https://github.com/Vectorly/ai-filters/commit/670347794c906051927e84c41881bfd753e87e83)

#### [v2.2.1](https://github.com/Vectorly/ai-filters/compare/v2.2.0...v2.2.1)

> 20 April 2021

- sometimes reqHandle is undefined; fix that [`#62`](https://github.com/Vectorly/ai-filters/pull/62)
- chore(release): v2.2.1 [`c4973dd`](https://github.com/Vectorly/ai-filters/commit/c4973dd8d12959b743508589b2bca9d866815027)

#### [v2.2.0](https://github.com/Vectorly/ai-filters/compare/v2.1.5...v2.2.0)

> 15 April 2021

- upscaler.changeNetwork API to dynamically change network on a specific video for a given upscaler instance [`#60`](https://github.com/Vectorly/ai-filters/pull/60)
- chore(release): v2.2.0 [`96273b1`](https://github.com/Vectorly/ai-filters/commit/96273b1039472791a177e436ffaa4e992f19d70a)

#### [v2.1.5](https://github.com/Vectorly/ai-filters/compare/v2.1.4...v2.1.5)

> 15 April 2021

- Fallback to requestAnimationFrame when source change is detected [`#58`](https://github.com/Vectorly/ai-filters/pull/58)
- Add screenshare denoise network [`#48`](https://github.com/Vectorly/ai-filters/pull/48)
- chore(release): v2.1.5 [`a2fc10a`](https://github.com/Vectorly/ai-filters/commit/a2fc10a205727b12f04b72ba2937ced8df50f88b)

#### [v2.1.4](https://github.com/Vectorly/ai-filters/compare/v2.1.3...v2.1.4)

> 14 April 2021

- try to fix video src change; [`1b3cc99`](https://github.com/Vectorly/ai-filters/commit/1b3cc990b50f5ad4b17a3d310b98b94918c96868)
- chore(release): v2.1.4 [`ac57a26`](https://github.com/Vectorly/ai-filters/commit/ac57a26cd9e7820119f204564845245170536158)

#### [v2.1.3](https://github.com/Vectorly/ai-filters/compare/v2.1.2...v2.1.3)

> 14 April 2021

- Fix resize issues on video src change and networkParams bug [`#57`](https://github.com/Vectorly/ai-filters/pull/57)
- chore(release): v2.1.3 [`a351f2d`](https://github.com/Vectorly/ai-filters/commit/a351f2d70ca5ae51537ff5bab5341a355fe22516)

#### [v2.1.2](https://github.com/Vectorly/ai-filters/compare/v2.1.2-beta.0...v2.1.2)

> 12 April 2021

- chore(release): v2.1.2 [`3763e38`](https://github.com/Vectorly/ai-filters/commit/3763e383a81ee79ae52d580d404cecf7ffbfb840)
- fix url [`1c0b78d`](https://github.com/Vectorly/ai-filters/commit/1c0b78de7614932cb2799cdc708408bbbad35e07)
- fix github action [`9c10ff7`](https://github.com/Vectorly/ai-filters/commit/9c10ff70fce1bcfda002b6f52c0e69b9b065ca94)

#### [v2.1.2-beta.0](https://github.com/Vectorly/ai-filters/compare/v2.1.1...v2.1.2-beta.0)

> 12 April 2021

- Add babel to transform for when some features are not used; add browserslistrc to target &gt;0.25% [`e4fbdcd`](https://github.com/Vectorly/ai-filters/commit/e4fbdcdf240db8a7c0d7d6f633553347f918c272)
- Add eslint; fix linting; add test workflow [`15468c8`](https://github.com/Vectorly/ai-filters/commit/15468c88c19ccc86f57b14d8150471bf6bade372)
- chore(release): v2.1.2-beta.0 [`c8790bb`](https://github.com/Vectorly/ai-filters/commit/c8790bb36b224aa55ca372f68d9dc4abcbbd0411)

#### [v2.1.1](https://github.com/Vectorly/ai-filters/compare/v2.1.0...v2.1.1)

> 12 April 2021

- fix documentation and import for webpack &lt;5 [`8f0569a`](https://github.com/Vectorly/ai-filters/commit/8f0569aaffd37390bbde6f46b0ccc989709eb420)
- chore(release): v2.1.1 [`72bc4dd`](https://github.com/Vectorly/ai-filters/commit/72bc4dd6b3fbf05b86687ec8157bf5e0c8bffdee)

#### [v2.1.0](https://github.com/Vectorly/ai-filters/compare/v2.0.2...v2.1.0)

> 10 April 2021

- Hotfix - dashboard signup url  [`#49`](https://github.com/Vectorly/ai-filters/pull/49)
- Add "Try out your own video" [`#46`](https://github.com/Vectorly/ai-filters/pull/46)
- Re-add JW Player support [`#42`](https://github.com/Vectorly/ai-filters/pull/42)
- upgrade deps [`2e5021e`](https://github.com/Vectorly/ai-filters/commit/2e5021effffef3fecb1fa2c87300901ff1ec5393)
- chore(release): v2.1.0 [`d31ceb5`](https://github.com/Vectorly/ai-filters/commit/d31ceb5ba2cd40e072fde6da40d805e35856ab49)

#### [v2.0.2](https://github.com/Vectorly/ai-filters/compare/v2.0.1...v2.0.2)

> 3 April 2021

- chore(release): v2.0.2 [`6d0f33f`](https://github.com/Vectorly/ai-filters/commit/6d0f33f8019a2bf04d30ae89b24600905ec07934)
- Link to correct signup page; Link to docs page in README [`6690ef9`](https://github.com/Vectorly/ai-filters/commit/6690ef907650d4ad6e9c65961aff4786aefdfaaf)
- add cloudfront invalidation for /latest [`368df0f`](https://github.com/Vectorly/ai-filters/commit/368df0f3452b47e4d67651899f2f914ebc3b42d3)

#### [v2.0.1](https://github.com/Vectorly/ai-filters/compare/v2.0.0...v2.0.1)

> 2 April 2021

- feat: fix render when video is already playing [`#41`](https://github.com/Vectorly/ai-filters/pull/41)
- chore(release): v2.0.1 [`bcab952`](https://github.com/Vectorly/ai-filters/commit/bcab95276d80d771f4162768368d13fee57b387e)
- dependencies empty [`c0c0844`](https://github.com/Vectorly/ai-filters/commit/c0c08441421a2afd5e61e1e0f148158170833a05)

#### [v2.0.0](https://github.com/Vectorly/ai-filters/compare/v2.0.0-beta.3...v2.0.0)

> 2 April 2021

- chore(release): v2.0.0 [`857468a`](https://github.com/Vectorly/ai-filters/commit/857468a021e067d60f27431ff3f7abd76e5a9163)

#### [v2.0.0-beta.3](https://github.com/Vectorly/ai-filters/compare/v2.0.0-beta.2...v2.0.0-beta.3)

> 31 March 2021

- chore(release): v2.0.0-beta.3 [`d18ba8c`](https://github.com/Vectorly/ai-filters/commit/d18ba8c916c0edad254ef0665e383ae0c07b7f25)
- add documentation link in README and home [`cbd0acf`](https://github.com/Vectorly/ai-filters/commit/cbd0acf213a573a14de9362ab65546b1abf5fab4)
- fix README [`75cfd47`](https://github.com/Vectorly/ai-filters/commit/75cfd478e8909fb814b4b1c6736c3f209a8d1b07)

#### [v2.0.0-beta.2](https://github.com/Vectorly/ai-filters/compare/v2.0.0-beta.1...v2.0.0-beta.2)

> 31 March 2021

- chore(release): v2.0.0-beta.2 [`5872a7a`](https://github.com/Vectorly/ai-filters/commit/5872a7a68698061edb0f35846b031a450a33d05d)
- add after-release no stdin command [`87ed140`](https://github.com/Vectorly/ai-filters/commit/87ed14068d291d40515bcc366b9423c536bce657)
- set access public [`b186c23`](https://github.com/Vectorly/ai-filters/commit/b186c23e162b3e0808ab894a138b17bc05b54244)

#### [v2.0.0-beta.1](https://github.com/Vectorly/ai-filters/compare/v2.0.0-beta.0...v2.0.0-beta.1)

> 31 March 2021

- feat: jsdoc for library reference documentation and npm package  [`#40`](https://github.com/Vectorly/ai-filters/pull/40)
-  upgrade deps [`497f397`](https://github.com/Vectorly/ai-filters/commit/497f397995f64d3be229254a2cf25f6ac9ebc836)
- chore(release): v2.0.0-beta.1 [`dca2aa6`](https://github.com/Vectorly/ai-filters/commit/dca2aa6086e84c26e494356545aec208f51a252d)

#### [v2.0.0-beta.0](https://github.com/Vectorly/ai-filters/compare/v1.6.0...v2.0.0-beta.0)

> 28 March 2021

- feat: Loading model and params via authenticated url while playing via stream server [`#36`](https://github.com/Vectorly/ai-filters/pull/36)
- feature/ch3940/experimenting-with-16-bit-float-data-type [`#37`](https://github.com/Vectorly/ai-filters/pull/37)
- load shaka from cdn [`b46faac`](https://github.com/Vectorly/ai-filters/commit/b46faac6ebae496b5efb3170c4a3bb4927d835de)
- upgrade dependencies [`50dedc2`](https://github.com/Vectorly/ai-filters/commit/50dedc226c51ac88fa8059a53c19cbd3c5461d8c)
- segment event tracking switch [`06ed29f`](https://github.com/Vectorly/ai-filters/commit/06ed29ff1617424aa6a0c1077856bc1ab06a3dda)

#### [v1.6.0](https://github.com/Vectorly/ai-filters/compare/v1.4.0...v1.6.0)

> 23 March 2021

- Train a 2x Model on one of our existing (real life) data sets for Tiktok [`#31`](https://github.com/Vectorly/ai-filters/pull/31)
- Added new 2x networks [`2469577`](https://github.com/Vectorly/ai-filters/commit/246957704cc2b4acb96c324bfefaa5edf19ef8ee)
- compatibliity [`6997a69`](https://github.com/Vectorly/ai-filters/commit/6997a697125e7e5b57e9483511861144a411a68c)
- chore(release): v1.6.0 [`68bdd46`](https://github.com/Vectorly/ai-filters/commit/68bdd464987eda6e33ca471eecccc0e027963ae8)

#### [v1.4.0](https://github.com/Vectorly/ai-filters/compare/v1.3.0...v1.4.0)

> 17 March 2021

- Feature/ch3659/get webgl performance metrics [`#16`](https://github.com/Vectorly/ai-filters/pull/16)
- chore: add release-it; remove standard-version; add post release hook to push to cdn [`0559290`](https://github.com/Vectorly/ai-filters/commit/0559290a32a9be2702dc0e86e2e9f4f7052b8b6e)
- chore: yarn upgrade for dependencies [`b8e35e2`](https://github.com/Vectorly/ai-filters/commit/b8e35e298368b602f129b5f30020026ea228756b)
- add demo page linking to latest [`c7857a1`](https://github.com/Vectorly/ai-filters/commit/c7857a155957dd84c43eedf77bb581a45e129961)

#### [v1.3.0](https://github.com/Vectorly/ai-filters/compare/v1.2.0...v1.3.0)

> 11 March 2021

- feat: add params.inputChangePreHook function call to enable/disable programmatically [`407e493`](https://github.com/Vectorly/ai-filters/commit/407e49338e9cb9b2401d8d2a53993aa794fb4aa2)
- implement setInputSize [`a240417`](https://github.com/Vectorly/ai-filters/commit/a240417df2e8dd0df4f11a0c9b5fcc997b0c31fe)
- chore: bump webgl-upscaler to 0.4.1 [`e22294c`](https://github.com/Vectorly/ai-filters/commit/e22294c96b5cd8027df22ab637c490a5e03d2a80)

#### [v1.2.0](https://github.com/Vectorly/ai-filters/compare/v1.1.1...v1.2.0)

> 3 March 2021

- Feature/ch3765/chrome extension [`#15`](https://github.com/Vectorly/ai-filters/pull/15)
- Feature/ch3738/add cdn usage loading page [`#14`](https://github.com/Vectorly/ai-filters/pull/14)
- Added docs export [`87ca17a`](https://github.com/Vectorly/ai-filters/commit/87ca17ae5042a9cce2b8e994e57f26bb89b4b4b0)
- add extension code; edit build  to make it work [`e046afc`](https://github.com/Vectorly/ai-filters/commit/e046afcc9ef107f13173739e803dd52097b47c08)
- take npm_packge_version in docs [`e484525`](https://github.com/Vectorly/ai-filters/commit/e4845257a90638714225152516163619d55276c6)

#### [v1.1.1](https://github.com/Vectorly/ai-filters/compare/v1.1.0...v1.1.1)

> 28 February 2021

- add github-release-from-changelog [`0bb784d`](https://github.com/Vectorly/ai-filters/commit/0bb784de3086a5dce49f90a8f375916a367e48f6)
- chore(release): 1.1.1 [`f64e8f4`](https://github.com/Vectorly/ai-filters/commit/f64e8f4466ee3871473147d909c3bea4e97e77bf)
- bump webgl-upscaler [`e66fd23`](https://github.com/Vectorly/ai-filters/commit/e66fd238a6aa6e46a88c48bbfee3549d2ac3b6a2)

#### [v1.1.0](https://github.com/Vectorly/ai-filters/compare/v1.0.0...v1.1.0)

> 28 February 2021

- Handle arbitrary input video size [`#12`](https://github.com/Vectorly/ai-filters/pull/12)
- Option to disable "chunking" if needed [`#13`](https://github.com/Vectorly/ai-filters/pull/13)
- feat: re-initialize webgl context if video size changes [`f625049`](https://github.com/Vectorly/ai-filters/commit/f625049e824f3bbbc3570e2944246ee8a096194b)
- add url? option to demos to test with other videos easily [`b0af524`](https://github.com/Vectorly/ai-filters/commit/b0af524864c250c438e6c72c4437b155bcbe0761)
- watch for video resolution change [`6f1fbf4`](https://github.com/Vectorly/ai-filters/commit/6f1fbf4435453c2dec180424ad6be4de1546a0cf)

### [v1.0.0](https://github.com/Vectorly/ai-filters/compare/v0.1.4...v1.0.0)

> 27 February 2021

- chore(release): 1.0.0 [`26d04eb`](https://github.com/Vectorly/ai-filters/commit/26d04ebb6a5b53cc012109fe0580b4879a5f46b0)

#### [v0.1.4](https://github.com/Vectorly/ai-filters/compare/v0.1.4-alpha.0...v0.1.4)

> 27 February 2021

- Resize canvas as per video container [`#11`](https://github.com/Vectorly/ai-filters/pull/11)
- add js-obfuscator [`7f19ea6`](https://github.com/Vectorly/ai-filters/commit/7f19ea66e8f7406be24f2cda5d19dd91fcecefcf)
- upgrade [`d11751a`](https://github.com/Vectorly/ai-filters/commit/d11751a91e9985f503f77741539150abc6484d94)
- presets [`8f171e3`](https://github.com/Vectorly/ai-filters/commit/8f171e30b08eae11a561544ffdfab188c719b093)

#### [v0.1.4-alpha.0](https://github.com/Vectorly/ai-filters/compare/v0.1.3...v0.1.4-alpha.0)

> 26 February 2021

- working resizing on all players [`2a8e70c`](https://github.com/Vectorly/ai-filters/commit/2a8e70c97c550dea0d377a194939d244dd52e5ae)
- add push to cdn [`def05f2`](https://github.com/Vectorly/ai-filters/commit/def05f25bae7696950bbc787ed4a70e5f610055c)
- fix video stopping randomly when state=2 [`cd379f7`](https://github.com/Vectorly/ai-filters/commit/cd379f73aabd67caee1d633b8c682aad68585016)

#### [v0.1.3](https://github.com/Vectorly/ai-filters/compare/0.1.2...v0.1.3)

> 22 February 2021

- async changes for dynamic load [`#6`](https://github.com/Vectorly/ai-filters/pull/6)
- add standard version [`3ac6503`](https://github.com/Vectorly/ai-filters/commit/3ac6503f1ecafb43bf0f387c7da40c6ffadb7178)
- chore(release): 0.1.3 [`87dfc8b`](https://github.com/Vectorly/ai-filters/commit/87dfc8b545c11cd532260882f0ea031954d38c23)
- bump @vectorly/webgl-upscaler to 0.2.4 [`0f53a15`](https://github.com/Vectorly/ai-filters/commit/0f53a1547ae5c2950d3d14c15f8b795944193e56)

#### 0.1.2

> 16 February 2021

- Private npm packages for js libraries [`#2`](https://github.com/Vectorly/ai-filters/pull/2)
- Upscaler plugin with examples [`#1`](https://github.com/Vectorly/ai-filters/pull/1)
- build lib module for importing in other commonjs packages [`6750c4b`](https://github.com/Vectorly/ai-filters/commit/6750c4b85a0d99825d057fb3c8f0e966dd91d67d)
- Add missing files [`eba5f51`](https://github.com/Vectorly/ai-filters/commit/eba5f518ac243a0cf8bef988047a1d96f02945b0)
- Added the submodule to the project. [`6d86769`](https://github.com/Vectorly/ai-filters/commit/6d86769275f9c07b6656d930033482f6b4cbc3e2)
