Releases: alphapapa/burly.el
Releases · alphapapa/burly.el
v0.3
Added
- Command
burly-tabs-mode
, which integrates Burly withtab-bar-mode
. When active, Burly bookmarks are opened in new tabs, and the tabs are named according to the bookmark. - Command
burly-reset-tab
, which resets a tab to the state of the bookmark which opened it.
Changed
- Emacs version 28.1 or later is required.
Fixed
- Buffers that can't be restored by name no longer cause an error which aborts restoration of the rest of the bookmark's buffers.
- Added workaround for regression in Emacs 28 regarding bookmarks for
help-mode
buffers. (See Emacs bug 56643.) - Removed unadvisable local rebinding of
alist-get
in functionburly-follow-url-org-mode
. An innocent change in Org 9.6 was broken by this, which then broke this when called through Burly. (With thanks to Ihor Radchenko for debugging.) - Load default bookmarks file when needed. (#46. Thanks to Billy Zheng and ParetoOptimalDev for reporting, and to Thomas Freeman for fixing.)