mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 89ed7d2345 | |||
| 3c4abc1418 | |||
| de224444c2 |
19
changelog.md
19
changelog.md
@ -2,8 +2,27 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
||||||
|
|
||||||
|
#### [v3.3.11](https://github.com/th-ch/youtube-music/compare/v3.3.10...v3.3.11)
|
||||||
|
|
||||||
|
- Revert "fix(deps): update dependency @cliqz/adblocker-electron to v1.27.10" [`#2129`](https://github.com/th-ch/youtube-music/pull/2129)
|
||||||
|
- chore(deps): update dependency vite to v5.2.13 [`#2127`](https://github.com/th-ch/youtube-music/pull/2127)
|
||||||
|
- chore(deps): update dependency electron to v30.1.0 [`#2126`](https://github.com/th-ch/youtube-music/pull/2126)
|
||||||
|
- fix(deps): update dependency deepmerge-ts to v7.0.3 [`#2125`](https://github.com/th-ch/youtube-music/pull/2125)
|
||||||
|
- chore(deps): update dependency @babel/runtime to v7.24.7 [`#2124`](https://github.com/th-ch/youtube-music/pull/2124)
|
||||||
|
- chore(deps): update typescript-eslint monorepo to v8.0.0-alpha.28 [`#2121`](https://github.com/th-ch/youtube-music/pull/2121)
|
||||||
|
- fix(deps): update dependency electron-updater to v6.2.1 [`#2120`](https://github.com/th-ch/youtube-music/pull/2120)
|
||||||
|
- chore(deps): update dependency discord-api-types to v0.37.87 [`#2119`](https://github.com/th-ch/youtube-music/pull/2119)
|
||||||
|
- fix(deps): update dependency deepmerge-ts to v7.0.2 [`#2118`](https://github.com/th-ch/youtube-music/pull/2118)
|
||||||
|
- chore(deps): update typescript-eslint monorepo to v8.0.0-alpha.25 [`#2114`](https://github.com/th-ch/youtube-music/pull/2114)
|
||||||
|
- fix(menu): fix menubar items doesn't rendered [`#2113`](https://github.com/th-ch/youtube-music/issues/2113)
|
||||||
|
- chore(i18n): Translated using Weblate (Nepali) [`4ae9a28`](https://github.com/th-ch/youtube-music/commit/4ae9a2820e9d453635094956264dd8b42c4997f7)
|
||||||
|
- chore(i18n): Translated using Weblate (Nepali) [`7e8d311`](https://github.com/th-ch/youtube-music/commit/7e8d31172ceb175ba07f307d248fc1246265a4c0)
|
||||||
|
- fix(deps): update dependency @cliqz/adblocker-electron to v1.27.10 [`d97aa1a`](https://github.com/th-ch/youtube-music/commit/d97aa1a8a003f15eea63c8cb2dabd0f215e885f1)
|
||||||
|
|
||||||
#### [v3.3.10](https://github.com/th-ch/youtube-music/compare/v3.3.9...v3.3.10)
|
#### [v3.3.10](https://github.com/th-ch/youtube-music/compare/v3.3.9...v3.3.10)
|
||||||
|
|
||||||
|
> 2 June 2024
|
||||||
|
|
||||||
- fix(adblocker): fix blank screen [`#2103`](https://github.com/th-ch/youtube-music/issues/2103) [`#2105`](https://github.com/th-ch/youtube-music/issues/2105)
|
- fix(adblocker): fix blank screen [`#2103`](https://github.com/th-ch/youtube-music/issues/2103) [`#2105`](https://github.com/th-ch/youtube-music/issues/2105)
|
||||||
- chore(i18n): Translated using Weblate (Hungarian) [`25958a7`](https://github.com/th-ch/youtube-music/commit/25958a7bb1fea20e59676e7821f3dd8819602b68)
|
- chore(i18n): Translated using Weblate (Hungarian) [`25958a7`](https://github.com/th-ch/youtube-music/commit/25958a7bb1fea20e59676e7821f3dd8819602b68)
|
||||||
- fix(deps): bump deps [`4fa9762`](https://github.com/th-ch/youtube-music/commit/4fa9762a506544ce453894ce2df13033225e6c7d)
|
- fix(deps): bump deps [`4fa9762`](https://github.com/th-ch/youtube-music/commit/4fa9762a506544ce453894ce2df13033225e6c7d)
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "youtube-music",
|
"name": "youtube-music",
|
||||||
"productName": "YouTube Music",
|
"productName": "YouTube Music",
|
||||||
"version": "3.3.11",
|
"version": "3.3.12",
|
||||||
"description": "YouTube Music Desktop App - including custom plugins",
|
"description": "YouTube Music Desktop App - including custom plugins",
|
||||||
"main": "./dist/main/index.js",
|
"main": "./dist/main/index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -143,8 +143,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cliqz/adblocker-electron": "1.27.3",
|
"@cliqz/adblocker-electron": "1.27.1",
|
||||||
"@cliqz/adblocker-electron-preload": "1.27.3",
|
"@cliqz/adblocker-electron-preload": "1.27.1",
|
||||||
"@electron-toolkit/tsconfig": "1.0.1",
|
"@electron-toolkit/tsconfig": "1.0.1",
|
||||||
"@electron/remote": "2.1.2",
|
"@electron/remote": "2.1.2",
|
||||||
"@ffmpeg.wasm/core-mt": "0.12.0",
|
"@ffmpeg.wasm/core-mt": "0.12.0",
|
||||||
|
|||||||
22
pnpm-lock.yaml
generated
22
pnpm-lock.yaml
generated
@ -33,11 +33,11 @@ importers:
|
|||||||
.:
|
.:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@cliqz/adblocker-electron':
|
'@cliqz/adblocker-electron':
|
||||||
specifier: 1.27.3
|
specifier: 1.27.1
|
||||||
version: 1.27.3(electron@30.1.0)
|
version: 1.27.1(electron@30.1.0)
|
||||||
'@cliqz/adblocker-electron-preload':
|
'@cliqz/adblocker-electron-preload':
|
||||||
specifier: 1.27.3
|
specifier: 1.27.1
|
||||||
version: 1.27.3(electron@30.1.0)
|
version: 1.27.1(electron@30.1.0)
|
||||||
'@electron-toolkit/tsconfig':
|
'@electron-toolkit/tsconfig':
|
||||||
specifier: 1.0.1
|
specifier: 1.0.1
|
||||||
version: 1.0.1(@types/node@20.12.5)
|
version: 1.0.1(@types/node@20.12.5)
|
||||||
@ -410,13 +410,13 @@ packages:
|
|||||||
'@cliqz/adblocker-content@1.27.6':
|
'@cliqz/adblocker-content@1.27.6':
|
||||||
resolution: {integrity: sha512-O7zqrLYNtkBtPMXrnrLDSC2LliKfUcJUL5hWn89QxJ4fw1o4Bow5b6pU3+ye2Hud2Lo5VqaCrICAipJr5BzVog==}
|
resolution: {integrity: sha512-O7zqrLYNtkBtPMXrnrLDSC2LliKfUcJUL5hWn89QxJ4fw1o4Bow5b6pU3+ye2Hud2Lo5VqaCrICAipJr5BzVog==}
|
||||||
|
|
||||||
'@cliqz/adblocker-electron-preload@1.27.3':
|
'@cliqz/adblocker-electron-preload@1.27.1':
|
||||||
resolution: {integrity: sha512-yLd7uzOxqBVsWGXBvZ9iyyDs9xAiEKXIVvnzoRCRA1XXvz2ckYxHGtz/eNqR5811jJ2F8tuhOmqE8M/3+MaPpQ==}
|
resolution: {integrity: sha512-J6qHgqnqpPNwACIuIjtackMRfJbUM+bXc9w4XmPXt1jW7OCuxr8JVjxQamKWWW4PVP7YqtpZCwlvCxQGgCEGoQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
electron: '>11'
|
electron: '>11'
|
||||||
|
|
||||||
'@cliqz/adblocker-electron@1.27.3':
|
'@cliqz/adblocker-electron@1.27.1':
|
||||||
resolution: {integrity: sha512-eP0q+NrYrr/CKGYWuDumuaHSX5LXsljyS704kdOl0/XkFwGBeeUpm/cm9Fm43Fs9WZh4rgL3+jbwdyuOmNfrTg==}
|
resolution: {integrity: sha512-mV49IrXKOUa23T87E0+ewGCtSdgVIZHalKVDabC+g2DY6nU57XjHe4YlAPQCZFRW59HHAxALYjn5wHYGWzus8Q==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
electron: '>11'
|
electron: '>11'
|
||||||
|
|
||||||
@ -4337,15 +4337,15 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@cliqz/adblocker-extended-selectors': 1.27.6
|
'@cliqz/adblocker-extended-selectors': 1.27.6
|
||||||
|
|
||||||
'@cliqz/adblocker-electron-preload@1.27.3(electron@30.1.0)':
|
'@cliqz/adblocker-electron-preload@1.27.1(electron@30.1.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@cliqz/adblocker-content': 1.27.6
|
'@cliqz/adblocker-content': 1.27.6
|
||||||
electron: 30.1.0
|
electron: 30.1.0
|
||||||
|
|
||||||
'@cliqz/adblocker-electron@1.27.3(electron@30.1.0)':
|
'@cliqz/adblocker-electron@1.27.1(electron@30.1.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@cliqz/adblocker': 1.27.6
|
'@cliqz/adblocker': 1.27.6
|
||||||
'@cliqz/adblocker-electron-preload': 1.27.3(electron@30.1.0)
|
'@cliqz/adblocker-electron-preload': 1.27.1(electron@30.1.0)
|
||||||
electron: 30.1.0
|
electron: 30.1.0
|
||||||
tldts-experimental: 6.1.2
|
tldts-experimental: 6.1.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user