branch: externals/dape commit 985ff97c448b313ef3585cd4aae9dce4518a2136 Author: Daniel Pettersson <dan...@dpettersson.net> Commit: Daniel Pettersson <dan...@dpettersson.net>
Bump version to 0.13.0 --- CHANGELOG.org | 19 +++++++++++++++++++ dape.el | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 115258aa43..ae5b2bcb61 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -2,6 +2,25 @@ #+author: Daniel Pettersson #+language: en +* Version 0.13.0 +- Add support for new version of =lldb-vscode= which is now called =lldb-dap= +- Rework source line with new hook =dape-display-source-hook= (performance) +- Support watch expressions with space in =dape-info-watch-edit-mode= +- Keep current stack frame selection through REPL usage +- Mark =dape-command= as safe-local-variable +- Align =defcustom= hook names with Emacs standard +- Clarify boundary of exception message overlay with extended face +- Replace custom fringe arrow handling with =overlay-arrow-variable-list= +- Improve error message when failing to establish TCP connection +- Generate new hexlish buffers on =dape-memory-read= +- Extend =repeat-map= to improve =edebug= like workflow +- Fix skip server-process creation for children of socket connections +- Fix prefix-* path substation for non matching prefix +- Fix ensure removal of dangling stack pointer overlays +- Fix handle error when breakpoint on line where =thing-at-point= is nil +- Fix stale modeline status on switching adapter connection +- Fix =dape-select-stack= when delayed stack trace loading is in effect + * Version 0.12.0 - Rework breakpoint info type display - Add stack select up/down repl commands diff --git a/dape.el b/dape.el index f1db5cf744..a12321c432 100644 --- a/dape.el +++ b/dape.el @@ -6,7 +6,7 @@ ;; Maintainer: Daniel Pettersson <dan...@dpettersson.net> ;; Created: 2023 ;; License: GPL-3.0-or-later -;; Version: 0.12.0 +;; Version: 0.13.0 ;; Homepage: https://github.com/svaante/dape ;; Package-Requires: ((emacs "29.1") (jsonrpc "1.0.25"))