branch: externals/jinx
commit f4abad42cd0bdcff62ac325a644cb8faad186a4b
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Version 1.6
---
 CHANGELOG.org | 6 ++++++
 jinx.el       | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index 590a8c193b..81eb097372 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -2,6 +2,12 @@
 #+author: Daniel Mendler
 #+language: en
 
+* Version 1.6 (2024-04-12)
+
+- Bugfix (again): Ensure that directory local variables work correctly with
+  Jinx. It is possible to turn Jinx on or off via dir-locals, and also 
configure
+  the language and local words.
+
 * Version 1.5 (2024-04-04)
 
 - Bugfix: Ensure that ~jinx-next~ unfolds hidden misspellings.
diff --git a/jinx.el b/jinx.el
index b70fb20333..7bfc8705f9 100644
--- a/jinx.el
+++ b/jinx.el
@@ -5,7 +5,7 @@
 ;; Author: Daniel Mendler <[email protected]>
 ;; Maintainer: Daniel Mendler <[email protected]>
 ;; Created: 2023
-;; Version: 1.5
+;; Version: 1.6
 ;; Package-Requires: ((emacs "27.1") (compat "29.1.4.4"))
 ;; Homepage: https://github.com/minad/jinx
 ;; Keywords: convenience, text

Reply via email to