Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-18 | increment version number to 0.21.18 | Max Kellermann | |
2019-12-16 | Fix typo in documentation | Naglis Jonaitis | |
2019-10-28 | doc/user.rst: update build dependencies on Debian Buster | kaliko | |
2019-10-16 | increment version number to 0.21.17 | Max Kellermann | |
2019-10-07 | increment version number to 0.21.16 | Max Kellermann | |
2019-08-22 | increment version number to 0.21.15 | Max Kellermann | |
2019-08-12 | doc/protocol.rst: add missing newline to "albumart" example | Max Kellermann | |
This was missing in commit 0f488dcecfb0c43134f15cfb2e6368845dcf3d8d | |||
2019-08-09 | increment version number to 0.21.14 | Max Kellermann | |
2019-08-05 | increment version number to 0.21.13 | Max Kellermann | |
2019-07-12 | increment version number to 0.21.12 | Max Kellermann | |
2019-06-26 | input/tidal: deprecated because Tidal has changed the protocol | Max Kellermann | |
See https://github.com/MusicPlayerDaemon/MPD/issues/545 | |||
2019-06-11 | doc/include: remove obsolete DocBook fragment | Max Kellermann | |
2019-06-11 | increment version number to 0.21.11 | Max Kellermann | |
2019-05-31 | doc/protocol.rst: binary responses do have a newline after all | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/568 | |||
2019-05-31 | doc/user.rst: more heading corrections | Max Kellermann | |
According to http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections | |||
2019-05-31 | doc/developer.rst: remove outdated section about the clang static analyzer | Max Kellermann | |
2019-05-31 | doc/user.rst: use ".. note:" | Max Kellermann | |
2019-05-31 | increment version number to 0.21.10 | Max Kellermann | |
2019-05-20 | doc/protocol.rst: several clarifications | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/340 | |||
2019-05-13 | doc/mpd.conf.5: remove ALSA specific documentation | Max Kellermann | |
ALSA is just one out of many output plugins, and detailed plugin documentation should only live in the user manual, without having duplicates in the (brief) manpage. Also move "mixer_type" to the "optional audio output parameters" section; it is a generic option, not specific to ALSA. Closes https://github.com/MusicPlayerDaemon/MPD/issues/552 | |||
2019-05-13 | doc/mpd.conf.5: fix section indent | Max Kellermann | |
2019-05-13 | doc/protocol.rst: add references to audio_output_format | Max Kellermann | |
2019-05-13 | doc/user.rst: move audio format spec to section "Global Audio Format" | Max Kellermann | |
2019-05-13 | doc/user.rst: add reference to audio_output_format | Max Kellermann | |
2019-05-13 | doc/user.rst: more markup | Max Kellermann | |
2019-05-13 | doc/user.rst: add missing space | Max Kellermann | |
2019-05-03 | increment version number to 0.21.9 | Max Kellermann | |
2019-04-23 | doc/protocol.rst: "list file" is deprecated | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/526 | |||
2019-04-10 | doc/protocol: mention that stickers are only implemented for songs | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/524 | |||
2019-04-10 | doc/protocol.rst: mention "in seconds" where it was missing | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/523 | |||
2019-04-10 | Fid move doc args | cotko | |
2019-04-10 | doc/developer.rst: remove mailing list, refer to GitHub instead | Max Kellermann | |
2019-04-03 | increment version number to 0.21.8 | Max Kellermann | |
2019-03-20 | event/ServerSocket, doc, ...: refer to AF_LOCAL as "local socket" | Max Kellermann | |
.. and not "UNIX domain socket. Be consistent about the naming. | |||
2019-03-18 | doc/plugins.rst: add the Haiku plugin and mark it as unmaintained | Max Kellermann | |
2019-03-18 | doc/plugins.rst: add filter plugin reference | Max Kellermann | |
2019-03-18 | doc/user.rst: document the "filters" setting | Max Kellermann | |
2019-03-18 | doc/user.rst: add more links | Max Kellermann | |
2019-03-18 | meson.build: require Meson 0.49.0 | Jörg Krause | |
Meson 0.49.0 adds native support for `libgcrypt-config` which is necessary for detecting libgcrypt dependencies, as the latest version 1.8.4 of libgcrypt does not provide a .pc file. | |||
2019-03-18 | increment version number to 0.21.7 | Max Kellermann | |
2019-03-16 | doc/protocol.rst: clarify filter expressions with multiple tag values | Max Kellermann | |
Clarification for https://github.com/MusicPlayerDaemon/MPD/issues/505 | |||
2019-03-15 | doc/protocol.rst: add missing operators to example expressions | Max Kellermann | |
2019-03-15 | doc/protocol.rst: use double backticks for tag names | Max Kellermann | |
2019-03-15 | doc/protocol.rst: clarify the meaning of the `any` tag type | Max Kellermann | |
2019-02-27 | Merge branch 'feature/playlist' of git://github.com/miccoli/MPD | Max Kellermann | |
2019-02-26 | update protocol documentation for new semantics of playlist abs. name | Stefano Miccoli | |
2019-02-25 | event/ServerSocket, config/Net: abstract socket support | Max Kellermann | |
2019-02-22 | increment version number to 0.21.6 | Max Kellermann | |
2019-02-22 | doc/plugins.rst: document udisks2/policykit rule | Max Kellermann | |
2019-02-20 | mixer/pulse: rename `scale` to `scale_volume` | Max Kellermann | |
Make it less generic, to avoid clashes. |