diff options
author | Julien <contact@julienpro.com> | 2023-07-12 22:22:03 +0200 |
---|---|---|
committer | Julien <contact@julienpro.com> | 2023-07-12 22:22:03 +0200 |
commit | f327caedfa3228e2c35e5e9d398b2da3dcd6cc4d (patch) | |
tree | 6fe15d4304c06dcecdb82df9c0c6ba4bd33e70e3 | |
parent | 61e83b072b92b3015b4ec53775130a72c3fab4f4 (diff) |
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | db.py | 2 | ||||
-rwxr-xr-x | lidecli.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c402fad..2803b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All changes to the project will be documented in this file. -## 1.0.2 - 2023.07.12 +## 1.0.3 - 2023.07.12 ### Commands added @@ -240,7 +240,7 @@ def commands(): }, { "name": "x-focus-name-nth", - "description": "Give focus to the bth Window (by name)", + "description": "Give focus to the nth Window (by name)", "forwarded_arguments": [ { "name": "WinName", "description": "The substring to match the Window Name"}, { "name": "Nth", "description": "The index of the window"} @@ -10,7 +10,7 @@ import parsing_callbacks import command_callbacks import db -version = "1.0.2" +version = "1.0.3" verbose = False outer_args = None inner_args = None |