summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien <contact@julienpro.com>2023-07-11 22:30:41 +0200
committerJulien <contact@julienpro.com>2023-07-11 22:30:41 +0200
commitfc7669112c68e4dcb3ea97df4a4344d3b6865546 (patch)
tree189a31cbb707a8095df7b2df5bbccaa4b1db1bd8
parent2deebb03dce91cda8b423fd51629f41f6235f5cd (diff)
Added changelog
-rw-r--r--CHANGELOG.md18
-rwxr-xr-xlidecli.py2
2 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..a76e072
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Changelog
+All changes to the project will be documented in this file.
+
+## 1.0.2 - 2023.07.11
+
+- Added command x-focus-name-nth to focus on the nth instance of the underlying window name
+- Added the -x option to wmctrl
+- Script can be executed without setting the working direcotry
+- Added this changelog
+
+
+## 1.0.1
+
+- Various fiwes
+
+## 1.0.0
+
+- Initial release \ No newline at end of file
diff --git a/lidecli.py b/lidecli.py
index 055519a..83c2ada 100755
--- a/lidecli.py
+++ b/lidecli.py
@@ -9,7 +9,7 @@ import configparser
import callbacks
import db
-
+version = "1.0.2"
verbose = False
outer_args = None
inner_args = None