Deft 0.5.1
Deft version 0.5.1 was released on January 28, 2013. This new stable version can be downloaded here:
This is a bugfix release. Users who use deft-use-filename-as-title
on version 0.5 should upgrade immediately. Users who use
deft-auto-save-interval and have moderately long Emacs sessions
are also encouraged to upgrade for performance reasons.
The following issues were resolved in version 0.5.1:
Fixed a bug, introduced in verion 0.5, where creating a file when the filter string and
deft-use-filename-as-titleare both non-nil results in an invalid path. The path and extension would be doubled, as in/deft-dir/deft-dir/title.txt.txt, resulting in an invalid path which could not be saved.Fixed a bug in original auto-save implementation where killed buffers would persist in the auto-save list, which could lead to sluggish behavior after a large number of files have been opened over time.