diff --git a/CHANGELOG.md b/CHANGELOG.md index 12bc7a3..a15b799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.16.0] + +- Fix issue #449 Discord RPC stuck on "Browsing Tidal". +- Fix issue #448 Add option to disable the discord rpc idle text + ## [5.15.0] - Added all missing swagger/openApi info with the help of [Times-Z](https://github.com/Times-Z) diff --git a/package-lock.json b/package-lock.json index ed9a725..faeb135 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tidal-hifi", - "version": "5.15.0", + "version": "5.16.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tidal-hifi", - "version": "5.15.0", + "version": "5.16.0", "license": "MIT", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/package.json b/package.json index b2a06fd..d7878de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tidal-hifi", - "version": "5.15.0", + "version": "5.16.0", "description": "Tidal on Electron with widevine(hifi) support", "main": "ts-dist/main.js", "scripts": { @@ -81,4 +81,4 @@ "typescript": "^5.5.3" }, "prettier": "@mastermindzh/prettier-config" -} \ No newline at end of file +} diff --git a/src/pages/settings/settings.html b/src/pages/settings/settings.html index 2e502a2..30e839b 100644 --- a/src/pages/settings/settings.html +++ b/src/pages/settings/settings.html @@ -468,7 +468,7 @@

TIDAL Hi-Fi

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