diff --git a/CHANGELOG.md b/CHANGELOG.md index 6120ecdaa..82fbeabde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## 2.7.2 + +- Disabled sanboxing to fix a display compositor issue on Linux. + ## 2.7.1 - Fixed bug: Triggering fullscreen from the Tidal web app would cause the menubar to be visible even if it was disabled in the settings diff --git a/package-lock.json b/package-lock.json index 02c302552..66806b9aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tidal-hifi", - "version": "2.7.1", + "version": "2.7.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 3ec9e611c..ce93ca653 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tidal-hifi", - "version": "2.7.1", + "version": "2.7.2", "description": "Tidal on Electron with widevine(hifi) support", "main": "src/main.js", "scripts": {