From 708696bbf4073be3eab19cb34658922b243dd5ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 27 Oct 2024 10:09:01 +0000 Subject: [PATCH] chore(release): 2.4.6 [skip ci] ## [2.4.6](https://github.com/Walheimat/wal-emacs/compare/v2.4.5...v2.4.6) (2024-10-27) ### Configurations * **hungry-delete:** add package and use for lisp-mode ([f6bfb58](https://github.com/Walheimat/wal-emacs/commit/f6bfb584682515cb4bb315f7ee7154b41fd00ef9)) * **project:** add deno.json as a root marker ([70a0c87](https://github.com/Walheimat/wal-emacs/commit/70a0c874099189291cde10772be6008bc63e069f)) * **tab-bar:** set truncated-max to 8 ([c3499f9](https://github.com/Walheimat/wal-emacs/commit/c3499f99d2fd7534f8944c3c93fc30af5c314857)) ### Bug Fixes * **markdown-mode:** double-quote file ([8b1611f](https://github.com/Walheimat/wal-emacs/commit/8b1611fc69057b1d68437bb8487d536c3ef1af58)) ### Improvements * **consult,org-agenda:** narrow consult-buffer to agenda ([ebfb9d7](https://github.com/Walheimat/wal-emacs/commit/ebfb9d745c81ef4334f6ed8a5059b33c9676c979)) * **hungry-delete:** also activate for lisp-data-mode ([3933f3e](https://github.com/Walheimat/wal-emacs/commit/3933f3ec51b7949c8ecea0256592102ad80f198e)) * **jinx:** add predicate to exclude JavaScript exports ([311cdc1](https://github.com/Walheimat/wal-emacs/commit/311cdc17ace979a1a6c95c4488a0433cf8f665cb)) * **wal-supernova:** raise user-error when no target exists ([30697e9](https://github.com/Walheimat/wal-emacs/commit/30697e9c80c131d79b7e5367c2c859f05e0d1d4b)) ### Other * **ship-mate:** select command for alternate ([e704d2a](https://github.com/Walheimat/wal-emacs/commit/e704d2af5da9de70e3fc759ccdc7f9d7b553a792)) * **useful,consult:** user-prefixed backslash ([e07ca75](https://github.com/Walheimat/wal-emacs/commit/e07ca7517d6e22c1a257e2a766424e8f88015d48)) * **various:** use C for maps/transients, M for alternate keys ([a813761](https://github.com/Walheimat/wal-emacs/commit/a813761cbbcdc512520d450d5b5a5f5bb9d58f05)) --- CHANGELOG.md | 25 +++++++++++++++++++++++++ Makefile | 2 +- lib/wal-config.org | 2 +- wal.el | 2 +- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f8bfc..a1d5efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [2.4.6](https://github.com/Walheimat/wal-emacs/compare/v2.4.5...v2.4.6) (2024-10-27) + +### Configurations + +* **hungry-delete:** add package and use for lisp-mode ([f6bfb58](https://github.com/Walheimat/wal-emacs/commit/f6bfb584682515cb4bb315f7ee7154b41fd00ef9)) +* **project:** add deno.json as a root marker ([70a0c87](https://github.com/Walheimat/wal-emacs/commit/70a0c874099189291cde10772be6008bc63e069f)) +* **tab-bar:** set truncated-max to 8 ([c3499f9](https://github.com/Walheimat/wal-emacs/commit/c3499f99d2fd7534f8944c3c93fc30af5c314857)) + +### Bug Fixes + +* **markdown-mode:** double-quote file ([8b1611f](https://github.com/Walheimat/wal-emacs/commit/8b1611fc69057b1d68437bb8487d536c3ef1af58)) + +### Improvements + +* **consult,org-agenda:** narrow consult-buffer to agenda ([ebfb9d7](https://github.com/Walheimat/wal-emacs/commit/ebfb9d745c81ef4334f6ed8a5059b33c9676c979)) +* **hungry-delete:** also activate for lisp-data-mode ([3933f3e](https://github.com/Walheimat/wal-emacs/commit/3933f3ec51b7949c8ecea0256592102ad80f198e)) +* **jinx:** add predicate to exclude JavaScript exports ([311cdc1](https://github.com/Walheimat/wal-emacs/commit/311cdc17ace979a1a6c95c4488a0433cf8f665cb)) +* **wal-supernova:** raise user-error when no target exists ([30697e9](https://github.com/Walheimat/wal-emacs/commit/30697e9c80c131d79b7e5367c2c859f05e0d1d4b)) + +### Other + +* **ship-mate:** select command for alternate ([e704d2a](https://github.com/Walheimat/wal-emacs/commit/e704d2af5da9de70e3fc759ccdc7f9d7b553a792)) +* **useful,consult:** user-prefixed backslash ([e07ca75](https://github.com/Walheimat/wal-emacs/commit/e07ca7517d6e22c1a257e2a766424e8f88015d48)) +* **various:** use C for maps/transients, M for alternate keys ([a813761](https://github.com/Walheimat/wal-emacs/commit/a813761cbbcdc512520d450d5b5a5f5bb9d58f05)) + ## [2.4.5](https://github.com/Walheimat/wal-emacs/compare/v2.4.4...v2.4.5) (2024-10-13) ### Configurations diff --git a/Makefile b/Makefile index 31699b7..143a22b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PACKAGE_MARKER=$(HOME)/.emacs.d/elpa/whale-line/whale-line.el PACKAGE_NAME=wal-emacs -CURRENT_PACKAGE_VERSION=2.4.5 +CURRENT_PACKAGE_VERSION=2.4.6 LOCAL_DEPS=build LOCAL_PHONY_DEPS=ensure-init $(PACKAGE_MARKER) CI_DEPS=build diff --git a/lib/wal-config.org b/lib/wal-config.org index b0e3eef..c403698 100644 --- a/lib/wal-config.org +++ b/lib/wal-config.org @@ -154,7 +154,7 @@ Example for advising =:around=. #+BEGIN_SRC emacs-lisp ;;; wal-config.el --- Walheimat's literate Emacs configuration. -*- lexical-binding: t -*- -;; Version: 2.4.5 +;; Version: 2.4.6 ;; Package-Requires: ((emacs "28.1")) ;;; Commentary: diff --git a/wal.el b/wal.el index 356c557..bbee371 100644 --- a/wal.el +++ b/wal.el @@ -2,7 +2,7 @@ ;; Author: Krister Schuchardt ;; Homepage: https://github.com/Walheimat/wal-emacs -;; Version: 2.4.5 +;; Version: 2.4.6 ;; Package-Requires: ((emacs "29.1")) ;;; Commentary: