Skip to content

Commit

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

## Version 0.5.0

This release adds the new `binding` event on the i3ipcConnection and some other bugfixes and features.

* Add the `binding::run` event. This event is triggered when bindings run because of some user action.
* Add the con `scratchpad` method. This method finds the i3 scratchpad workspace container.
* Bugfix: fix bad leaf check in the con `descendents` method that would cause it to ignore some floating nodes.

## Version 0.4.0

This release adds some missing properties on the container and an abstraction to the GLib main loop.
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], [4])
m4_define([i3ipc_minor_version], [5])
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 dda10b3

Please sign in to comment.