Update CHANGELOG for v0.11.10

This commit is contained in:
Sumner Evans
2020-10-13 23:07:02 -06:00
parent db49ed8c40
commit e0b4cfeed1
3 changed files with 11 additions and 1 deletions

View File

@@ -5,6 +5,15 @@ v0.11.10
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.
v0.11.9
=======

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -xe

View File

@@ -7,6 +7,7 @@ pkgs.mkShell {
];
buildInputs = [
bashInteractive
flatpak
flatpak-builder
gcc