Skip to content

Releases: FloFaber/MphpD

v1.2.5

07 Dec 14:58
Compare
Choose a tag to compare

Changelog

v1.2.5

Fixes

  • Fixed DB::get_picture not returning false on error.

v1.2.4

06 Dec 14:35
Compare
Choose a tag to compare

Changelog

v1.2.4

Fixes

  • Fixed #17 (again)

v1.2.3

05 Dec 12:50
Compare
Choose a tag to compare

Changelog

v1.2.3

Fixes

  • You can now search for empty strings when using Filters.

v1.2.2

04 Dec 20:03
Compare
Choose a tag to compare

Changelog

v1.2.2

Fixes

  • Fixed critical parsing bug when using MPD_CMD_READ_LIST_SINGLE.

v1.2.1

01 Dec 12:43
Compare
Choose a tag to compare

Changelog

v1.2.1

Fixes

  • Fixed DB::get_picture and DB::read_picture incorrectly returning false when file did not contain an image.

v1.2.0

22 Nov 18:36
Compare
Choose a tag to compare

Changelog

v1.2.0

Improvements

  • Added new DB::get_picture function.

v1.1.1

26 Sep 13:54
Compare
Choose a tag to compare

Changelog

v1.1.1

Fixes

  • Fixed return type of Queue::get. Issue #18.

v1.1.0

21 Aug 18:02
Compare
Choose a tag to compare

Changelog

v1.1.0

Fixes

  • Fixed MPD_CMD_READ_LIST_SINGLE for real this time.
  • 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).
  • DB::count and DB::list now return correct values when $group is set. This is probably a breaking change but it was broken before.

Improvements

  • Added $case_sensitive-parameter to DB::count. MPD command searchcount is therefore supported as well.
  • Added new parse-mode MPD_CMD_READ_GROUP for grouped responses.

v1.1.0-rc.3

19 Aug 20:11
Compare
Choose a tag to compare
v1.1.0-rc.3 Pre-release
Pre-release

Changelog

v1.1.0-rc.3

Fixes

  • Fixed MPD_CMD_READ_LIST_SINGLE for real this time.

v1.1.0-rc.2

19 Aug 18:49
Compare
Choose a tag to compare
v1.1.0-rc.2 Pre-release
Pre-release

Changelog

v1.1.0-rc.2

Fixes

  • 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).