Skip to content

Commit 1e203d8

Browse files
chore(release): 1.27.0 [skip ci]
# [1.27.0](v1.26.0...v1.27.0) (2024-10-13) ### Bug Fixes * add missing function call ([fb3fdfd](fb3fdfd)) * Add shadow around on screen display to improve visibility [#591](#591) ([4a54256](4a54256)) * disable playback speed buttons when live ([585adc9](585adc9)) * **eslint:** migrate to flat config ([9a086ad](9a086ad)) * Features being enabled multiple times ([f758184](f758184)) * features not working on '/live' page ([3759d7f](3759d7f)) * **hide scrollbar:** Failed to set the 'innerHTML' property on 'Element' [#621](#621) ([74a46b5](74a46b5)) * **hide translate comment:** comment replies showed translate button [#471](#471) ([82a8104](82a8104)) * Make speed limit higher [#637](#637) ([35bcd4f](35bcd4f)) * playback speed buttons tooltip ([394b59f](394b59f)) * **playback speed buttons:** decrease increasing speed ([5269f33](5269f33)) * **playback speed buttons:** label not updating when adjusting speed with scroll wheel ([a16cd44](a16cd44)) * **playback speed buttons:** label not updating when player speed changes ([a88d29d](a88d29d)) * video id obtaining ([8edf9a4](8edf9a4)) ### Features * automatically disable closed captions [#371](#371) ([00a4870](00a4870)) * copyTimestampUrlButton ([80c7685](80c7685)) * hide official artist videos from home page ([7e202f1](7e202f1)) * Playlist length bar [#542](#542) ([8ed563f](8ed563f)) * **playlist length:** watch time options ([6782340](6782340)) * **video history:** do not resume or track history on official artist channels ([60e7797](60e7797)) ## Release Artifacts | File Name | SHA-256 Hash | | :--- | :---: | | youtube-enhancer-v1.27.0-Chrome.zip | 18f54c95d20543efa191d0438daf9362b7a0b9a6060f3f011a6c699d6cbfb353 | | youtube-enhancer-v1.27.0-Chromium.zip | 18f54c95d20543efa191d0438daf9362b7a0b9a6060f3f011a6c699d6cbfb353 | | youtube-enhancer-v1.27.0-Edge.zip | 18f54c95d20543efa191d0438daf9362b7a0b9a6060f3f011a6c699d6cbfb353 | | youtube-enhancer-v1.27.0-Firefox.zip | 9899180b25e1e74fd251de0516fd442b1bcbdd277fd8b7c12629a618474a9b16 |
1 parent 11c8f26 commit 1e203d8

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# [1.27.0](https://github.com/YouTube-Enhancer/extension/compare/v1.26.0...v1.27.0) (2024-10-13)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing function call ([fb3fdfd](https://github.com/YouTube-Enhancer/extension/commit/fb3fdfd11e080e5bc5905f410fac97fc42dfb713))
7+
* Add shadow around on screen display to improve visibility [#591](https://github.com/YouTube-Enhancer/extension/issues/591) ([4a54256](https://github.com/YouTube-Enhancer/extension/commit/4a5425676daad69f72000d607931fce200871ec2))
8+
* disable playback speed buttons when live ([585adc9](https://github.com/YouTube-Enhancer/extension/commit/585adc9cb1b0453485a8b2978d5c2172a5b61024))
9+
* **eslint:** migrate to flat config ([9a086ad](https://github.com/YouTube-Enhancer/extension/commit/9a086adb86261cc6d3c943b188d315797ee07a05))
10+
* Features being enabled multiple times ([f758184](https://github.com/YouTube-Enhancer/extension/commit/f75818486332d9266e97ddc2d05f1c1cbddf0b5f))
11+
* features not working on '/live' page ([3759d7f](https://github.com/YouTube-Enhancer/extension/commit/3759d7f39efa31b2eb134cd287b38a3976b61776))
12+
* **hide scrollbar:** Failed to set the 'innerHTML' property on 'Element' [#621](https://github.com/YouTube-Enhancer/extension/issues/621) ([74a46b5](https://github.com/YouTube-Enhancer/extension/commit/74a46b52baa26e7642e720514bdef136ccabb33a))
13+
* **hide translate comment:** comment replies showed translate button [#471](https://github.com/YouTube-Enhancer/extension/issues/471) ([82a8104](https://github.com/YouTube-Enhancer/extension/commit/82a8104238660ecaf44ae10d93002b5279b584b0))
14+
* Make speed limit higher [#637](https://github.com/YouTube-Enhancer/extension/issues/637) ([35bcd4f](https://github.com/YouTube-Enhancer/extension/commit/35bcd4f689afb502b13f7a31af78db67000ee657))
15+
* playback speed buttons tooltip ([394b59f](https://github.com/YouTube-Enhancer/extension/commit/394b59fa8e77ce070dc0bf2037e020d0f362d52c))
16+
* **playback speed buttons:** decrease increasing speed ([5269f33](https://github.com/YouTube-Enhancer/extension/commit/5269f33e700134c1753999b0e0151f4dcc83617c))
17+
* **playback speed buttons:** label not updating when adjusting speed with scroll wheel ([a16cd44](https://github.com/YouTube-Enhancer/extension/commit/a16cd44d86424920ff8446960964087f959735a9))
18+
* **playback speed buttons:** label not updating when player speed changes ([a88d29d](https://github.com/YouTube-Enhancer/extension/commit/a88d29d1c3fdcb81f6b12b6a1cec531f4abb8b88))
19+
* video id obtaining ([8edf9a4](https://github.com/YouTube-Enhancer/extension/commit/8edf9a4e7d2adae048dc6047ecd66069e01070ba))
20+
21+
22+
### Features
23+
24+
* automatically disable closed captions [#371](https://github.com/YouTube-Enhancer/extension/issues/371) ([00a4870](https://github.com/YouTube-Enhancer/extension/commit/00a4870f400b1897af1592b431708d7ed3ff7936))
25+
* copyTimestampUrlButton ([80c7685](https://github.com/YouTube-Enhancer/extension/commit/80c7685c27fad2c54d23f030ccff58b14f3bb48a))
26+
* hide official artist videos from home page ([7e202f1](https://github.com/YouTube-Enhancer/extension/commit/7e202f1d1108df515c9897c44a9b493784b9b4ef))
27+
* Playlist length bar [#542](https://github.com/YouTube-Enhancer/extension/issues/542) ([8ed563f](https://github.com/YouTube-Enhancer/extension/commit/8ed563ff360b08e8c28b5ec4cb064aa80dfd5716))
28+
* **playlist length:** watch time options ([6782340](https://github.com/YouTube-Enhancer/extension/commit/67823405e1610ae57a902fc63d90c7078232e14b))
29+
* **video history:** do not resume or track history on official artist channels ([60e7797](https://github.com/YouTube-Enhancer/extension/commit/60e7797e18de76e7009cd4bdfc4239a69168511c))
30+
31+
32+
33+
34+
35+
## Release Artifacts
36+
| File Name | SHA-256 Hash |
37+
| :--- | :---: |
38+
| youtube-enhancer-v1.27.0-Chrome.zip | 18f54c95d20543efa191d0438daf9362b7a0b9a6060f3f011a6c699d6cbfb353 |
39+
| youtube-enhancer-v1.27.0-Chromium.zip | 18f54c95d20543efa191d0438daf9362b7a0b9a6060f3f011a6c699d6cbfb353 |
40+
| youtube-enhancer-v1.27.0-Edge.zip | 18f54c95d20543efa191d0438daf9362b7a0b9a6060f3f011a6c699d6cbfb353 |
41+
| youtube-enhancer-v1.27.0-Firefox.zip | 9899180b25e1e74fd251de0516fd442b1bcbdd277fd8b7c12629a618474a9b16 |
42+
143
# [1.26.0](https://github.com/YouTube-Enhancer/extension/compare/v1.25.0...v1.26.0) (2024-06-29)
244

345

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VampireChicken12"
55
},
66
"displayName": "YouTube Enhancer",
7-
"version": "1.26.0",
7+
"version": "1.27.0",
88
"description": "YouTube Enhancer is a simple extension that adds some useful features to YouTube.",
99
"license": "MIT",
1010
"repository": {
@@ -91,4 +91,4 @@
9191
"zod": "^3.22.4",
9292
"zod-error": "^1.5.0"
9393
}
94-
}
94+
}

0 commit comments

Comments
 (0)