branch: externals/dape commit 4348c957986dbca5c1537b392a4220558ad8be3f Author: Daniel Pettersson <dan...@dpettersson.net> Commit: Daniel Pettersson <dan...@dpettersson.net>
Bump version to 0.23.0 --- CHANGELOG.org | 10 ++++++++++ dape.el | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 02e1e1aad5..62567a6a83 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -2,6 +2,16 @@ #+author: Daniel Pettersson #+language: en +* Version 0.23.0 +- Add disassemble viewer +- Add disabling/enabling of source breakpoints +- Add improved REPL command parsing (e.g., allow p for both =dape-pause= and GDB pause) +- Add revert-function to dape-shell +- Add comint filters to shell echo in REPL +- Change =dape-display-source-buffer-action= default +- Change enable inlay hints by default +- Fix header line flicker when switching to watch edit and back + * Version 0.22.0 - Add (=dape-info-scope-mode= INDEX) choice to info groups - Add =dape-restart= to mode-line menu diff --git a/dape.el b/dape.el index b7498590c8..332a610ddf 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.22.0 +;; Version: 0.23.0 ;; Homepage: https://github.com/svaante/dape ;; Package-Requires: ((emacs "29.1") (jsonrpc "1.0.25"))