Releases: MoeMusic/Moe
Releases · MoeMusic/Moe
Release v0.14.0
Release v0.13.0
Release v0.12.2
Release v0.12.1
Release v0.12.0
New Features
- New sync plugin to sync music metadata (6ad78f2)
- Duplicate prompt ui improvements (fd24944)
- Import prompt ui improvements (2bbff8c)
- New global config option to explicitly disable plugins (88d6bab)
Bug Fixes
- Albums were not querying properly if they didn't contain tracks (094257d)
- Duplicate genres now persist in the database (6a655b0)
- Custom fields now populate when loaded from the database (911d0f7)
Build Changes
- Add rich as a dependency (626b20c)
Release v0.11.0
Some big changes here, notably requiring python3.9 to take get the json1 extension in sqlite. This is what allows us to now support custom fields in plugins. This version introduces a non-backwards-compatible database change, and thus will require a deletion of any current library.
New Features
- Read and write musicbrainz ids (ef82c67)
- New hook to allow plugins to write custom tags to a track (8ee8fcb)
- New hook to allow plugins to read/set custom track tags (b5069ba)
- Custom fields can be set by plugins for all library items (9606c1d)
- MB: New api call to update an album from musicbrainz (2a972de)
- MB: Added new api call to set a mb collection to a set of releases (aad7959)
- MB: Ability to auto update a musicbrainz collection (6e1cec1)