Skip to content

Commit 129d97e

Browse files
chore(release): 0.13.1 [skip ci]
## [0.13.1](v0.13.0...v0.13.1) (2024-10-13) ### Bug Fixes * **pop-to-logs:** set read-only, use view-buffer-other-window ([dc293e3](dc293e3)) ### Changes * **concentration,implanting:** rework focusing ([2bff462](2bff462)) * **logging:** call set-buffer-modified-p after insert ([bf09a58](bf09a58)) * **logging:** disable echoing logs by default, log by default ([bc93408](bc93408)) * **logging:** include "log" in buffer name ([c46ecc8](c46ecc8))
1 parent dc293e3 commit 129d97e

9 files changed

+21
-8
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.13.1](https://github.com/Walheimat/partial-recall/compare/v0.13.0...v0.13.1) (2024-10-13)
4+
5+
### Bug Fixes
6+
7+
* **pop-to-logs:** set read-only, use view-buffer-other-window ([dc293e3](https://github.com/Walheimat/partial-recall/commit/dc293e349396229e002c909a8cb65d5edd2b557d))
8+
9+
### Changes
10+
11+
* **concentration,implanting:** rework focusing ([2bff462](https://github.com/Walheimat/partial-recall/commit/2bff4624ba2e4f925dc2638667b9f821dc41846a))
12+
* **logging:** call set-buffer-modified-p after insert ([bf09a58](https://github.com/Walheimat/partial-recall/commit/bf09a58ded93353cf3f23a25e8aa5211fef80803))
13+
* **logging:** disable echoing logs by default, log by default ([bc93408](https://github.com/Walheimat/partial-recall/commit/bc9340862114f19f605b2df47e924993b9077017))
14+
* **logging:** include "log" in buffer name ([c46ecc8](https://github.com/Walheimat/partial-recall/commit/c46ecc83e318fac58d8f17dcbf6a1cb70158ab17))
15+
316
## [0.13.0](https://github.com/Walheimat/partial-recall/compare/v0.12.0...v0.13.0) (2024-09-07)
417

518
### Features

Cask

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
(depends-on "undercover")
99
(depends-on "compat"))
1010

11-
(package "partial-recall" "0.13.0" "Short-term buffer memory")
11+
(package "partial-recall" "0.13.1" "Short-term buffer memory")
1212

1313
(files
1414
"partial-recall.el"

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PACKAGE_NAME=partial-recall
22
PACKAGE_SUFFIX=tar
3-
CURRENT_PACKAGE_VERSION=0.13.0
3+
CURRENT_PACKAGE_VERSION=0.13.1
44
UPDATE_VERSION_FILES=Cask \
55
partial-recall.el \
66
partial-recall-concentration.el \

partial-recall-concentration.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
;; Author: Krister Schuchardt <[email protected]>
44
;; Homepage: https://github.com/Walheimat/partial-recall
5-
;; Version: 0.13.0
5+
;; Version: 0.13.1
66
;; Package-Requires: ((emacs "29.1"))
77
;; Keywords: frames files convenience
88

partial-recall-hygiene.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
;; Author: Krister Schuchardt <[email protected]>
44
;; Homepage: https://github.com/Walheimat/partial-recall
5-
;; Version: 0.13.0
5+
;; Version: 0.13.1
66
;; Package-Requires: ((emacs "29.1"))
77
;; Keywords: frames files convenience
88

partial-recall-menu.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
;; Author: Krister Schuchardt <[email protected]>
44
;; Homepage: https://github.com/Walheimat/partial-recall
5-
;; Version: 0.13.0
5+
;; Version: 0.13.1
66
;; Package-Requires: ((emacs "29.1"))
77

88
;;; Commentary:

partial-recall-plasticity.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
;; Author: Krister Schuchardt <[email protected]>
44
;; Homepage: https://github.com/Walheimat/partial-recall
5-
;; Version: 0.13.0
5+
;; Version: 0.13.1
66
;; Package-Requires: ((emacs "29.1"))
77
;; Keywords: frames files convenience
88

partial-recall-x.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
;; Author: Krister Schuchardt <[email protected]>
44
;; Homepage: https://github.com/Walheimat/partial-recall
5-
;; Version: 0.13.0
5+
;; Version: 0.13.1
66
;; Package-Requires: ((emacs "28.1"))
77

88
;;; Commentary:

partial-recall.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
;; Author: Krister Schuchardt <[email protected]>
44
;; Homepage: https://github.com/Walheimat/partial-recall
5-
;; Version: 0.13.0
5+
;; Version: 0.13.1
66
;; Package-Requires: ((emacs "29.1"))
77
;; Keywords: frames files convenience
88

0 commit comments

Comments
 (0)