Skip to content

Commit

Permalink
Bump to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Crisci committed Apr 21, 2014
1 parent a5d097e commit 7f1a1e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog - i3ipc-GLib

## Version 0.3.1

This minor release includes bugfixes and compatability fixes with the latest stable version of i3. Some new methods and a property on the con object have been added as well.

*This is the first version to distribute a debian package (others available by request)*

* Bugfix: con methods collect floating descendents
* Bugfix: support con "type" for i3 stable (member type has changed in dev version)
* Implement con floating-nodes property
* Implement con method find_by_id - finds a container with the i3 con id
* Implement con method find_by_window - finds a container with xcb window id

## Version 0.3.0

This release adds more useful container features for targetted use cases and minor bugfixes.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_define([i3ipc_major_version], [0])
m4_define([i3ipc_minor_version], [3])
m4_define([i3ipc_micro_version], [0])
m4_define([i3ipc_micro_version], [1])

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

Expand Down

0 comments on commit 7f1a1e6

Please sign in to comment.