From b4fe4b5c970b342daae1f039ebbc6f5a142d9da3 Mon Sep 17 00:00:00 2001 From: Jarcode Date: Mon, 12 Feb 2018 17:00:07 -0800 Subject: [PATCH] stopped using the word currently frequently --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee457cc..1a87a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 1.4 -* Added window creation backends. Currently GLava automatically uses the appropriate backend, currently `"glx"` and `"glfw"` are available. The GLX window creation code nicely supports transparent windows so that users do not need to use GLFW 3.3 for native transparency, which is currently unstable and unreleased. +* Added window creation backends. GLava automatically uses the appropriate backend, currently `"glx"` and `"glfw"` are available. The GLX window creation code nicely supports transparent windows so that users do not need to use GLFW 3.3 for native transparency, which remains unstable and unreleased. * Added a `--backend` (or `-b`) flag that can be used to manually select window creation backends. * Fixed alpha blending with `"native"` transparency. GLava now correctly uses premultiplied alpha to provide alpha blending with other X windows, where a compositor is available. * Fixed a segmentation fault that occurs with uncommon window managers, see #19