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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,19 @@
1
1
# Changelog
2
2
3
-
## v1.1.0
3
+
## v1.1.0-rc.2
4
+
5
+
### Fixes
6
+
*`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).
7
+
8
+
9
+
## v1.1.0-rc.1
4
10
5
11
### Improvements
6
12
* Added `$case_sensitive`-parameter to `DB::count`. MPD command `searchcount` is therefore supported as well.
7
13
* Added new parse-mode `MPD_CMD_READ_GROUP` for grouped responses.
8
14
9
15
### Fixes
10
16
*`DB::count` and `DB::list` now return correct values when `$group` is set. This is probably a breaking change but it was broken before.
11
-
*`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).
0 commit comments