Changes in v2.2.0
Commits since v2.1.1:
- feat: fallback to default on theme layout errors, new error box (10fe908)
- fix: dont panic on broken user config, fallback to default (001bc58)
Downloads:
- walker-v2.2.0-x86_64-unknown-linux-gnu.tar.gz - AMD64/x86_64
Breaking
Theming
- the
layout.xml
requires anError
object now:
<object class="GtkLabel" id="Error">
<style>
<class name="error"></class>
</style>
<property name="xalign">0</property>
<property name="visible">false</property>
</object>