Skip to content

19.1.1

Compare
Choose a tag to compare
@matijakolaric matijakolaric released this 23 Jan 17:48
· 847 commits to master since this release
0640212

19.1.1

This release is based on feedback from users of Django Music Publisher through DMP Guru.

Fixed bugs

There were a couple of bugs related to the generation of CWR files in edge cases, fixed in this version:

  • If release date was left empty, and there was some recording data, this would result in a badly formatted REC record.

  • Titles and names were escaped as if they were HTML.

No further bugs are known at this point.

New features

There are several minor new features related to CWR exports. Now there is an internal note field, which can be changed even after CWR was created. This will add a little bit of clarity to the CWR files.

There are new filters for Works, allowing to filter works already in any of the CWR files or those in none, or based on acknowledgement files. In this way, it is easier to separate works not yet registered, as well as those that need a revision.

Documentation: Frequently Asked Questions

Documentation now features FAQ section. Most of the information in there is present in the User Manual, but as these questions were asked, they deserve to be answered.

There are some minor improvements to the documentation.