| 1 |
Revision history for AnyEvent::MPV |
| 2 |
|
| 3 |
1.05 Sun 11 Aug 2024 04:54:42 CEST |
| 4 |
- no code changes, just a near-infinite number of typos that |
| 5 |
are too much even for me to not make a release over. |
| 6 |
|
| 7 |
1.04 Sun 26 May 2024 03:53:03 CEST |
| 8 |
- use a child weatcher in ->stop to try to clean up the mpv pid. |
| 9 |
|
| 10 |
1.03 Sat 01 Apr 2023 08:30:44 CEST |
| 11 |
- only create a write-watcher if the commands cannot be written |
| 12 |
immediately, which lowers overhead and improves responsiveness |
| 13 |
in practically all situations. |
| 14 |
- better portability to 32 bit perls. |
| 15 |
|
| 16 |
1.02 Thu 30 Mar 2023 19:32:43 CEST |
| 17 |
- trace was only effective on the first ->start. |
| 18 |
|
| 19 |
1.01 Thu 23 Mar 2023 20:21:53 CET |
| 20 |
- the default on_event method implementation failed |
| 21 |
to pass the event data to the on_event callback. |
| 22 |
|
| 23 |
1.0 Wed 22 Mar 2023 19:20:00 CET |
| 24 |
- implement a registry wrapper around events. |
| 25 |
- create json coder/decoder only once instead of per request. |
| 26 |
- lots of random example snippets added, also, synopsis. |
| 27 |
- used in production. |
| 28 |
|
| 29 |
0.2 Mon 20 Mar 2023 13:25:29 CET |
| 30 |
- event key itself is no longer passed in on_event event object. |
| 31 |
- the destructor now calls ->stop. |
| 32 |
- ">mpv" trace messages now contain the whole command. |
| 33 |
- some internal refactoring. |
| 34 |
|
| 35 |
0.1 Mon 20 Mar 2023 00:24:44 CET |
| 36 |
- initial CPAN release. |
| 37 |
|
| 38 |
0.0 Sun 19 Mar 2023 19:27:47 CET |
| 39 |
- original version, an AnyEvent::AIO + "doomfrontend" clone |