Files
i3ipcpp/CHANGELOG
2016-09-04 17:58:54 +03:00

22 lines
585 B
Plaintext

0.3
+ Added support of BINDING event
~ Removed submodules
* Bug fixies
0.2.1
+ Added example of event handling
* Fixed SIGSEGV in parse_*_from_json functions
0.2.0
+ Implemented GET_TREE (i3ipc::connection::get_tree())
~ Shipping all available payload with workspace and window events (issue #2)
~ i3ipc::I3Connection renamed to i3ipc::connection
~ Internal refreactoring
* Fixing failed build: Parts of a struct were initialised in wrong order, C99-style designated initialisers did not prevent this from causing an error [mox]
* Minor documentation and code fixies