2004.05.23
perlwm-0.0.7 is released. There is a new config system. If you run
perl -MPerlWM::Config -e 'PerlWM::Config->load()->save(default => 1)'
all the default preferences will be written to a file (~/.perlwm/config.pm).
Hopefully in the next release, you'll be able to configure more things.
2004.05.16
perlwm-0.0.6 is released. Not much new here, just a couple of
minor bug fixes related to the search action.
2003.12.22
perlwm-0.0.5 is released. Yet more cleanup in the event handling
code. Keyboard bindings now work, along with grabs and some support
for 'modal' actions. You can now re-size and move windows with the
keyboard, as well as raise, lower and switch focus.
2003.11.10
perlwm-0.0.4 is released. More cleanup in the event handling code,
the focus handling is much more reliable now. Also, the focus frame
is now highlighted again, and with an animated color blend too.
2003.11.08
perlwm-0.0.3 is released. Still no new functionality, but the event
code has been further cleaned up, and various stuff which was just
lumped in PerlWM.pm has been moved into Frame, Client or Action.
2003.11.02
perlwm-0.0.2 is released. Slow progress eh? Well I've been busy. This
is pretty much a completely re-write compared to 0.0.1, but a lot more
works.
2000.05.18
perlwm-0.0.1 is released. This version has (very) basic window manager
functionality. The configuration is currently embedded in perlwm itself,
but this will change. Currently, you can move and resize windows, but not
iconify them. Most window manager hints are ignored (except the title).