Skip to content

Commit

Permalink
Merge pull request #112 from VampireChicken12/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
VampireChicken12 authored Nov 20, 2023
2 parents 6058e58 + bc61c01 commit 154cc30
Show file tree
Hide file tree
Showing 39 changed files with 827 additions and 726 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"error",
{
"arrowParens": "always",
"endOfLine": "lf",
"endOfLine": "crlf",
"printWidth": 150,
"semi": true,
"singleQuote": false,
Expand Down
38 changes: 15 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,33 @@
## [1.11.8](https://github.com/VampireChicken12/youtube-enhancer/compare/v1.11.7...v1.11.8) (2023-11-16)


### Bug Fixes

* Fix on screen display color visibility in settings ([95ad5e9](https://github.com/VampireChicken12/youtube-enhancer/commit/95ad5e9d4ced61c2b8301ba10f14c2d5401cc2d0))
* Fix selected option text being white on light mode ([2781492](https://github.com/VampireChicken12/youtube-enhancer/commit/278149232e9fc34ef46bc9e9f56aa11fb24e9214))




- Fix on screen display color visibility in settings ([95ad5e9](https://github.com/VampireChicken12/youtube-enhancer/commit/95ad5e9d4ced61c2b8301ba10f14c2d5401cc2d0))
- Fix selected option text being white on light mode ([2781492](https://github.com/VampireChicken12/youtube-enhancer/commit/278149232e9fc34ef46bc9e9f56aa11fb24e9214))

## Release Artifacts
| File Name | SHA-256 Hash |
| :--- | :---: |
| youtube-enhancer-v1.11.8-Chrome.zip | 87600763560a4935b8369974d9757c3350f572019ada31d8ec5a79fcdfdcf7a6 |

| File Name | SHA-256 Hash |
| :------------------------------------ | :--------------------------------------------------------------: |
| youtube-enhancer-v1.11.8-Chrome.zip | 87600763560a4935b8369974d9757c3350f572019ada31d8ec5a79fcdfdcf7a6 |
| youtube-enhancer-v1.11.8-Chromium.zip | 87600763560a4935b8369974d9757c3350f572019ada31d8ec5a79fcdfdcf7a6 |
| youtube-enhancer-v1.11.8-Edge.zip | 87600763560a4935b8369974d9757c3350f572019ada31d8ec5a79fcdfdcf7a6 |
| youtube-enhancer-v1.11.8-Firefox.zip | 10acae4d7e87dc4b55258a83d6f63c5c7ca8a25eadeae7e822ab78647f3940f6 |
| youtube-enhancer-v1.11.8-Edge.zip | 87600763560a4935b8369974d9757c3350f572019ada31d8ec5a79fcdfdcf7a6 |
| youtube-enhancer-v1.11.8-Firefox.zip | 10acae4d7e87dc4b55258a83d6f63c5c7ca8a25eadeae7e822ab78647f3940f6 |

## [1.11.7](https://github.com/VampireChicken12/youtube-enhancer/compare/v1.11.6...v1.11.7) (2023-11-15)


### Bug Fixes

* fix bug caused by previous bug fix ([68225b6](https://github.com/VampireChicken12/youtube-enhancer/commit/68225b685a4900200c0f3d045972e1b31ee80955))




- fix bug caused by previous bug fix ([68225b6](https://github.com/VampireChicken12/youtube-enhancer/commit/68225b685a4900200c0f3d045972e1b31ee80955))

## Release Artifacts
| File Name | SHA-256 Hash |
| :--- | :---: |
| youtube-enhancer-v1.11.7-Chrome.zip | 81372739f88cd91097ee422a48a32af264d3df510e2fa0d9c7a53133bdcb9184 |

| File Name | SHA-256 Hash |
| :------------------------------------ | :--------------------------------------------------------------: |
| youtube-enhancer-v1.11.7-Chrome.zip | 81372739f88cd91097ee422a48a32af264d3df510e2fa0d9c7a53133bdcb9184 |
| youtube-enhancer-v1.11.7-Chromium.zip | 81372739f88cd91097ee422a48a32af264d3df510e2fa0d9c7a53133bdcb9184 |
| youtube-enhancer-v1.11.7-Edge.zip | 81372739f88cd91097ee422a48a32af264d3df510e2fa0d9c7a53133bdcb9184 |
| youtube-enhancer-v1.11.7-Firefox.zip | 23b446cb33e9cbe052a7f823f3e32a3f0522d17c63fea9814fe3bd237a9ef49e |
| youtube-enhancer-v1.11.7-Edge.zip | 81372739f88cd91097ee422a48a32af264d3df510e2fa0d9c7a53133bdcb9184 |
| youtube-enhancer-v1.11.7-Firefox.zip | 23b446cb33e9cbe052a7f823f3e32a3f0522d17c63fea9814fe3bd237a9ef49e |

## [1.11.6](https://github.com/VampireChicken12/youtube-enhancer/compare/v1.11.5...v1.11.6) (2023-11-15)

Expand Down
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ The YouTube Enhancer Extension is a powerful browser extension designed to enhan

## Table of Contents

- [Introduction](#๐ŸŒŸ-introduction)
- [Features](#๐ŸŽ›๏ธ-features)
- [Building the Extension](#๐Ÿ› ๏ธ-building-the-extension)
- [Configuration](#โš™-configuration)
- [Usage](#๐Ÿ”ง-usage)
- [Contributing](#๐Ÿ“-contributing)
- [License](#๐Ÿ“œ-license)
- [Introduction](#-introduction)
- [Features](#%EF%B8%8F-features)
- [Building the Extension](#%EF%B8%8F-building-the-extension)
- [Configuration](#-configuration)
- [Usage](#-usage)
- [Contributing](#-contributing)
- [Internationalization (i18n)](#-internationalization-i18n)
- [License](#-license)

## ๐ŸŒŸ Introduction

Expand All @@ -40,10 +41,14 @@ YouTube Enhancer is a browser extension that aims to improve your YouTube experi

- **Enable Hide Scrollbar:** Hides the pages scroll bar

- **Enable Automatic Theater Mode:** Automatically enables theater mode when you load a video

### 2. Scroll Wheel Volume Control Settings

- **Enable Scroll Wheel Volume Control:** Control video volume with your mouse's scroll wheel for quick and easy adjustments.

- **Scroll Wheel Volume Control Modifier Key**: Optionally, enable a modifier key to adjust the volume only when the specified key is held down during scroll wheel actions.

- **OSD Color:** Choose the color of the On-Screen Display (OSD) for volume control.

- **OSD Type:** Define the type of OSD, including text, line, round, or no display.
Expand Down Expand Up @@ -170,7 +175,7 @@ Using the YouTube Enhancer Extension is straightforward:

Contributions to the YouTube Enhancer Extension are welcome! If you'd like to contribute to the development of this extension or report issues, please refer to the project's GitHub repository.

## Internationalization (i18n)
## ๐ŸŒ Internationalization (i18n)

### Crowdin Translation Project

Expand Down
128 changes: 28 additions & 100 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 154cc30

Please sign in to comment.