From 79c7dd790d48c3716abd0dd1d9fd70644325f43f Mon Sep 17 00:00:00 2001 From: Abhinav Prasai Date: Mon, 13 Oct 2025 21:16:34 +0100 Subject: update CHANGELOG + defs.h for sxwm v1.7 --- docs/CHANGELOG.md | 6 ++++-- src/defs.h | 2 +- 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 -#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" -- cgit v1.2.3