Skip to content

Commit

Permalink
chore(release): 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.12.0](v1.11.8...v1.12.0) (2023-11-20)

### Bug Fixes

* restore player speed relying on English ([12a80ea](12a80ea)), closes [#101](#101)
* screenshot tooltip wasn't appearing ([175ddf0](175ddf0))

### Features

* automatic theater mode ([79d425e](79d425e)), closes [#100](#100)
* **scroll wheel volume control:** modifier key enables volume adjustment with scroll ([4a11654](4a11654)), closes [#104](#104) [#110](#110)

## Release Artifacts
| File Name | SHA-256 Hash |
| :--- | :---: |
| youtube-enhancer-v1.12.0-Chrome.zip | 66f45b48286ee2a426521c2151a10a565a68350aba0a4da380fcb7493023fb43 |
| youtube-enhancer-v1.12.0-Chromium.zip | c9b34df55ab99cbc30b5350e77e4e30b7fae4be9b9bcf54f38cd980d24ba7d97 |
| youtube-enhancer-v1.12.0-Edge.zip | c9b34df55ab99cbc30b5350e77e4e30b7fae4be9b9bcf54f38cd980d24ba7d97 |
| youtube-enhancer-v1.12.0-Firefox.zip | f97916aef239961142585030cfd23e540dbcf5b91c104e574c57afee6d7196ab |
  • Loading branch information
semantic-release-bot committed Nov 20, 2023
1 parent 154cc30 commit de1097e
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 74 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# [1.12.0](https://github.com/VampireChicken12/youtube-enhancer/compare/v1.11.8...v1.12.0) (2023-11-20)


### Bug Fixes

* restore player speed relying on English ([12a80ea](https://github.com/VampireChicken12/youtube-enhancer/commit/12a80ea4a3c235ef160966cafe506b2b5c792711)), closes [#101](https://github.com/VampireChicken12/youtube-enhancer/issues/101)
* screenshot tooltip wasn't appearing ([175ddf0](https://github.com/VampireChicken12/youtube-enhancer/commit/175ddf0661cfafbd46bf6b028711e9793f5378ed))


### Features

* automatic theater mode ([79d425e](https://github.com/VampireChicken12/youtube-enhancer/commit/79d425ebe8064a2fd1a11e02b5214ccdc51ff4ea)), closes [#100](https://github.com/VampireChicken12/youtube-enhancer/issues/100)
* **scroll wheel volume control:** modifier key enables volume adjustment with scroll ([4a11654](https://github.com/VampireChicken12/youtube-enhancer/commit/4a11654bd8b2e89fa886750774b34b5a506eb517)), closes [#104](https://github.com/VampireChicken12/youtube-enhancer/issues/104) [#110](https://github.com/VampireChicken12/youtube-enhancer/issues/110)





## Release Artifacts
| File Name | SHA-256 Hash |
| :--- | :---: |
| youtube-enhancer-v1.12.0-Chrome.zip | 66f45b48286ee2a426521c2151a10a565a68350aba0a4da380fcb7493023fb43 |
| youtube-enhancer-v1.12.0-Chromium.zip | c9b34df55ab99cbc30b5350e77e4e30b7fae4be9b9bcf54f38cd980d24ba7d97 |
| youtube-enhancer-v1.12.0-Edge.zip | c9b34df55ab99cbc30b5350e77e4e30b7fae4be9b9bcf54f38cd980d24ba7d97 |
| youtube-enhancer-v1.12.0-Firefox.zip | f97916aef239961142585030cfd23e540dbcf5b91c104e574c57afee6d7196ab |

## [1.11.8](https://github.com/VampireChicken12/youtube-enhancer/compare/v1.11.7...v1.11.8) (2023-11-16)

### Bug Fixes
Expand Down
148 changes: 74 additions & 74 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,75 +1,75 @@
{
"name": "youtube-enhancer",
"author": {
"name": "VampireChicken12"
},
"displayName": "YouTube Enhancer",
"version": "1.11.8",
"description": "YouTube Enhancer is a simple extension that adds some useful features to YouTube.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/VampireChicken12/youtube-enhancer.git"
},
"scripts": {
"build": "vite build",
"dev": "nodemon",
"format": "prettier --write .",
"lint": "eslint --fix"
},
"type": "module",
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"i18next": "^23.7.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite-plugin-css-injected-by-js": "^3.3.0",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"@total-typescript/ts-reset": "^0.5.1",
"@types/archiver": "^6.0.1",
"@types/chrome": "^0.0.251",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/webextension-polyfill": "^0.10.6",
"@types/youtube-player": "^5.5.10",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react-swc": "^3.4.1",
"archiver": "^6.0.1",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"concurrently": "^8.2.2",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-perfectionist": "^2.3.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"fs-extra": "^11.1.1",
"get-installed-browsers": "^0.1.7",
"nodemon": "^3.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"semantic-release": "^22.0.7",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"ts-json-as-const": "^1.0.7",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"zod": "^3.22.4",
"zod-error": "^1.5.0"
}
}
"name": "youtube-enhancer",
"author": {
"name": "VampireChicken12"
},
"displayName": "YouTube Enhancer",
"version": "1.12.0",
"description": "YouTube Enhancer is a simple extension that adds some useful features to YouTube.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/VampireChicken12/youtube-enhancer.git"
},
"scripts": {
"build": "vite build",
"dev": "nodemon",
"format": "prettier --write .",
"lint": "eslint --fix"
},
"type": "module",
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"i18next": "^23.7.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite-plugin-css-injected-by-js": "^3.3.0",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"@total-typescript/ts-reset": "^0.5.1",
"@types/archiver": "^6.0.1",
"@types/chrome": "^0.0.251",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/webextension-polyfill": "^0.10.6",
"@types/youtube-player": "^5.5.10",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react-swc": "^3.4.1",
"archiver": "^6.0.1",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"concurrently": "^8.2.2",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-perfectionist": "^2.3.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"fs-extra": "^11.1.1",
"get-installed-browsers": "^0.1.7",
"nodemon": "^3.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"semantic-release": "^22.0.7",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"ts-json-as-const": "^1.0.7",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"zod": "^3.22.4",
"zod-error": "^1.5.0"
}
}

0 comments on commit de1097e

Please sign in to comment.