Minor update to fix some bugs and improve docs
Breaking changes
- API/ABI has been broken in ebffe8f -> worth noting most sources will still compile just fine.
- ^
CConfig::addSpecialConfigValue
now takes aCConfigValue&
- For XDPH and hyprpaper users: this does not break any API used in these, so no need for recompiling.
Fixes
- static special config values can now be acquired instantly after creation (you don't have to wait until a
CConfig::parse()
- improvements to docs
Full Changelog: v0.3.1...v0.3.2