From 1311171320226f68d91190fecad481c3353a31c655fa4dc75af15ecbe5bc04d9 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 23 Jun 2020 09:41:19 +0000 Subject: [PATCH] - Update to 1.7.12: * scale and crop to triple display width / height; * split vertical images vertically (is_horizontal = width >= height); * detect which screen Azote window is displayed on; the screen dimensions will be used as the base of the Scale and crop to double/triple screen width/height option. This may be useful if you use multiple-headed setup with various screen resolutions. * added some error handling on colour definitions missing from the allacritty.yml file. OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/azote?expand=0&rev=10 --- azote-1.7.11.tar.gz | 3 --- azote-1.7.12.tar.gz | 3 +++ azote.changes | 13 +++++++++++++ azote.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 azote-1.7.11.tar.gz create mode 100644 azote-1.7.12.tar.gz diff --git a/azote-1.7.11.tar.gz b/azote-1.7.11.tar.gz deleted file mode 100644 index 3ec56bc..0000000 --- a/azote-1.7.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8f0a63c3dacf1cb5b7c4b0b23a4f9190fc3c94c499a98f4f0827cace4b855b5 -size 610852 diff --git a/azote-1.7.12.tar.gz b/azote-1.7.12.tar.gz new file mode 100644 index 0000000..9006fdb --- /dev/null +++ b/azote-1.7.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d56784decf19b4e1a30943e054fd95f5044f7d471a65cecfef885ac8ef917e +size 611836 diff --git a/azote.changes b/azote.changes index 45885f1..dafa27d 100644 --- a/azote.changes +++ b/azote.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jun 23 09:40:06 UTC 2020 - Michael Vetter + +- Update to 1.7.12: + * scale and crop to triple display width / height; + * split vertical images vertically (is_horizontal = width >= height); + * detect which screen Azote window is displayed on; the screen + dimensions will be used as the base of the Scale and crop to + double/triple screen width/height option. This may be useful + if you use multiple-headed setup with various screen resolutions. + * added some error handling on colour definitions missing from + the allacritty.yml file. + ------------------------------------------------------------------- Wed Jun 3 04:44:59 UTC 2020 - Michael Vetter diff --git a/azote.spec b/azote.spec index 45d8539..e165212 100644 --- a/azote.spec +++ b/azote.spec @@ -18,7 +18,7 @@ %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: azote -Version: 1.7.11 +Version: 1.7.12 Release: 0 Summary: Wallpaper manager for Sway, i3 and some other WMs License: GPL-3.0-only