File: CHANGELOG

package info (click to toggle)
polybar 3.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,108 kB
  • sloc: cpp: 30,424; python: 3,750; sh: 284; makefile: 83
file content (33 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
0.4
	+ Added support of GET_BARCONFIG and barconfig_update event and examples for them
	+ Added getters form main and event sockets
	+ Added i3ipc::get_version()

	~ Calling i3ipc::connection::prepare_to_event_handling() is no more necessary
	~ Using i3ipc::errno_error when calling c-functions instead of std::runtime_error
	~ Logging-subsystem became public
	~ Refactoring of CMakeLists.txt

	- i3ipc::connection::get_file_descriptor() removed

0.3
	+ Added support of BINDING event

	~ Removed submodules

	* Bug fixies

0.2.1
	+ Added example of event handling
	* Fixed SIGSEGV in parse_*_from_json functions

0.2.0
	+ Implemented GET_TREE (i3ipc::connection::get_tree())

	~ Shipping all available payload with workspace and window events (issue #2)
	~ i3ipc::I3Connection renamed to i3ipc::connection

	~ Internal refreactoring

	* Fixing failed build: Parts of a struct were initialised in wrong order, C99-style designated initialisers did not prevent this from causing an error [mox]
	* Minor documentation and code fixies