Skip to content

Commit

Permalink
Bump version to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Dec 16, 2024
1 parent dba158a commit 4523745
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
#+author: Daniel Pettersson
#+language: en

* Version 0.18.0
- Add =dape-list-*= commands for improved REPL experience
- Add custom =dape-history-add= for history customization
- Add placeholder text for modules and sources
- Change remove adapter output string processing
- Remove breakpoint info header
- Remove useless adapter thread id from thread info buffer
- Remove eglot require
- Fix alignment on "disconnect" DAP specification
- Fix font-lock for breakpoint buffer when hits > 9
- Fix missing overlay categories for dape-breakpoint, dape-source-line
- Fix compile when dape-restart when request is used
- Fix =dape-compile-hook= firing only on success
- Fix restart for adapters using optional arguments
- Fix leaking dash replacement hints on unbalanced options list

* Version 0.17.0
- Add dash form configuration options parsing see =dape-history-use-dash-form=
- Add error face on on unsupported breakpoint type
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.17.0
;; Version: 0.18.0
;; Homepage: https://github.com/svaante/dape
;; Package-Requires: ((emacs "29.1") (jsonrpc "1.0.25"))

Expand Down

0 comments on commit 4523745

Please sign in to comment.