branch: externals/bufferlo commit 2c3c5ec3d3eec20efbf23b08ecf78c9d174bdcd8 Author: Florian Rommel <m...@florommel.de> Commit: Florian Rommel <m...@florommel.de>
Version 1.1 --- CHANGELOG.org | 16 ++++++++++++++++ bufferlo.el | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index bddfa88dd8..045c42a119 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,3 +1,19 @@ +* Version 1.1 (2025-05-03) +- Bug fixes +- Revamped documentation +- New minimum required Emacs version: 29.1 +- Improved bookmark loading with support for load policies +- Filters for buffer inclusion/exclusion in bookmarks +- Filters for local buffers for switch-to-prev-buffer-skip (next/prev buffer switching) +- Enhanced buffer save/restoration control during bookmark saving/loading (failed-buffer policy & hooks) +- Support for automatic bookmark loading on startup +- Support for automatic bookmark saving on timer activation and/or when frame/tab closing +- Support for storing frame geometry with bookmarks +- Experimental support for bookmark sets (combination of multiple frame/tab bookmarks) +- New bufferlo menu-bar entry +- New configurable bufferlo mode-line entry +- Improved bufferlo ibuffer functionality + * Version 0.8 (2024-05-16) - Bugfix diff --git a/bufferlo.el b/bufferlo.el index 898c0ee877..29c8c8cb91 100644 --- a/bufferlo.el +++ b/bufferlo.el @@ -8,7 +8,7 @@ ;; Stephane Marks <shipmi...@gmail.com> ;; Url: https://github.com/florommel/bufferlo ;; Created: 2021-09-15 -;; Version: 1.1-pre +;; Version: 1.1 ;; Package-Requires: ((emacs "29.1")) ;; Keywords: buffer frame tabs local