Skip to content

Commit

Permalink
Version bump to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
drmgc committed Jul 17, 2019
1 parent 6888b13 commit 386b314
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.5
+ Added the "primary" field for output. [notfound404]
+ Added window_properties processing [BigRedEye]
+ Added support for undocumented WorkspaceEventTypes [Tobias Hänel]
+ Added payload to mode event [notfound4]
+ Added more control on event socket to user
+ Added example for i3 command w/ escaped substring. [Ken Gilmer]

~ Removed dynamic exception specifications [Morris Hafner]

* Fixies
0.4
+ Added support of GET_BARCONFIG and barconfig_update event and examples for them
+ Added getters form main and event sockets
Expand Down
2 changes: 1 addition & 1 deletion src/ipc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ int32_t connection::get_event_socket_fd() { return m_event_socket; }

const version_t& get_version() {
#define I3IPC_VERSION_MAJOR 0
#define I3IPC_VERSION_MINOR 4
#define I3IPC_VERSION_MINOR 5
#define I3IPC_VERSION_PATCH 0
static version_t version = {
.human_readable = auss_t() << I3IPC_VERSION_MAJOR << '.' << I3IPC_VERSION_MINOR << '.' << I3IPC_VERSION_PATCH << " (built on " << I3IPC_BUILD_DATETIME << ")",
Expand Down

0 comments on commit 386b314

Please sign in to comment.