Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Aug 10, 2021
1 parent c3b6138 commit 6958cb5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,23 @@
* [#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.
* Add `crux-copy-file-preserve-attribute`.
* Add `crux-find-user-custom-file`.
* Add `crux-kill-and-join-forward`.
* Add `crux-other-window-or-switch-buffer`.
* Add support for org-mode links in `crux-view-url`.
* Add support for creating shell and terminal buffers.
* Add remote files support to `crux-sudo-edit`.
* Add `crux-smart-kill-line`.

### Changes

* Remove unused prefix argument from `crux-smart-kill-line`.
* Mark `crux-recentf-ido-find-file` as obsolete.

### Bugs fixed

* Fixed extra line issue when duplicating region.
* Various small fixes that we were too lazy to document properly.

## 0.3.0 (2016-05-31)

0 comments on commit 6958cb5

Please sign in to comment.