Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Jan 17, 2024
1 parent dc54449 commit 3b39d37
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Daniel Pettersson <[email protected]>
;; 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"))

Expand Down

0 comments on commit 3b39d37

Please sign in to comment.