diff --git a/CHANGELOG.md b/CHANGELOG.md index de4bb783..f4e71033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ 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.7.0] - 2021-11-15 + +### Added + +- Added download buttons on the Album and Artist pages (#29) + - Allows you to download (via browser) or copy download links to your clipboard (to use with a download manager) + +### Changed + +- Changed default tooltip delay from `500ms` -> `250ms` +- Moved search bar from page header to the main layout action bar +- Added notice for macOS media keys to require trusted accessibility in the client + +### Fixed + +- Fixed auto playlist and album fetch in Gonic servers +- Fixed the macOS titlebar styling to better match the original (#83) +- Fixed thumbnailclip error when resizing the application in macOS (#84) +- Fixed playlist page not using cached image + ## [0.6.0] - 2021-11-09 ### Added diff --git a/README.md b/README.md index 4d7ccd83..3c3ab9fb 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ Sonixd is a cross-platform desktop client built for Subsonic-API compatible musi - [**Usage documentation & FAQ**](https://github.com/jeffvli/sonixd/discussions/15) - [**Theming documentation**](https://github.com/jeffvli/sonixd/discussions/61) +The application is successfully tested on the following servers: [Navidrome](https://github.com/navidrome/navidrome), [Airsonic](https://github.com/airsonic/airsonic), [Airsonic-Advanced](https://github.com/airsonic-advanced/airsonic-advanced), [Supysonic](https://github.com/spl0k/supysonic), [Gonic](https://github.com/sentriz/gonic), [Astiga](https://asti.ga/) + ## Features - HTML5 audio with crossfading and gapless\* playback @@ -52,7 +54,7 @@ You can install sonixd by downloading the [latest release](https://github.com/je - Linux: `.AppImage` - MacOS: `.dmg` -Once installed, run the application and sign in to your music server with the following details. If you are using [airsonic-advanced](https://github.com/airsonic-advanced/), you will need to make sure that you create a `decodable` credential for your login user within the admin control panel. +Once installed, run the application and sign in to your music server with the following details. If you are using [airsonic-advanced](https://github.com/airsonic-advanced/airsonic-advanced), you will need to make sure that you create a `decodable` credential for your login user within the admin control panel. - Server - `e.g. http://localhost:4040/` - User name - `e.g. admin` diff --git a/src/package.json b/src/package.json index 1995591b..0e67b06a 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "sonixd", "productName": "Sonixd", - "version": "0.6.0", + "version": "0.7.0", "description": "A full-featured Subsonic API compatible cross-platform desktop client", "main": "./main.prod.js", "author": {