Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 2.38 KB

File metadata and controls

63 lines (54 loc) · 2.38 KB

Version 1.2 (2025-09-14)

  • Added ability to persist frame name in frame bookmarks
  • Gracefully handle bookmark type changes when saving as a different type (handles changes from/to frame/tab/set)
  • Support for consult-buffer-list-function minad/consult#1009 (comment)
  • Commands to add and remove bookmarks to existing sets
  • Added ability to persist tab group names and explicit tab names in tab bookmarks

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

Version 0.7 (2024-05-12)

  • Allow bookmarking of frames and tabs
  • Bugfixes

Version 0.6 (2024-01-05)

  • Add “bufferlo anywhere”
  • Bugfixes

Version 0.5 (2023-11-30)

  • Initialize local scratch buffers with or initial-major-mode or bufferlo-local-scratch-buffer-initial-major-mode
  • Fix defcuston type for bufferlo-ibuffer-bind-local-buffer-filter

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
  • Add bufferlo-isolate-project

Version 0.2 (2023-10-22)

  • Stable release
  • Submission to GNU ELPA

Version 0.1 (2021-09-15)

  • First release