From 7c0b430c333df8ce429cb619d4f8733a348acc6a Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 31 Dec 2021 22:36:47 -0800 Subject: [PATCH] Version 0.1.7 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d98fa..bd5feb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.1.7 + +* Add `set_mark` and `with_mark` to emulate Emacs's mark mode + [#53](https://github.com/k0kubun/xremap/issues/53) + ## v0.1.6 * Add `launch` action to execute a command diff --git a/Cargo.lock b/Cargo.lock index 2972156..271c2c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -967,7 +967,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.1.6" +version = "0.1.7" dependencies = [ "env_logger", "evdev", diff --git a/Cargo.toml b/Cargo.toml index 3615325..65838c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.1.6" +version = "0.1.7" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"