From 1eac13854d392d0e573d9e7876f5a38b6bd8cac0 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Thu, 2 Jun 2022 18:19:52 -0700 Subject: [PATCH] Update for 0.15.2 --- CHANGELOG.md | 19 +++++++++++++++++++ src/package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b01dbed..26ea495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ 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.2] - 2022-06-02 + +### Added + +- Added Italian translation (Thanks @Arci57) +- Added Gruvbox Dark/Light themes (Thanks @MarshDeer) + +### Changed + +- If enabled, notifications are now displayed whenever starting playback instead of only on song change (#327) (Thanks @pztrn) + +### Fixed + +- Fixed Simplified Chinese translation typo (Thanks @zhullyb) +- Fixed German translation (Thanks @mattsches) +- Fixed MPRIS volume integration (Thanks @Gelaechter) +- macOS 12.3+ build fixes (Thanks @pztrn) +- Fixed MPRIS errors servers with song ids containing '-' (#318) + [0.15.1] - 2022-04-20 ### Changed diff --git a/src/package.json b/src/package.json index 38a069c..77e1406 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "sonixd", "productName": "Sonixd", - "version": "0.15.1", + "version": "0.15.2", "description": "A full-featured Subsonic/Jellyfin compatible desktop client", "main": "./main.prod.js", "author": {