Skip to content

Commit

Permalink
0.5.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed May 23, 2022
1 parent 24b2cfe commit cf55303
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 0.5.0-alpha.10 / 23 May 2022
This is an alpha release, but new servers should use this version rather than an older "stable" one.

Features:
* Make `artist`, `title` optional when adding playlist items (#516).
With this change, deriving the artist and title for a search result can be deferred until it
is actually added to a playlist. Then the search can show only original titles, which makes
finding the correct result easier, and is required for compliance with ToS for some services.

Internal:
* **Breaking:** üWave now requires Node.js 14.17 or above. (#513)
* Use UUIDs for chat message IDs. (#511)

## 0.5.0-alpha.9 / 13 Nov 2021
This is an alpha release, but new servers should use this version rather than an older "stable" one.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "u-wave-core",
"version": "0.5.0-alpha.9",
"version": "0.5.0-alpha.10",
"description": "The üWave core library.",
"license": "MIT",
"repository": "u-wave/core",
Expand Down

0 comments on commit cf55303

Please sign in to comment.