Releases: engstrand-config/dwl-guile
Releases · engstrand-config/dwl-guile
v1.0.1
v1.0.0
v1.0.0-beta.5
Changes
- Update dwl to v0.2.1
- Add Guix package definition to replace
scripts/guix-install.sh
- Fix issue with
create-patches.sh
where generated patches would be inverted - Add support for a bunch of different patches (see branches
patch/*
) - Minor code improvements
v1.0.0-beta.4
Changes
- Fix invalid for-loops that would sometimes cause the letter "o" from being unusable and causing exceptions
- Update
create-patches.sh
script to fetch latest patch branch from Github
v1.0.0-beta.3
Changes
- Fix memory leak in
spawn
- Replace calls to
scm_from_locale_string
withscm_from_utf8_string
for string constants - Prefix dwl-guile specific functions with
dscm_*
to improve readability - Add script to automatically generate patches based on dwl-guile release
v1.0.0-beta.2
Changes
- Remove usage of dynwind to fix crash when spawning a command that terminates with error
v1.0.0-beta.1
This patch adds full dynamic configuration using Guile.