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

Commit 5ae49f9

Browse files
author
Flo Faber
committed
Gave RCs their own section
1 parent abb12ff commit 5ae49f9

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

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
410

511
### Improvements
612
* Added `$case_sensitive`-parameter to `DB::count`. MPD command `searchcount` is therefore supported as well.
713
* Added new parse-mode `MPD_CMD_READ_GROUP` for grouped responses.
814

915
### Fixes
1016
* `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).
1217

1318

1419
## v1.0.2

0 commit comments

Comments
 (0)