Skip to content

Commit

Permalink
updated mopidy-CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bushvin committed May 29, 2024
1 parent ab219f6 commit 6bef058
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions mopidy-CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Change log

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).

## [2.3.5] - 2024-05-29

### Fixed

- fix issue with async method called from a non async method and HA complaining about it

## [2.3.4] - 2024-01-26

### Fixed
Expand Down Expand Up @@ -46,7 +53,6 @@ Happy New Year!

- default `media_player` properties changed to `cached_property` types


## [2.2.1] - 2023-11-13

### Fixed
Expand Down Expand Up @@ -160,69 +166,94 @@ Home Assistant `media_player` features. I did not keep track of all features upd
- support for mopidyapi>=1.0.0, no need to stay in the stoneage

## [1.4.6] - 2022-03-06

### Fixed

- playing from local media (thanks, [koying](https://github.com/koying))

## [1.4.5] - 2022-03-05

### Added

- Support for media browsing and playing from other components in HA (thanks, [koying](https://github.com/koying))

## [1.4.4] - 2022-02-19

### Fixed

- change of code for 2022.6 warning introduced issue where an int was added to a string.

## [1.4.3] - 2022-01-07

### Fixed

- git version tag added before last PR

## [1.4.2] - 2022-01-03

- mopidy play instruction is slow on streming media. now waiting for status to change into `playing` asynchronously
- update code to comply with 2022.6 deprecation (thanks, [VDRainer](https://github.com/VDRainer))

## [1.4.1] - 2021-05-23

### Changed

- bugfix: snapshot and restore player state (thanks [AdmiralStipe](https://community.home-assistant.io/u/AdmiralStipe))
- better messages when device detected through zeroconf is not a mopidy server
- formatting (pylint, pep8, pydocstyle)
- fix zeroconf issues on docker (thanks, [@guix77](https://github.com/guix77))
- set name to zeroconf name and port

## [1.4.0] - 2021-04-05

### Changed

- fixed issue with logging on detected non-mopidy zeroconf http devices
- added service `search`
- change service targetting
- sort the sourcelist
- modifications to pass tests to add to core

## [1.3.2] - 2021-03-14

### Changed

- refactored media library routines
- provide home assistant logger to MopidyAPI

## [1.3.1] - 2021-03-13

### Changed

- fixed issue with snapshot/restore track index

## [1.3.0] - 2021-03-12

### Added

- snapshot service
- restore service
- dutch translation
- french translation

### Changed

- fixed typo in english translation

## [1.2.0] - 2021-03-08

### Added

- Support for zeroconf discovery

## [1.1.4] - 2021-03-06

### Changed

- Handle connection errors in a better way

## [1.1.3] - 2021-03-06

### Changed
- uids based on hostname and port number instead of hostname only, thenks @Burningstone91

- uids based on hostname and port number instead of hostname only, thenks @Burningstone91

0 comments on commit 6bef058

Please sign in to comment.