From 5cec25d293d8d3324569809e5bb36bfabce76d88 Mon Sep 17 00:00:00 2001 From: Raheman Vaiya Date: Mon, 17 Oct 2022 04:30:37 -0400 Subject: [PATCH] Version bump --- CHANGELOG.md | 6 ++++++ Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b584611..8c44824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.3.4 + - Fix initial pointer position on wayland + - Add support middle click support for macos + - Add support for platform keymaps (non-qwerty layouts) + - Various bugfixes + # v1.3.3 - Fix wayland initialization issue diff --git a/Makefile b/Makefile index 513b4bf..b600287 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ COMMIT=$(shell git rev-parse --short HEAD) -VERSION=1.3.3 +VERSION=1.3.4 DESTDIR= PREFIX=/usr