branch: externals/dape
commit 51493a00806fe43989b87cd34de2715d523aadb8
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Bump version to 0.26.0
---
CHANGELOG.org | 15 +++++++++++++++
dape.el | 2 +-
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index ec7bf9d9cf..e8e8b793b9 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
diff --git a/dape.el b/dape.el
index 744b5025e2..0442cbb741 100644
--- a/dape.el
+++ b/dape.el
@@ -6,7 +6,7 @@
;; Maintainer: Daniel Pettersson <[email protected]>
;; 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"))