File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" )
Original file line number Diff line number Diff line change 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
8585
8686; ;;; Constants
8787
88- (defconst org-gtd-version " 4.6.0 " )
88+ (defconst org-gtd-version " 4.6.1 " )
8989
9090; ;;; Variables
9191
You can’t perform that action at this time.
0 commit comments