mirror of
				https://github.com/Mastermindzh/tidal-hifi.git
				synced 2025-11-04 10:49:26 +01:00 
			
		
		
		
	Compare commits
	
		
			50 Commits
		
	
	
		
			5.20.0
			...
			d4ea277311
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					d4ea277311 | ||
| 8d4dd1ec9d | |||
| d012ecb04e | |||
| 
						 | 
					fa4b4da9a5 | ||
| 
						 | 
					8f1a5dc344 | ||
| 604f34b31f | |||
| 3ff37f78e8 | |||
| 8eaca2221f | |||
| 8e9e9fed4f | |||
| 
						 | 
					d839dba58d | ||
| bbbd919655 | |||
| d4104b21e4 | |||
| 6a23873d3d | |||
| 8d6f08a7bb | |||
| 521b8b2170 | |||
| 
						 | 
					99e4cb7f48 | ||
| 
						 | 
					4cd130ee0d | ||
| 
						 | 
					a2a2c800b6 | ||
| 
						 | 
					83210f9e1d | ||
| 5d40d2d736 | |||
| 405c2d7c9f | |||
| 
						 | 
					9f860d2eec | ||
| 
						 | 
					86487863f8 | ||
| 3312211df2 | |||
| 
						 | 
					a84bb9efde | ||
| 31c37b6c7f | |||
| be9724f0cb | |||
| 
						 | 
					7277482c06 | ||
| 
						 | 
					323b591f4f | ||
| c63b46ee06 | |||
| 
						 | 
					b4a8e155af | ||
| 2702d99aca | |||
| 
						 | 
					7cf9ae5c36 | ||
| 3a1402b47a | |||
| 
						 | 
					4366caa16a | ||
| 
						 | 
					9389b4195e | ||
| 87d8bc07ad | |||
| 
						 | 
					316bf054f5 | ||
| 0d4975ce62 | |||
| 
						 | 
					912f064fed | ||
| bff95bcf10 | |||
| b59dce9c9b | |||
| 
						 | 
					f71fb60d38 | ||
| 
						 | 
					fab566e9da | ||
| d2e93e7062 | |||
| 
						 | 
					52a78a6a01 | ||
| f878371fab | |||
| e81aaf1384 | |||
| 
						 | 
					98b4068b62 | ||
| 
						 | 
					b7c1cee64d | 
@@ -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).
 | 
			
		||||
 | 
			
		||||
## [5.20.1]
 | 
			
		||||
 | 
			
		||||
- Updated electron to 37.2.5
 | 
			
		||||
 | 
			
		||||
## [5.20.0]
 | 
			
		||||
 | 
			
		||||
- Removes the `--enable-features=UseOzonePlatform` flag, as the Ozone platform has been the default on Linux since Electron 28 and this flag is no longer necessary.
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
appId: com.rickvanlieshout.tidal-hifi
 | 
			
		||||
electronVersion: 35.1.1
 | 
			
		||||
electronVersion: 37.2.5
 | 
			
		||||
electronDownload:
 | 
			
		||||
  version: 35.1.1+wvcus
 | 
			
		||||
  version: 37.2.5+wvcus
 | 
			
		||||
  mirror: https://github.com/castlabs/electron-releases/releases/download/v
 | 
			
		||||
snap:
 | 
			
		||||
  plugs:
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										600
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										600
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										17
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								package.json
									
									
									
									
									
								
							@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "tidal-hifi",
 | 
			
		||||
  "version": "5.20.0",
 | 
			
		||||
  "version": "5.20.1",
 | 
			
		||||
  "description": "Tidal on Electron with widevine(hifi) support",
 | 
			
		||||
  "main": "ts-dist/main.js",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
@@ -42,16 +42,16 @@
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@electron/remote": "^2.1.3",
 | 
			
		||||
    "@types/swagger-jsdoc": "^6.0.4",
 | 
			
		||||
    "@xhayper/discord-rpc": "1.2.1",
 | 
			
		||||
    "@xhayper/discord-rpc": "1.3.0",
 | 
			
		||||
    "axios": "^1.10.0",
 | 
			
		||||
    "cors": "^2.8.5",
 | 
			
		||||
    "electron-store": "^8.2.0",
 | 
			
		||||
    "express": "^5.1.0",
 | 
			
		||||
    "hotkeys-js": "^3.13.15",
 | 
			
		||||
    "mpris-service": "^2.1.2",
 | 
			
		||||
    "sass": "1.89.2",
 | 
			
		||||
    "swagger-ui-express": "^5.0.1",
 | 
			
		||||
    "cors": "^2.8.5",
 | 
			
		||||
    "request": "^2.88.2"
 | 
			
		||||
    "request": "^2.88.2",
 | 
			
		||||
    "sass": "1.91.0",
 | 
			
		||||
    "swagger-ui-express": "^5.0.1"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@mastermindzh/prettier-config": "^1.0.0",
 | 
			
		||||
@@ -63,15 +63,16 @@
 | 
			
		||||
    "@typescript-eslint/eslint-plugin": "^8.36.0",
 | 
			
		||||
    "@typescript-eslint/parser": "^8.36.0",
 | 
			
		||||
    "copyfiles": "^2.4.1",
 | 
			
		||||
    "electron": "github:castlabs/electron-releases#v37.2.0+wvcus",
 | 
			
		||||
    "electron": "github:castlabs/electron-releases#v37.2.5+wvcus",
 | 
			
		||||
    "electron-builder": "~26.0.12",
 | 
			
		||||
    "eslint": "^9.30.1",
 | 
			
		||||
    "js-yaml": "^4.1.0",
 | 
			
		||||
    "markdown-toc": "^1.2.0",
 | 
			
		||||
    "node-abi": "^4.12.0",
 | 
			
		||||
    "nodemon": "^3.1.10",
 | 
			
		||||
    "prettier": "^3.6.2",
 | 
			
		||||
    "stylelint": "^16.21.1",
 | 
			
		||||
    "stylelint-config-standard": "^38.0.0",
 | 
			
		||||
    "stylelint-config-standard": "^39.0.0",
 | 
			
		||||
    "stylelint-config-standard-scss": "^15.0.1",
 | 
			
		||||
    "stylelint-prettier": "^5.0.3",
 | 
			
		||||
    "swagger-jsdoc": "^6.2.8",
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
  "openapi": "3.1.0",
 | 
			
		||||
  "info": {
 | 
			
		||||
    "title": "TIDAL Hi-Fi API",
 | 
			
		||||
    "version": "5.20.0",
 | 
			
		||||
    "version": "5.20.1",
 | 
			
		||||
    "description": "",
 | 
			
		||||
    "license": {
 | 
			
		||||
      "name": "MIT",
 | 
			
		||||
@@ -150,7 +150,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "/player/shuffle/toggle": {
 | 
			
		||||
      "post": {
 | 
			
		||||
        "summary": "Toggle shuffle mode",
 | 
			
		||||
        "summary": "Play the previous song",
 | 
			
		||||
        "tags": ["player"],
 | 
			
		||||
        "responses": {
 | 
			
		||||
          "200": {
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
			
		||||
  <meta http-equiv="X-UA-Compatible" content="ie=edge" />
 | 
			
		||||
  <link rel="stylesheet" href="./settings.css" />
 | 
			
		||||
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/font-awesome.min.css">
 | 
			
		||||
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/font-awesome.min.css">
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body class="settings-window">
 | 
			
		||||
@@ -478,7 +478,7 @@
 | 
			
		||||
          <h4>TIDAL Hi-Fi</h4>
 | 
			
		||||
          <div class="about-section__version">
 | 
			
		||||
            <a target="_blank" rel="noopener"
 | 
			
		||||
              href="https://github.com/Mastermindzh/tidal-hifi/releases/tag/5.20.0">5.20.0</a>
 | 
			
		||||
              href="https://github.com/Mastermindzh/tidal-hifi/releases/tag/5.20.1">5.20.1</a>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="about-section__links">
 | 
			
		||||
            <a target="_blank" rel="noopener" href="https://github.com/mastermindzh/tidal-hifi/"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user