This commit is contained in:
Rick van Lieshout 2022-10-05 19:44:04 +02:00
parent 9de8cea50e
commit d161a68c95
3 changed files with 7 additions and 3 deletions

View File

@ -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).
## 4.3.0
- Added a setting to disable background throttling ([docs](https://www.electronjs.org/docs/latest/api/browser-window))
## 4.2.0
- New settings window by BlueManCZ

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "tidal-hifi",
"version": "4.2.0",
"version": "4.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tidal-hifi",
"version": "4.2.0",
"version": "4.3.0",
"license": "MIT",
"dependencies": {
"@electron/remote": "^2.0.8",

View File

@ -1,6 +1,6 @@
{
"name": "tidal-hifi",
"version": "4.2.0",
"version": "4.3.0",
"description": "Tidal on Electron with widevine(hifi) support",
"main": "src/main.js",
"scripts": {