Skip to content
v0.11.11
========

**Bug Fixes**

* Fixed some issues for Ampache compatibility. Thanks to @BenjaminSchaaf for the
  contribution. (#272)
* Improved compatibility with the MPRIS DBUS spec. Thanks to @esiqveland for the
  contribution.
* Fixed a few bugs with ignored articles.
* Fixed GI import warning. Thanks to @baldurmen for the contribution.
* Fixed issues related to the new year.

**Documentation**

* Improved NixOS docs.

**Infrastructure**

* Convert entirely over to ``poetry`` from ``setuptools`` for building and
  deploying and updated the documentation accordingly.
* Add a custom check to ensure that the version in ``pyproject.toml`` matches
  with the other instances of the version.
* Converted to using the ``flatpak-poetry-generator`` instead of the
  ``flatpak-pip-generator`` for Flatpak builds. Thanks to @BenjaminSchaaf for
  the contribution.
* Improvements to the sourcehut build pipelines.
* Improvements to the shell.nix for development.

v0.11.10
========

* Added the ability to use Salt Authentication. Thanks to @acompagno for the
  contribution!
* Fixed issue where the Flatpak couldn't respond to media keys due to a DBus
  name mismatch.
* Fixed bug where song titles were escaped incorrectly in the album songs view.
  Thanks to @edwargix for the contribution!

**Infrastructure**

* Added a ``shell.nix`` file
* Use the built-in Nix shell handling in direnv for making the development
  environment more deterministic.
* The Flatpak is saved on as an asset on each sourcehut build.