[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dape 3b39d3739f 6/6: Bump version to 0.4.0
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dape 3b39d3739f 6/6: Bump version to 0.4.0 |
Date: |
Wed, 17 Jan 2024 15:57:41 -0500 (EST) |
branch: externals/dape
commit 3b39d3739f9671536e33ae52a405812ba2cdec61
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>
Bump version to 0.4.0
---
CHANGELOG.org | 23 +++++++++++++++++++++++
dape.el | 2 +-
2 files changed, 24 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 49d182156e..7ad18242c8 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -2,6 +2,29 @@
#+author: Daniel Pettersson
#+language: en
+* Version 0.4
+- Switched to jsonrpc.el for parsing DAP messages
+- Add support for modules and loaded sources
+- Added jdtls (java-debug) as a supported adapter
+- Handle subprocess creation for =debugpy= processes (fix =startDebugging=
handling)
+- Add option to align variables buffer =dape-info-variable-table-aligned=
(unaligned per default)
+- Add overlay for inline exception stoppage description
+- Rework dape debugging printouts (removed =*dape-debug*= buffer) in
=*dape-repl*=
+- =dape-info= now toggles buffers on interactive calls
+- Add file name completion for interactive calls of =dape=
+- New global non interactive mode for =dape-active-mode= for adding bindings
+- Added hints in minibuffer controlled by =dape-minibuffer-hint=,
=dape-minibuffer-hint-ignore-properties=
+- Rework of =dape-configs=; remove usage of =read-*= functions and guess
default values instead.
+- Add =dape-command= as an analog to =compile-command=
+- Rework in buffer stack pointers to be able to display breakpoints and arrow
at same line
+- Change defaults of =dape-display-source-buffer-action=
+- Add commands for moving up and down the stack =C-o=, =C-i=
+- Add mouse bindings for adding, changing and removing =dape-breakpoints-*=
+- Add generic =dape-config= entries for exploring adapters =launch=, =attach=
+- Improve usability of =dape-evaluate-expression=, if sends region if active
+- Rework =dape-breakpoints=*= =dape= incorrectly allowed for multiple
breakpoints on same line
+- Minor bugfixes and improvements
+
* Version 0.3
- Add support for source by sourceReference by =dape-mime-mode-alist=
- Support stepping granularity with =dape-stepping-granularity=
diff --git a/dape.el b/dape.el
index d10fe80e5b..107051e39c 100644
--- a/dape.el
+++ b/dape.el
@@ -6,7 +6,7 @@
;; Maintainer: Daniel Pettersson <daniel@dpettersson.net>
;; Created: 2023
;; License: GPL-3.0-or-later
-;; Version: 0.3.0
+;; Version: 0.4.0
;; Homepage: https://github.com/svaante/dape
;; Package-Requires: ((emacs "29.1") (jsonrpc "1.0.21"))
- [elpa] externals/dape updated (6e43daf5de -> 3b39d3739f), ELPA Syncer, 2024/01/17
- [elpa] externals/dape 8b8de16473 2/6: Fix dape-buffer-default relativness to project root, ELPA Syncer, 2024/01/17
- [elpa] externals/dape 6592390e11 3/6: Update screenshots, ELPA Syncer, 2024/01/17
- [elpa] externals/dape d86448464d 1/6: Clarify gdb-mi point in README, ELPA Syncer, 2024/01/17
- [elpa] externals/dape 3b39d3739f 6/6: Bump version to 0.4.0,
ELPA Syncer <=
- [elpa] externals/dape 8d220cec0a 4/6: Fix readme mistake, ELPA Syncer, 2024/01/17
- [elpa] externals/dape dc544493c8 5/6: Add elpaignore, ELPA Syncer, 2024/01/17