Skip to content

Commit

Permalink
Bump to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Crisci committed Mar 26, 2014
1 parent f47a8be commit 1a21983
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog - i3ipc-GLib

## Version 0.2.0

This release contains features that make scripting more expressive and powerful and major bugfixes related to language bindings.

* Bugfix: copy functions make deep copeies (fixes all gjs issues)
* GLib required version reduced to 2.32 (builds on Debian Wheezy)
* Added support for gtk-doc generation
* Detailed ipc signals allow for event filtering based on change
* con_command method - executes a command in the context of a container
* con_command_children method - executes a command in the context of container child nodes
* con_workspaces method - collects the workspaces of a tree
* con_find_focused method - finds a focused container in a container
* con_workspace method - finds the closest workspace

## Version 0.1.2

This is a minor bugfix release.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
m4_define([i3ipc_major_version], [0])
m4_define([i3ipc_minor_version], [1])
m4_define([i3ipc_minor_version], [2])
m4_define([i3ipc_micro_version], [2])

m4_define([i3ipc_version], [i3ipc_major_version.i3ipc_minor_version.i3ipc_micro_version])
Expand Down

0 comments on commit 1a21983

Please sign in to comment.