branch: externals/dape
commit b3b15053ea19821205f43528b61cc2d9e0a4a21a
Author: Daniel Pettersson <dan...@dpettersson.net>
Commit: Daniel Pettersson <dan...@dpettersson.net>

    Bump version to 0.24.0
---
 CHANGELOG.org | 15 +++++++++++++++
 dape.el       |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index 62567a6a83..ffcb0663d6 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -2,6 +2,21 @@
 #+author: Daniel Pettersson
 #+language: en
 
+* Version 0.24.0
+- Add check for writing to breakpoints file if nothing has changed
+- Change move data breakpoints to top in breakpoints info
+- Change rename dape-memory command
+- Fix margin breakpoint not showing after breakpoint remove all
+- Fix adapter socket creating under tramp
+- Fix REPL completion region bounds mismatch with word
+- Fix Restart in mode line menu
+- Fix using future history for dape-info-variable-edit
+- Fix disassembly window selection when invoking from info buffers
+- Fix dape-history-add when using shell-like + default values
+- Fix respect font-lock-mode in info and repl buffers
+- Fix help echo and watch buffer displaying on hint mouse-1
+- Fix processes naming, noquery and associated buffers
+
 * Version 0.23.0
 - Add disassemble viewer
 - Add disabling/enabling of source breakpoints
diff --git a/dape.el b/dape.el
index b852ebaf5a..1e14be688f 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.23.0
+;; Version: 0.24.0
 ;; Homepage: https://github.com/svaante/dape
 ;; Package-Requires: ((emacs "29.1") (jsonrpc "1.0.25"))
 

Reply via email to