You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Changelog
2
2
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.
0 commit comments