Skip to content

Commit 1b93028

Browse files
committed
release: 4.6.1
1 parent be62194 commit 1b93028

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.org

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
* 4.6.1 - 2026-03-03
2+
3+
** Fixed
4+
*** Duplicate clarification queue fixes (Issue #281)
5+
Multiple fixes to the duplicate item workflow during clarification:
6+
7+
- Queued duplicates now have the user-entered title in their content (previously
8+
kept the original heading)
9+
- Queue processing reuses the existing WIP buffer instead of killing and
10+
recreating it, preserving window layout (side windows, queue display)
11+
- Each queued duplicate gets a fresh human-readable org ID instead of reusing the
12+
original item's ID
13+
- Canceling (~org-gtd-clarify-stop~) during queue processing now discards only
14+
the current item and moves to the next, instead of discarding all remaining
15+
items
16+
- WIP buffer prefix changed from "Org-GTD" to "Org GTD" for consistency with
17+
other buffer names
18+
19+
*** Flaky done-filter test
20+
Fixed a test that used a hardcoded 09:00 timestamp, causing intermittent
21+
failures when tests ran before 9 AM.
22+
123
* 4.6.0 - 2026-02-21
224

325
** Added

org-gtd-pkg.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
;;; Code:
2828

29-
(define-package "org-gtd" "4.6.0"
29+
(define-package "org-gtd" "4.6.1"
3030
"An implementation of GTD."
3131
'((emacs "28.1")
3232
(compat "30.0.0.0")

org-gtd.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Aldric Giacomoni <trevoke@gmail.com>
66
;; Homepage: https://github.com/Trevoke/org-gtd.el
77
;; Package-Requires: ((emacs "28.1") (compat "30.0.0.0") (org-edna "1.1.2") (f "0.20.0") (org "9.6") (transient "0.11.0") (dag-draw "1.0.4"))
8-
;; Package-Version: 4.6.0
8+
;; Package-Version: 4.6.1
99

1010
;; This file is not part of GNU Emacs.
1111

@@ -85,7 +85,7 @@
8585

8686
;;;; Constants
8787

88-
(defconst org-gtd-version "4.6.0")
88+
(defconst org-gtd-version "4.6.1")
8989

9090
;;;; Variables
9191

0 commit comments

Comments
 (0)