This commit is contained in:
Rick van Lieshout 2022-10-24 11:37:22 +02:00
parent 562cfab196
commit 2e6175d014
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.1
- fix: App always requests a default-url-handler-scheme change on start
## 4.2.0
- New settings window by BlueManCZ

4
package-lock.json generated
View File

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

View File

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