Skip to content

Commit 96b2aab

Browse files
committed
Bump version and changelog to 1.17.0
1 parent 247764b commit 96b2aab

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

changelog.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5+
#### [v1.17.0](https://github.com/th-ch/youtube-music/compare/v1.16.0...v1.17.0)
6+
7+
- Bump ejs from 3.1.6 to 3.1.7 [`#712`](https://github.com/th-ch/youtube-music/pull/712)
8+
- fix injectCSS `did-finish-load` listener overload [`#693`](https://github.com/th-ch/youtube-music/pull/693)
9+
- [Snyk] Upgrade @cliqz/adblocker-electron from 1.23.6 to 1.23.7 [`#689`](https://github.com/th-ch/youtube-music/pull/689)
10+
- [Snyk] Upgrade custom-electron-prompt from 1.4.1 to 1.4.2 [`#686`](https://github.com/th-ch/youtube-music/pull/686)
11+
- [Snyk] Upgrade @electron/remote from 2.0.7 to 2.0.8 [`#684`](https://github.com/th-ch/youtube-music/pull/684)
12+
- Improve plugin submenu ux [`#699`](https://github.com/th-ch/youtube-music/pull/699)
13+
- update build action [`#702`](https://github.com/th-ch/youtube-music/pull/702)
14+
- add different modes to video-toggle plugin [`#700`](https://github.com/th-ch/youtube-music/pull/700)
15+
- lint [`#701`](https://github.com/th-ch/youtube-music/pull/701)
16+
- [ImgBot] Optimize images [`#703`](https://github.com/th-ch/youtube-music/pull/703)
17+
- add album to lastfm if available [`#695`](https://github.com/th-ch/youtube-music/pull/695)
18+
- [in-app-menu] add hide icon option [`#680`](https://github.com/th-ch/youtube-music/pull/680)
19+
- Add plugin to bypass age restrictions [`#682`](https://github.com/th-ch/youtube-music/pull/682)
20+
- Add "Picture in picture" plugin [`#674`](https://github.com/th-ch/youtube-music/pull/674)
21+
- Set lyrics metadata from Genius [`#679`](https://github.com/th-ch/youtube-music/pull/679)
22+
- MacOS: bring back the app in dock when using tray + app hidden [`#677`](https://github.com/th-ch/youtube-music/pull/677)
23+
- [Snyk] Upgrade @electron/remote from 2.0.4 to 2.0.5 [`#644`](https://github.com/th-ch/youtube-music/pull/644)
24+
- [Snyk] Upgrade ytpl from 2.2.3 to 2.3.0 [`#660`](https://github.com/th-ch/youtube-music/pull/660)
25+
- [Snyk] Upgrade ytdl-core from 4.10.1 to 4.11.0 [`#659`](https://github.com/th-ch/youtube-music/pull/659)
26+
- Bump plist from 3.0.2 to 3.0.5 [`#678`](https://github.com/th-ch/youtube-music/pull/678)
27+
- [Snyk] Upgrade @cliqz/adblocker-electron from 1.23.4 to 1.23.5 [`#624`](https://github.com/th-ch/youtube-music/pull/624)
28+
- [Precise-Volume] fix volumeHud position in miniplayer [`#645`](https://github.com/th-ch/youtube-music/pull/645)
29+
- add always-on-top option [`#655`](https://github.com/th-ch/youtube-music/pull/655)
30+
- [precise-volume] fix expand-volume-slider not updating its value [`#670`](https://github.com/th-ch/youtube-music/pull/670)
31+
- Fix lyrics genius missing parts [`#671`](https://github.com/th-ch/youtube-music/pull/671)
32+
- feat: option to force show like buttons [`#673`](https://github.com/th-ch/youtube-music/pull/673)
33+
- fix custom titlebar in prompt options [`#619`](https://github.com/th-ch/youtube-music/pull/619)
34+
- Process lyrics HTML in Genius util [`d0532d6`](https://github.com/th-ch/youtube-music/commit/d0532d691e56f955ef0b41f5fe2efe6295dddf9e)
35+
- Create first version of picture in picture plugin [`d2265b5`](https://github.com/th-ch/youtube-music/commit/d2265b59d78143cf51fe4dc3d5dee9da66873cc1)
36+
- Bump electron-builder to fix Mac build script [`ae8365f`](https://github.com/th-ch/youtube-music/commit/ae8365f721eafda6c502d02eee86d098f2b9e2a1)
37+
538
#### [v1.16.0](https://github.com/th-ch/youtube-music/compare/v1.15.0...v1.16.0)
639

740
> 20 February 2022

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "youtube-music",
33
"productName": "YouTube Music",
4-
"version": "1.16.0",
4+
"version": "1.17.0",
55
"description": "YouTube Music Desktop App - including custom plugins",
66
"license": "MIT",
77
"repository": "th-ch/youtube-music",

0 commit comments

Comments
 (0)