0.06 2017-07-11 (PERLANCAR)
- No functional changes.
- [test] Replace File::Slurp::Tiny with File::Slurper.
0.05 2015-09-03 (PERLANCAR)
- No functional changes.
- [dist] Move spec prereqs from RuntimeRequires to
DevelopRecommends to reduce deps but still allow indicating spec
requirement.
0.04 2014-12-24 (PERLANCAR)
- Add support for 'mc' editor. Its temporary symlink is the same as
'joe' so when we cannot determine further, the result's 'editor' key
will be set to 'joe/mc'.
- Add options: check_pid & check_proc_name, activated by default. To
avoid false positive, now by default also checks that PID exists and
check that process name is the same as editor name (but only when
Proc::Find module is available).
0.03 2014-12-14 (PERLANCAR)
- No functional changes.
- Typo in example.
0.02 2014-10-09 (PERLANCAR)
- Add support for vim & joe.
0.01 2014-10-09 (PERLANCAR)
- First release, only has support for Emacs.