Skip to content

Commit

Permalink
Version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
florommel committed Nov 19, 2023
1 parent 43c7c3f commit c516fd8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
* Version 0.4 (2023-11-19)
- Add ~bufferlo-find-buffer~ and ~bufferlo-find-buffer-switch~
- Add ~bufferlo-list-orphan-buffers~, ~bufferlo-ibuffer-orphans,~
and an ibuffer filter for orphans
- Optional support for local scratch buffers
(Custom Variable: ~bufferlo-local-scratch-buffer-name~,
Functions: ~bufferlo-create-local-scratch-buffer~,
~bufferlo-get-local-scratch-buffer~,
~bufferlo-switch-to-scratch-buffer~,
~bufferlo-switch-to-local-scratch-buffer~,
and ~bufferlo-toggle-local-scratch-buffer~)

* Version 0.3 (2023-11-10)
- Improve ~bufferlo-list-buffers~:
Spawn a local-buffer-list buffer per frame/tab
Expand Down
2 changes: 1 addition & 1 deletion bufferlo.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Florian Rommel <[email protected]>
;; Url: https://github.com/florommel/bufferlo
;; Created: 2021-09-15
;; Version: 0.3
;; Version: 0.4
;; Package-Requires: ((emacs "27.1"))
;; Keywords: buffer frame tabs local

Expand Down

0 comments on commit c516fd8

Please sign in to comment.