Skip to content

Commit

Permalink
chore: bump version to 1.8.14 🎉
Browse files Browse the repository at this point in the history
Former-commit-id: d7d4bd9
  • Loading branch information
alexluigit committed Jun 30, 2022
1 parent ea61e0f commit 726e86f
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 17 deletions.
44 changes: 43 additions & 1 deletion CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
* 1.8.14
** Breaking changes

+ New extension: =dirvish-subtree=
+ New extension: =dirvish-collapse=
+ New extension: =dirvish-emerge=
+ New extension: =dirvish-fd=
+ New extension: =dirvish-narrow=
+ Require =transient.el= (inbuilt with Emacs 28)
+ Extract =dirvish-ls= from =dirvish-menu=
+ Extract =dirvish-bookmark= from =dirvish-menu=
+ Extract =dirvish-history= from =dirvish-menu=
+ Move ~dirvish-dispatch~ command from =dirvish-menu= to core.
+ Extract =dirvish-icons= from =dirvish-extras=

** Changes since 1.3.20

The lazy rendering and async I/O mechanism got a lot of improvements, Dirvish
even outperforms Dired in terms of opening big directories.

+ =vc=: use fringe-bitmap to display vc-state attribute
+ =yank=: use TRAMP when SRC and DEST are in the same host ([[https://github.com/alexluigit/dirvish/issues/37][#37]])
+ =core=: add ~dirvish-open-with-programs~ user option
+ =core=: add ~dirvish-mode-line-position~ user option
+ =core=: deprecate ~dirvish-dired~ command

** Fixes since 1.3.20

+ =core=: remove killed buffers from ~dv-roots~
+ =core=: hide dired header when exiting wdired-mode
+ =core=: ensure ~quit-window~ kill all dirvish buffers
+ =core=: incorrect ~default-directory~ for ~find-file~ ([[https://github.com/alexluigit/dirvish/issues/53][#53]])
+ =core=: do not quote filename when open externally ([[https://github.com/alexluigit/dirvish/issues/51][#51]])
+ =core=: Emacs crashes from dead index dirvish buffer ([[https://github.com/alexluigit/dirvish/issues/49][#49]])
+ =core=: uppercased file extensions
+ =core=: file name error on external file opening
+ =core=: make header/footer window dedicated ([[https://github.com/alexluigit/dirvish/issues/46][#46]])
+ =extras=: wrong-type-argument error in ~file-size-human-readable~
+ =core=: ensure the right cursor position when resuming
+ =core=: use new dirvish session for bookmark restoring
+ =core=: void :child prop caused by ~with-ivy-window~
+ =core=: ensure cursor hiding in ~evil-mode~ ([[https://github.com/alexluigit/dirvish/issues/43][#43]])

* 1.3.20
** Breaking changes

Expand Down Expand Up @@ -87,4 +130,3 @@
* 1.0.0

First release.

2 changes: 1 addition & 1 deletion dirvish.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;; Copyright (C) 2021-2022 Alex Lu

;; Author : Alex Lu <https://github.com/alexluigit>
;; Version: 1.3.21
;; Version: 1.8.14
;; Keywords: files, convenience
;; Homepage: https://github.com/alexluigit/dirvish
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion extensions/dirvish-bookmark.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2021-2022 Alex Lu
;; Author : Alex Lu <https://github.com/alexluigit>
;; Version: 1.3.21
;; Version: 1.8.14
;; Keywords: files, convenience
;; Homepage: https://github.com/alexluigit/dirvish
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion extensions/dirvish-collapse.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2021-2022 Alex Lu
;; Author : Alex Lu <https://github.com/alexluigit>
;; Version: 1.3.21
;; Version: 1.8.14
;; Keywords: files, convenience
;; Homepage: https://github.com/alexluigit/dirvish
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion extensions/dirvish-emerge.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2021-2022 Alex Lu
;; Author : Alex Lu <https://github.com/alexluigit>
;; Version: 1.3.21
;; Version: 1.8.14
;; Keywords: files, convenience
;; Homepage: https://github.com/alexluigit/dirvish
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion extensions/dirvish-extras.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2021-2022 Alex Lu
;; Author : Alex Lu <https://github.com/alexluigit>
;; Version: 1.3.21
;; Version: 1.8.14
;; Keywords: files, convenience
;; Homepage: https://github.com/alexluigit/dirvish
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion extensions/dirvish-fd.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2021-2022 Alex Lu
;; Author : Alex Lu <https://github.com/alexluigit>
;; Version: 1.3.21
;; Version: 1.8.14
;; Keywords: files, convenience
;; Homepage: https://github.com/alexluigit/dirvish
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion extensions/dirvish-history.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2021-2022 Alex Lu
;; Author : Alex Lu <https://github.com/alexluigit>
;; Version: 1.3.21
;; Version: 1.8.14
;; Keywords: files, convenience
;; Homepage: https://github.com/alexluigit/dirvish
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion extensions/dirvish-icons.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2021-2022 Alex Lu
;; Author : Alex Lu <https://github.com/alexluigit>
;; Version: 1.3.21
;; Version: 1.8.14
;; Keywords: files, convenience
;; Homepage: https://github.com/alexluigit/dirvish
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion extensions/dirvish-ls.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2021-2022 Alex Lu
;; Author : Alex Lu <https://github.com/alexluigit>
;; Version: 1.3.21
;; Version: 1.8.14
;; Keywords: files, convenience
;; Homepage: https://github.com/alexluigit/dirvish
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion extensions/dirvish-menu.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2021-2022 Alex Lu
;; Author : Alex Lu <https://github.com/alexluigit>
;; Version: 1.3.21
;; Version: 1.8.14
;; Keywords: files, convenience
;; Homepage: https://github.com/alexluigit/dirvish
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion extensions/dirvish-narrow.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2021-2022 Alex Lu
;; Author : Alex Lu <https://github.com/alexluigit>
;; Version: 1.3.21
;; Version: 1.8.14
;; Keywords: files, convenience
;; Homepage: https://github.com/alexluigit/dirvish
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion extensions/dirvish-peek.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2021-2022 Alex Lu
;; Author : Alex Lu <https://github.com/alexluigit>
;; Version: 1.3.21
;; Version: 1.8.14
;; Keywords: files, convenience
;; Homepage: https://github.com/alexluigit/dirvish
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion extensions/dirvish-side.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2021-2022 Alex Lu
;; Author : Alex Lu <https://github.com/alexluigit>
;; Version: 1.3.21
;; Version: 1.8.14
;; Keywords: files, convenience
;; Homepage: https://github.com/alexluigit/dirvish
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion extensions/dirvish-subtree.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2021-2022 Alex Lu
;; Author : Alex Lu <https://github.com/alexluigit>
;; Version: 1.3.21
;; Version: 1.8.14
;; Keywords: files, convenience
;; Homepage: https://github.com/alexluigit/dirvish
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion extensions/dirvish-vc.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2021-2022 Alex Lu
;; Author : Alex Lu <https://github.com/alexluigit>
;; Version: 1.3.21
;; Version: 1.8.14
;; Keywords: files, convenience
;; Homepage: https://github.com/alexluigit/dirvish
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion extensions/dirvish-yank.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2021-2022 Alex Lu
;; Author : Alex Lu <https://github.com/alexluigit>
;; Version: 1.3.21
;; Version: 1.8.14
;; Keywords: files, convenience
;; Homepage: https://github.com/alexluigit/dirvish
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down

0 comments on commit 726e86f

Please sign in to comment.