| 1 |
Revision history for AnyEvent::MPV |
| 2 |
|
| 3 |
1.0 Wed 22 Mar 2023 19:20:00 CET |
| 4 |
- implement a registry wrapper around events. |
| 5 |
- create json coder/decoder only once instead of per request. |
| 6 |
- lots of random example snippets added, also, synopsis. |
| 7 |
- used in production. |
| 8 |
|
| 9 |
0.2 Mon 20 Mar 2023 13:25:29 CET |
| 10 |
- event key itself is no longer passed in on_event event object. |
| 11 |
- the destructor now calls ->stop. |
| 12 |
- ">mpv" trace messages now contain the whole command. |
| 13 |
- some internal refactoring. |
| 14 |
|
| 15 |
0.1 Mon 20 Mar 2023 00:24:44 CET |
| 16 |
- initial CPAN release. |
| 17 |
|
| 18 |
0.0 Sun 19 Mar 2023 19:27:47 CET |
| 19 |
- original version, an AnyEvent::AIO + "doomfrontend" clone |