Skip to content

Commit c7bcc9d

Browse files
committed
Release 0.5.0
1 parent f1f532d commit c7bcc9d

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## master (unreleased)
3+
## main (unreleased)
4+
5+
## 0.5.0 (2026-03-18)
46

57
### New features
68

@@ -17,11 +19,16 @@
1719
`edit-indirect` buffers (via `edit-indirect--commit`). Controlled by
1820
`super-save-handle-org-src` and `super-save-handle-edit-indirect` (both
1921
enabled by default).
20-
- Use `window-buffer-change-functions' and `window-selection-change-functions' to
22+
- Use `window-buffer-change-functions` and `window-selection-change-functions` to
2123
detect buffer and window switches. Controlled by the new
2224
`super-save-when-buffer-switched` option (enabled by default). This catches all
2325
buffer switches regardless of how they happen, unlike `super-save-triggers`.
2426

27+
### Bug fixes
28+
29+
- Fix redundant saves in `super-save-focus-change-handler` — previously it called
30+
`super-save-command` once per unfocused frame instead of once.
31+
2532
### Changes
2633

2734
- Require Emacs 27.1.

super-save.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
66
;; URL: https://github.com/bbatsov/super-save
77
;; Keywords: convenience
8-
;; Version: 0.4.0
8+
;; Version: 0.5.0
99
;; Package-Requires: ((emacs "27.1"))
1010

1111
;; This file is NOT part of GNU Emacs.

0 commit comments

Comments
 (0)