Browse Source

Update for 0.15.1

master
jeffvli 3 years ago
parent
commit
b6e81591f7
  1. 10
      CHANGELOG.md
  2. 2
      src/package.json

10
CHANGELOG.md

@ -5,6 +5,16 @@ 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.1] - 2022-04-20
### Changed
- Re-added volume percentage display on hover of the volume icon
### Fixed
- Fixed macOS global hotkeys not working (#241)
[0.15.0] - 2022-04-13
### Added

2
src/package.json

@ -1,7 +1,7 @@
{
"name": "sonixd",
"productName": "Sonixd",
"version": "0.15.0",
"version": "0.15.1",
"description": "A full-featured Subsonic/Jellyfin compatible desktop client",
"main": "./main.prod.js",
"author": {

Loading…
Cancel
Save