diff options
| author | Daniel Pettersson <daniel@dpettersson.net> | 2026-02-02 21:26:51 +0100 |
|---|---|---|
| committer | Daniel Pettersson <daniel@dpettersson.net> | 2026-02-02 21:33:24 +0100 |
| commit | 51493a00806fe43989b87cd34de2715d523aadb8 (patch) | |
| tree | 543017526f87a197fe2757aa97529d58510f62f6 | |
| parent | 324f167577aa2534fb6779e567e2cad1599c3dd3 (diff) | |
Bump version to 0.26.0
| -rw-r--r-- | CHANGELOG.org | 15 | ||||
| -rw-r--r-- | dape.el | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index ec7bf9d..e8e8b79 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -2,6 +2,21 @@ #+author: Daniel Pettersson #+language: en +* Version 0.26.0 +- Add custom faces for mode line usage +- Add =dape-info= to repeat bindings +- Add hare modes to GDB configuration +- Add debounce for threads request triggered by thread event +- Add read configuration hook =dape-read-config-hook= +- Change split breakpoint mode into globalized and local variants +- Change default-directory handling when evaluating configuration +- Change autoload =dape-breakpoint-global-mode= +- Fix ensure remote executables use absolute paths +- Fix ensure variables expanding properly in REPL +- Fix default value evaluation in read configuration +- Fix reinstate =dape-breakpoint-remove-at-point= as command +- Fix exception description stipple handling + * Version 0.25.0 - Add =dape-many-windows= to configure window usage - Add =dape-restart-frame= command to restart the current frame @@ -6,7 +6,7 @@ ;; Maintainer: Daniel Pettersson <daniel@dpettersson.net> ;; Created: 2023 ;; License: GPL-3.0-or-later -;; Version: 0.25.0 +;; Version: 0.26.0 ;; Homepage: https://github.com/svaante/dape ;; Package-Requires: ((emacs "29.1") (jsonrpc "1.0.25")) |
