Skip to content

Commit

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

## Version 0.4.0

This release adds some missing properties on the container and an abstraction to the GLib main loop.

* Add the con "mark" property
* Add the con "fullscreen_mode" property
* Implement con method `find_marked` - finds containers that have a mark that matches a pattern
* Add the connection `main` and `main_quit` methods for scripting

## 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.
Expand Down
4 changes: 2 additions & 2 deletions 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], [1])
m4_define([i3ipc_minor_version], [4])
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 3d3638a

Please sign in to comment.