diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aa4165..bed0076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog - i3ipc-GLib +## Version 0.6.0 + +This release adds two new container properties. + +* con "focus" property is a list of con ids that represents the focus stack of child nodes. +* con "deco_rect" property is the coordinates of the window decoration inside its container. + ## Version 0.5.0 This release adds the new `binding` event on the i3ipcConnection and some other bugfixes and features. diff --git a/configure.ac b/configure.ac index 50d510f..e97879b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ m4_define([i3ipc_major_version], [0]) -m4_define([i3ipc_minor_version], [5]) +m4_define([i3ipc_minor_version], [6]) m4_define([i3ipc_micro_version], [0]) m4_define([i3ipc_version], [i3ipc_major_version.i3ipc_minor_version.i3ipc_micro_version])