Files
i3ipcpp/CHANGELOG
2016-09-08 18:46:29 +03:00

34 lines
1.0 KiB
Plaintext

0.4
+ Added support of GET_BARCONFIG and barconfig_update event and examples for them
+ Added getters form main and event sockets
+ Added i3ipc::get_version()
~ Calling i3ipc::connection::prepare_to_event_handling() is no more necessary
~ Using i3ipc::errno_error when calling c-functions instead of std::runtime_error
~ Logging-subsystem became public
~ Refactoring of CMakeLists.txt
- i3ipc::connection::get_file_descriptor() removed
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