mirror of
https://github.com/i3/i3.git
synced 2025-12-01 12:06:20 +00:00
AnyEvent-I3: bump to 0.19 (#5990)
fixes https://github.com/i3/i3/issues/5986
This commit is contained in:
committed by
GitHub
parent
d91597b1c1
commit
051d3537e3
@ -1,5 +1,14 @@
|
||||
Revision history for AnyEvent-I3
|
||||
|
||||
0.19 2024-04-09
|
||||
|
||||
* use Carp for errors (includes stacktraces)
|
||||
* introduce (preferred) RUN_COMMAND spelling
|
||||
* migrate tooling to ExtUtils::MakeMaker
|
||||
* implement the tick event
|
||||
* introduce the sync IPC command
|
||||
* introduce the GET_BINDING_STATE IPC command
|
||||
|
||||
0.18 2017-08-19
|
||||
|
||||
* support the GET_CONFIG command
|
||||
|
||||
@ -17,11 +17,11 @@ AnyEvent::I3 - communicate with the i3 window manager
|
||||
|
||||
=cut
|
||||
|
||||
our $VERSION = '0.18';
|
||||
our $VERSION = '0.19';
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
Version 0.18
|
||||
Version 0.19
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user