Browse Source

Update for 0.8.5

master
jeffvli 3 years ago
committed by Jeff
parent
commit
79d1597369
  1. 6
      CHANGELOG.md
  2. 2
      src/package.json

6
CHANGELOG.md

@ -5,6 +5,12 @@ 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.8.5] - 2021-11-25
### Fixed
- Fixed default (OOBE) title column not display data (#104)
## [0.8.4] - 2021-11-25
### Fixed

2
src/package.json

@ -1,7 +1,7 @@
{
"name": "sonixd",
"productName": "Sonixd",
"version": "0.8.4",
"version": "0.8.5",
"description": "A full-featured Subsonic API compatible cross-platform desktop client",
"main": "./main.prod.js",
"author": {

Loading…
Cancel
Save