From 053bedea669dd77f83af82c3d1509515656f167a Mon Sep 17 00:00:00 2001 From: jeffvli Date: Mon, 13 Mar 2023 16:14:19 -0700 Subject: [PATCH] Update for 0.15.5 --- CHANGELOG.md | 7 +++++++ src/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 329127cd..912771b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +[0.15.5] - 2023-03-13 + +### Fixed + +- Fixed "Exit to Tray" behavior on Windows/Linux (#430) +- Fixed an issue where the player would spam the server with requests when playing a song that requires transcoding (Subsonic) + [0.15.4] - 2023-02-28 ### Added diff --git a/src/package.json b/src/package.json index 4c354183..ead11e4a 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "sonixd", "productName": "Sonixd", - "version": "0.15.4", + "version": "0.15.5", "description": "A full-featured Subsonic/Jellyfin compatible desktop client", "main": "./main.prod.js", "author": {