diff --git a/CHANGELOG.md b/CHANGELOG.md index ef93811..6d01f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.18.1] + +- Fixed the login bug +- Upgraded electron to 35.1.1 +- Added Widevine/CDM info to startup +- delayed remote electron initializer + ## [5.18.0] - [Dianoga](https://github.com/Dianoga) fixed the duration selector, restoring mpris & partial API data. diff --git a/package-lock.json b/package-lock.json index b147d3b..ede7cbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tidal-hifi", - "version": "5.18.0", + "version": "5.18.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tidal-hifi", - "version": "5.18.0", + "version": "5.18.1", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/package.json b/package.json index eb3cf0c..2a0bbaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tidal-hifi", - "version": "5.18.0", + "version": "5.18.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 aaa2f5e..8f9277c 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.18.0", + "version": "5.18.1", "description": "", "license": { "name": "MIT", diff --git a/src/pages/settings/settings.html b/src/pages/settings/settings.html index 684f595..46fd944 100644 --- a/src/pages/settings/settings.html +++ b/src/pages/settings/settings.html @@ -478,7 +478,7 @@

TIDAL Hi-Fi

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