summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhinav Prasai <abhinav.prsai@gmail.com>2025-10-13 21:16:34 +0100
committerAbhinav Prasai <abhinav.prsai@gmail.com>2025-10-13 21:16:34 +0100
commit79c7dd790d48c3716abd0dd1d9fd70644325f43f (patch)
tree9e38d04bc63081f8e32391809fdc1fbfd893cfcd
parent25a049e461d61c9a946fb143d72ddef82ad5c463 (diff)
update CHANGELOG + defs.h for sxwm v1.7
-rw-r--r--docs/CHANGELOG.md6
-rw-r--r--src/defs.h2
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index a8d732e..5efdcb3 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -2,7 +2,9 @@
All notable changes to this project will be documented in this file.
-#### v1.7 (git)
+#### v1.8 (git)
+
+#### v1.7 (current)
- **NEW**: Monocle layout
- **NEW**: Developer documentation
- **NEW**: `_NET_FRAME_EXTENTS` support
@@ -25,7 +27,7 @@ All notable changes to this project will be documented in this file.
- **FIX**: Closing client won't warp cursor back
- **FIX**: Build instructions
-#### v1.6 (current)
+#### v1.6
- **NEW**: True multi-monitor support
- **NEW**: Vertical stack resizing
- **NEW**: Mouse warping
diff --git a/src/defs.h b/src/defs.h
index 060c3d8..9ebfecb 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -1,7 +1,7 @@
/* See LICENSE for more information on use */
#pragma once
#include <X11/Xlib.h>
-#define SXWM_VERSION "sxwm ver. 1.7"
+#define SXWM_VERSION "sxwm ver. 1.8"
#define SXWM_AUTHOR "(C) Abhinav Prasai 2025"
#define SXWM_LICINFO "See LICENSE for more info"