Browse Source

Update for 0.15.2

master
jeffvli 2 years ago
parent
commit
1eac13854d
  1. 19
      CHANGELOG.md
  2. 2
      src/package.json

19
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

2
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": {

Loading…
Cancel
Save