Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit ec0a3e4

Browse files
author
Flo Faber
committed
Update Changelog
1 parent 733b62c commit ec0a3e4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v1.1.0
4+
5+
### Fixes
6+
7+
* Fixed `MPD_CMD_READ_LIST_SINGLE` for real this time.
8+
* `DB::read_picture` does not throw a warning anymore if the requested file did not contain a picture. In that case an empty string is returned (as before).
9+
* `DB::count` and `DB::list` now return correct values when `$group` is set. This is probably a breaking change but it was broken before.
10+
11+
12+
### Improvements
13+
* Added `$case_sensitive`-parameter to `DB::count`. MPD command `searchcount` is therefore supported as well.
14+
* Added new parse-mode `MPD_CMD_READ_GROUP` for grouped responses.
15+
16+
317
## v1.1.0-rc.3
418

519
### Fixes

0 commit comments

Comments
 (0)