Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed May 23, 2022
1 parent fc6fd8d commit c2e0efe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion package.json
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]>"
Expand Down

0 comments on commit c2e0efe

Please sign in to comment.