-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc6fd8d
commit c2e0efe
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# u-wave-source-youtube change log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## 2.0.0 / 23 May 2022 | ||
|
||
Features: | ||
* **breaking:** Add native ES module export. | ||
* **breaking:** Require Node.js 14+. | ||
* Strip " - Topic" from generated YouTube channel titles. | ||
* When searching for a video URL, look up only that video. This saves a lot of quota. | ||
* Search results and import previews use the original YouTube title. | ||
|
||
Internal: | ||
* Rewrite it in typescript. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "u-wave-source-youtube", | ||
"description": "YouTube media source for üWave.", | ||
"version": "1.3.0", | ||
"version": "2.0.0", | ||
"author": "Sooyou", | ||
"contributors": [ | ||
"Renée Kooi <[email protected]>" | ||
|