--- AnyEvent-MPV/Changes 2023/03/20 11:12:40 1.5 +++ AnyEvent-MPV/Changes 2023/03/26 17:15:18 1.14 @@ -1,10 +1,22 @@ Revision history for AnyEvent::MPV -TODO: implement a better wrapper around property observation -TODO: rip out some examples from doomfrontend, gtk2::cv + - trace was only effective on the first ->start. +1.01 Thu 23 Mar 2023 20:21:53 CET + - the default on_event method implementation failed + to pass the event data to the on_event callback. + +1.0 Wed 22 Mar 2023 19:20:00 CET + - implement a registry wrapper around events. + - create json coder/decoder only once instead of per request. + - lots of random example snippets added, also, synopsis. + - used in production. + +0.2 Mon 20 Mar 2023 13:25:29 CET - event key itself is no longer passed in on_event event object. - the destructor now calls ->stop. + - ">mpv" trace messages now contain the whole command. + - some internal refactoring. 0.1 Mon 20 Mar 2023 00:24:44 CET - initial CPAN release.