diff --git a/CHANGELOG.md b/CHANGELOG.md index 2493c1fe..6be72e2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ +# [1.24.0](https://github.com/VampireChicken12/youtube-enhancer/compare/v1.23.3...v1.24.0) (2024-03-29) + + +### Bug Fixes + +* [#176](https://github.com/VampireChicken12/youtube-enhancer/issues/176) ([b2fa867](https://github.com/VampireChicken12/youtube-enhancer/commit/b2fa867a6437ef01b94e95c7bca5abcc52042b34)) +* applying styles only to a new tab button ([5aa54b2](https://github.com/VampireChicken12/youtube-enhancer/commit/5aa54b296eb94e59b5b840d674377a59cf07893b)) +* gainNode being undefined ([cf1f120](https://github.com/VampireChicken12/youtube-enhancer/commit/cf1f1201444f57842c0bce7c169e0aa831c39697)) +* **hide-shorts:** collapsed shorts side button wasn't hidden ([910c103](https://github.com/VampireChicken12/youtube-enhancer/commit/910c103bb2b3b44ccacf981c2fa6622a23bd6caf)) +* jpeg ([3c10720](https://github.com/VampireChicken12/youtube-enhancer/commit/3c107201a34a532c5776218d9d0a7ef4b955bcb7)) +* select not closing when clicking inside the labels container ([a18637e](https://github.com/VampireChicken12/youtube-enhancer/commit/a18637ee8329fdad0c99ee5283d57a999de2dfc2)) +* **settings:** Resolve issue where default values weren't being set on existing configuration properties with the type of object ([f10d43d](https://github.com/VampireChicken12/youtube-enhancer/commit/f10d43dfc249614d781bfb75b8884de8014b313c)) +* Volume boost was enabled when it wasn't enabled ([4b82a05](https://github.com/VampireChicken12/youtube-enhancer/commit/4b82a05c53bb93b819bd0597cd8feb1632af4446)) + + +### Features + +* open settings in a new tab button ([feaf58e](https://github.com/VampireChicken12/youtube-enhancer/commit/feaf58e773a50e9f337b3703a9a8524b05a64700)) +* playbackSpeedButtons [#298](https://github.com/VampireChicken12/youtube-enhancer/issues/298) ([ea34f9b](https://github.com/VampireChicken12/youtube-enhancer/commit/ea34f9b4d5f021e6731517a2fba0a1ccd8ca77ef)) +* YouTube DeepDark built in themes [#381](https://github.com/VampireChicken12/youtube-enhancer/issues/381) ([7dfc58c](https://github.com/VampireChicken12/youtube-enhancer/commit/7dfc58cfa7ca771eb2ed19260efd626a66245158)) + + + + + +## Release Artifacts +| File Name | SHA-256 Hash | +| :--- | :---: | +| youtube-enhancer-v1.24.0-Chrome.zip | f9a92a7c174ff6dc454cf7ad0c4ee8da8d489c08ce83760d822b0ef9f6107e8b | +| youtube-enhancer-v1.24.0-Chromium.zip | f9a92a7c174ff6dc454cf7ad0c4ee8da8d489c08ce83760d822b0ef9f6107e8b | +| youtube-enhancer-v1.24.0-Edge.zip | f9a92a7c174ff6dc454cf7ad0c4ee8da8d489c08ce83760d822b0ef9f6107e8b | +| youtube-enhancer-v1.24.0-Firefox.zip | a8d7d3a3791466ee2415891b11967337359eb7d5854dc3d64b3906f8d7c0988d | + ## [1.23.3](https://github.com/VampireChicken12/youtube-enhancer/compare/v1.23.2...v1.23.3) (2024-02-18) diff --git a/package.json b/package.json index fac662aa..2c5b9843 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "name": "VampireChicken12" }, "displayName": "YouTube Enhancer", - "version": "1.23.3", + "version": "1.24.0", "description": "YouTube Enhancer is a simple extension that adds some useful features to YouTube.", "license": "MIT", "repository": { @@ -80,4 +80,4 @@ "zod": "^3.22.4", "zod-error": "^1.5.0" } -} +} \ No newline at end of file