branch: externals/termint
commit b69db24ddbcd4b5973b3ae8e7f8b3c12dd0546b3
Author: Milan Glacier <[email protected]>
Commit: Milan Glacier <[email protected]>

    chore: release v0.2.
---
 CHANGELOG.md | 16 ++++++++++++++++
 termint.el   |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28e5eaec20..8aed459a0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+# Version 0.2 (2025-11-30)
+
+# Features
+
+Three configuration variables have been introduced to enable the creation of
+customized commands or keymaps. These allow all schemas to inherit the same
+extensions, eliminating the need for repetition per REPL:
+
+- `termint-region-dispatchers`: Register additional region selectors to
+  automatically generate corresponding send/source commands across all schemas.
+- `termint-schema-custom-commands`: Define universal custom commands that apply
+  to every schema.
+- `termint-mode-map-additional-keys`: Specify global keybindings (mapping keys
+  to command suffixes) for inclusion in all generated schema keymaps, ensuring
+  common shortcuts remain synchronized.
+
 # Version 0.1 (2025-08-12)
 
 - Initial release.
diff --git a/termint.el b/termint.el
index df2c22fcb8..93685530cd 100644
--- a/termint.el
+++ b/termint.el
@@ -4,7 +4,7 @@
 
 ;; Author: Milan Glacier <[email protected]>
 ;; Maintainer: Milan Glacier <[email protected]>
-;; Version: 0.1.1
+;; Version: 0.2
 ;; URL: https://github.com/milanglacier/termint.el
 ;; Package-Requires: ((emacs "29.1"))
 

Reply via email to