Skip to content

Releases: mopidy/mopidy-local

v4.0.1

Choose a tag to compare

@jodal jodal released this 19 Aug 20:53
64fed3c

Dependency changes

  • Require Mopidy >= 4.0.2

What's Changed

  • Index files with invalid tags without their tags by @jodal in #93

Full Changelog: v4.0.0...v4.0.1

v4.0.0

Choose a tag to compare

@jodal jodal released this 24 Apr 23:46
5486812

Dependency changes

  • Require Mopidy >= 4.0
  • Require Python >= 3.13

What's Changed

  • Tooling upgrades by @jodal in #80
  • Update to mopidy-ext-template 2.0.0 and Mopidy 4.0.0a3 by @jodal in #82
  • Fix a few ruff lints by @jodal in #83
  • Update to mopidy-ext-template 2.2.0 by @jodal in #84
  • Fixes to work with Mopidy 4.0.0a8 by @jodal in #85
  • Update to work with Mopidy 4.0.0a13 by @jodal in #86
  • refactor: Update commands to use cyclopts by @jodal in #87
  • Add www/* and sql/* to package-data by @rnestler in #90
  • chore: Require Mopidy >= 4.0 by @jodal in #91

New Contributors

Full Changelog: v3.3.0...v4.0.0

v4.0.0rc1

v4.0.0rc1 Pre-release
Pre-release

Choose a tag to compare

@jodal jodal released this 24 Apr 21:11
82888e2

What's Changed

  • Fix FindError exception to work correctly with Mopidy 4.0.

Full Changelog: v4.0.0a6...v4.0.0rc1

v4.0.0a6

v4.0.0a6 Pre-release
Pre-release

Choose a tag to compare

@jodal jodal released this 26 Mar 06:46
9ac042b

What's Changed

New Contributors

Full Changelog: v4.0.0a5...v4.0.0a6

v4.0.0a5

v4.0.0a5 Pre-release
Pre-release

Choose a tag to compare

@jodal jodal released this 09 Feb 21:34
c2c09cc

What's Changed

  • refactor: Update commands to work with Mopidy 4.0.0a14 and use cyclopts by @jodal in #87

Full Changelog: v4.0.0a4...v4.0.0a5

v4.0.0a4

v4.0.0a4 Pre-release
Pre-release

Choose a tag to compare

@jodal jodal released this 27 Dec 12:12
a0f8f56

What's Changed

  • Update to work with Mopidy 4.0.0a13 by @jodal in #86

Full Changelog: v4.0.0a3...v4.0.0a4

v4.0.0a3

v4.0.0a3 Pre-release
Pre-release

Choose a tag to compare

@jodal jodal released this 07 Dec 23:14
95e6ffa

What's Changed

  • Fixes to work with Mopidy 4.0.0a8 by @jodal in #85

Full Changelog: v4.0.0a2...v4.0.0a3

v4.0.0a2

v4.0.0a2 Pre-release
Pre-release

Choose a tag to compare

@jodal jodal released this 24 Nov 23:28
ed0501a

Dependency changes

  • Require Mopidy >= 4.0.0a7. No major changes required.
  • Require Python >= 3.13. No major changes required.

What's Changed

  • Update to mopidy-ext-template 2.2.0 by @jodal in #84

Full Changelog: v4.0.0a1...v4.0.0a2

v4.0.0a1

v4.0.0a1 Pre-release
Pre-release

Choose a tag to compare

@jodal jodal released this 22 Feb 16:22
67e980f

Dependency changes

  • Require Mopidy >= 4.0.0a3. No major changes required.
  • Require Python >= 3.11. No major changes required.

What's Changed

  • Tooling upgrades by @jodal in #80
  • Update to mopidy-ext-template 2.0.0 and Mopidy 4.0.0a3 by @jodal in #82
  • Fix a few ruff lints by @jodal in #83

Full Changelog: v3.3.0...v4.0.0a1

v3.3.0

Choose a tag to compare

@jodal jodal released this 17 Dec 23:15
06b2cce
  • Drop support for Python 3.8 (#75)
  • Replace use of imghdr module as it has been deprecated and eventually removed in Python 3.13 (PR: #78)
  • Fix browse by date for YYYY (and enable browsing by month YYYY-MM) (#47, PR: #72)
  • Update web interface to list cached album art (PR: #64)
  • Catch all exceptions during metadata scan (PR: #65)
  • Add source of image data to extract image logging (PR: #66)
  • Extend documentation of directories setting (PR: #74)