From cf55303fcf55b211064f7629fc7e3c0240f3d4cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Mon, 23 May 2022 16:59:29 +0200 Subject: [PATCH] 0.5.0-alpha.10 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c98d05..faded1cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index ba4b5ec1..2b646189 100644 --- a/package.json +++ b/package.json @@ -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",