diff --git a/CHANGELOG.md b/CHANGELOG.md index 6220787..162230c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [next] +## [5.11.0] - Re-implemented the API, added support for duration/current in seconds & shuffle+repeat - made the original API "legacy" (still works the same) diff --git a/package-lock.json b/package-lock.json index c89e8e3..fb27946 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tidal-hifi", - "version": "5.10.0", + "version": "5.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tidal-hifi", - "version": "5.10.0", + "version": "5.11.0", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", @@ -8564,4 +8564,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index b038cb8..2e9450d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tidal-hifi", - "version": "5.10.0", + "version": "5.11.0", "description": "Tidal on Electron with widevine(hifi) support", "main": "ts-dist/main.js", "scripts": { diff --git a/src/pages/settings/settings.html b/src/pages/settings/settings.html index 4bf2f50..f27bd28 100644 --- a/src/pages/settings/settings.html +++ b/src/pages/settings/settings.html @@ -433,7 +433,7 @@

TIDAL Hi-Fi

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