Release 0.9

master
Andrzej Rybczak 5 years ago
parent 98c930109a
commit c021e09350
  1. 2
      CHANGELOG.md
  2. 2
      configure.ac

@ -1,4 +1,4 @@
# ncmpcpp-0.9 (2020-12-??)
# ncmpcpp-0.9 (2020-12-20)
* Fix various Mopidy specific bugs.
* Add `run_external_console_command` action for running terminal applications.
* Pass lyrics filename in single quotes to shell.

@ -1,4 +1,4 @@
AC_INIT([ncmpcpp], [0.9_dev])
AC_INIT([ncmpcpp], [0.9])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([subdir-objects])

Loading…
Cancel
Save