Skip to content

Commit

Permalink
Bump version to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Nov 24, 2024
1 parent 7b52ebf commit f4489aa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
#+author: Daniel Pettersson
#+language: en

* Version 0.17.0
- Add dash form configuration options parsing see =dape-history-use-dash-form=
- Add error face on on unsupported breakpoint type
- Add placeholder text in scope buffer
- Add shorthand for function evaluation in configs if car of list is not an keyword
- Add support for adapter option argsCanBeInterpretedByShell
- Add default expansion of variable levels based on context =dape-variable-auto-expand-alist=
- Add let adapters create new breakpoints from breakpoint event
- Change let hit breakpoints count as verified
- Change slow stack trace in thread buffer workaround
- Fix clean up find-file-hook after usage
- Fix unnecessary buffer creation on adapter configuration
- Fix completion of adapter name in minibuffer if options are already specified
- Fix let string config dictate order parsed plist
- Fix add command-insert-stderr to hint-ignore-properties
- Fix only display key hint once
- Fix argument order reversal in config evaluation
- Fix follow mode-line-misc-info suffix space separator convention

* Version 0.16.0
- Add decoupling of breakpoints from buffers (killing buffer no longer kills breakpoints)
- Add =command-insert-stderr= property to =dape-configs= (stderr in =dlv=)
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.16.0
;; Version: 0.17.0
;; Homepage: https://github.com/svaante/dape
;; Package-Requires: ((emacs "29.1") (jsonrpc "1.0.25"))

Expand Down

0 comments on commit f4489aa

Please sign in to comment.