Skip to content

Releases: Airblader/xcb-util-xrm

v1.3 – Bugfix

24 Mar 17:35
Compare
Choose a tag to compare

This releases fixes #79 such that resources like

*.color0: #000000

are accepted.

v1.2 – Bugfix (Fixed v1.1 release)

24 Nov 07:51
Compare
Choose a tag to compare

This release is the same as v1.1, but correctly updates the version which had been forgotten in v1.1.

[DONOTUSE] v1.1 – Bugfix

24 Nov 07:45
Compare
Choose a tag to compare

This release fixes #71.

Update: Do not use this release as an update to the version has been forgotten.

v1.0 – Stable Release

08 Apr 12:08
Compare
Choose a tag to compare

This is v1.0 release of xcb-util-xrm. The API is now considered stable. Thanks to everyone who contributed in one way or another!

v0.9.1 – Breaking API changes

18 Mar 04:17
Compare
Choose a tag to compare
Pre-release

This release reworks the API in a very broad (and incompatible) way, but hey, this is still pre-release. Most notably, the concept of a context struct is gone, instead the central object within this library is the database struct. This models the Xlib API more closely, allows for an easy API for future additions of manipulating databases and makes the current API simpler and easier to use.

0.9.0 – Initial Release

17 Mar 22:34
Compare
Choose a tag to compare
Pre-release

This is the first release of xcb-util-xrm.

The API is not yet complete or stable. The library can be used for simple queries now, but is not yet fully compliant with its Xlib counterpart.