branch: elpa/crux commit b70649b91c951fe0b2a3e13b0df084ebc20a7936 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Tweak the changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ee8efe67..4cd9771f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,19 @@ # Changelog ## master (unreleased) -* More robust `crux-rename-file-and-buffer`. * [#94](https://github.com/bbatsov/crux/pull/94): Add `crux-with-region-or-sexp-or-line`. +* [#92](https://github.com/bbatsov/crux/pull/92): Consider derived modes when checking for major mode (`dired`, `org-mode`, `eshell`). + +### Bugs fixed + +* More robust `crux-rename-file-and-buffer`. +* Fix `sudo` not found error in OpenBSD and Alpine Linux (they use `doas`). ## 0.4.0 (2021-08-10) ### New features -* [#92](https://github.com/bbatsov/crux/pull/92): Consider derived modes when checking for major mode (dired, org-mode, eshell) * [#65](https://github.com/bbatsov/crux/pull/65): Add a configuration option to move using visual lines in `crux-move-to-mode-line-start`. * [#72](https://github.com/bbatsov/crux/pull/72): Add `crux-kill-buffer-truename`. Kills path of file visited by current buffer. * [#78](https://github.com/bbatsov/crux/pull/78): Add `crux-recentf-find-directory`. Open recently visited directory.