Skip to content

Commit

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

## Version 0.3.0

This release adds more useful container features for targetted use cases and minor bugfixes.

* Implement con_find_named method - finds containers via regexp
* Implement con_find_classed method - finds containers via regexp with WM_CLASS
* Implement con_leaves method - finds top-level windows
* Implement con window_class property - WM_CLASS as reported by the ipc
* Bugfix: children cons keep a reference on their parent

## Version 0.2.0

This release contains features that make scripting more expressive and powerful and major bugfixes related to language bindings.
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], [2])
m4_define([i3ipc_minor_version], [3])
m4_define([i3ipc_micro_version], [0])

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

0 comments on commit bd1fb06

Please sign in to comment.