diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ec9a77..b633818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.14.1] + +- Fixed `getAlbumName` not finding album name whilst on queue page + ## [5.14] - Simplified `MediaInfo` & `Options` types diff --git a/package-lock.json b/package-lock.json index e2ec624..b8e3170 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tidal-hifi", - "version": "5.14.0", + "version": "5.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tidal-hifi", - "version": "5.14.0", + "version": "5.14.1", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", @@ -9018,4 +9018,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 4be4ab2..66785d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tidal-hifi", - "version": "5.14.0", + "version": "5.14.1", "description": "Tidal on Electron with widevine(hifi) support", "main": "ts-dist/main.js", "scripts": { diff --git a/src/features/api/swagger.json b/src/features/api/swagger.json index abc8f73..75e3417 100644 --- a/src/features/api/swagger.json +++ b/src/features/api/swagger.json @@ -2,7 +2,7 @@ "openapi": "3.1.0", "info": { "title": "TIDAL Hi-Fi API", - "version": "5.14.0", + "version": "5.14.1", "description": "", "license": { "name": "MIT", diff --git a/src/pages/settings/settings.html b/src/pages/settings/settings.html index ab82b52..a39aa58 100644 --- a/src/pages/settings/settings.html +++ b/src/pages/settings/settings.html @@ -443,7 +443,7 @@

TIDAL Hi-Fi

5.14.0 + href="https://github.com/Mastermindzh/tidal-hifi/releases/tag/5.14.1">5.14.1