--- AnyEvent-MPV/Changes 2023/03/20 11:12:40 1.5 +++ AnyEvent-MPV/Changes 2023/03/22 19:36:59 1.12 @@ -1,10 +1,16 @@ Revision history for AnyEvent::MPV -TODO: implement a better wrapper around property observation -TODO: rip out some examples from doomfrontend, gtk2::cv +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.