Browse Source

Update for 0.2.1

master
jeffvli 3 years ago
committed by Jeff
parent
commit
4d2f6a1099
  1. 9
      CHANGELOG.md
  2. 2
      src/package.json

9
CHANGELOG.md

@ -5,6 +5,15 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.1] - 2021-10-11
### Fixed
- Fixed using play buttons on the artist view not starting playback
- Fixed favoriting on horizontal scroll menu on dashboard/search views
- Fixed typo on default artist list viewtype
- Fixed artist image selection on artist view
## [0.2.0] - 2021-10-11 ## [0.2.0] - 2021-10-11
### Added ### Added

2
src/package.json

@ -1,7 +1,7 @@
{ {
"name": "sonixd", "name": "sonixd",
"productName": "sonixd", "productName": "sonixd",
"version": "0.2.0", "version": "0.2.1",
"description": "An electron-based subsonic-api compatible desktop media player", "description": "An electron-based subsonic-api compatible desktop media player",
"main": "./main.prod.js", "main": "./main.prod.js",
"author": { "author": {

Loading…
Cancel
Save