From b4496265ecf78495de3ad40b1eabeb6aa0f2a64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20S=C3=A1lyi?= Date: Thu, 31 Aug 2023 18:10:40 +0200 Subject: [PATCH] Prepare release 0.1.4 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6e4cd..9be1ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.4 - 2023-08-31 +- Allocate/release graphics memory per output when the output is connected/disconnected. This may help with [#2](https://github.com/gergo-salyi/multibg-sway/issues/1) +- Log graphics memory use (our wayland shared memory pool sizes) +- Minor fix to avoid a logged error on redrawing backgrounds already being drawn +- Update dependencies + ## 0.1.3 - 2023-05-05 - Update dependencies, including fast_image_resize which fixed a major bug diff --git a/Cargo.lock b/Cargo.lock index 0382ccd..2b6f778 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -586,7 +586,7 @@ dependencies = [ [[package]] name = "multibg-sway" -version = "0.1.3" +version = "0.1.4" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 9591b2a..afebbcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multibg-sway" -version = "0.1.3" +version = "0.1.4" authors = ["Gergő Sályi "] edition = "2021" description = "Set a different wallpaper for the background of each Sway workspace"