From 4523745b583fe5049c8831c61d748fb1abb949da Mon Sep 17 00:00:00 2001 From: Daniel Pettersson Date: Mon, 16 Dec 2024 23:02:30 +0100 Subject: [PATCH] Bump version to 0.18.0 --- CHANGELOG.org | 16 ++++++++++++++++ dape.el | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 6f3f806e..92b48077 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -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 diff --git a/dape.el b/dape.el index 500f629e..60944b42 100644 --- a/dape.el +++ b/dape.el @@ -6,7 +6,7 @@ ;; Maintainer: Daniel Pettersson ;; 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"))