From 058605fc75924984101b67ca29775c37df34908a Mon Sep 17 00:00:00 2001 From: Cecilia de Siqueira Saraiva Date: Mon, 28 Oct 2024 17:08:36 +0100 Subject: [PATCH] bump version from 0.3.40 to 0.3.41 --- CHANGELOG.md | 13 +++++++++++++ version.txt | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a13f5868..4c112f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.41] - 2024-10-28 + +### Added +- Add TidalAPI module (TidalAPI) +- Add logic in Player to handle issue when media services are reset (Player) +- Add player item monitor for when an item reaches the end when action at end is none (Player) + +### Removed +- Remove old Catalogue module (Catalogue) + +### Changed +- Change how external players are provided so they can be changed at runtime (Player) + ## [0.3.40] - 2024-10-23 ### Added diff --git a/version.txt b/version.txt index a02af241..b463c010 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.40 +0.3.41