Skip to content

Releases: nwg-piotr/azote

Azote 1.16.0

29 Apr 01:31

Choose a tag to compare

Added support for HEIF/HEIC & AVIF formats.

New (optional) dependencies:

  • python-pillow-heif-plugin: for HEIF support in Pillow
  • python-pillow-avif-plugin: for AVIF support in Pillow, also needed for HEIF support

@Antiz96 - would it be possible to promote python-pillow-avif-plugin from [AUR] to [EXTRA]?

Azote 1.15.1

27 Apr 13:39

Choose a tag to compare

  • Fixed regression introduced in #213, that caused crashing on sway.

Azote 1.15.0

01 Apr 23:37

Choose a tag to compare

  • Support for JPEG XL images added to Pillow through pillow-jxl-plugin #214 by @Conan-Kudo;
  • added support for using miraclemsg when miracle-wm is detected #213 by @Conan-Kudo.

@Antiz96 - could you by any chance promote python-pillow-jpegxl-plugin from AUR to Arch [Extra]? This is our new optional dependency.

Azote 1.14.2

25 Mar 00:15

Choose a tag to compare

  • Added Czech lang file; #210 by @zen0bit;
  • added Turkish lang file; #211 by ufuayk.

Azote 1.14.1

29 Dec 14:24

Choose a tag to compare

  • Added support for libayatana-appindicator3; #206 by @mati75.

Azote 1.14.0

02 Dec 23:21

Choose a tag to compare

Azote 1.13.1

25 Sep 00:41
6086ea5

Choose a tag to compare

Fixed path to the helper image used when creating a thumbnail for images with non-standard aspect ratios. Closes #197.

Azote 1.13.0

22 Aug 00:26

Choose a tag to compare

  • fixed SyntaxWarning for invalid escape sequence in main.py #193 by @lf-hernandez;
  • adjustment to the current imagemagick version (convert -> magick);
  • workaround for Hyprland 0.42.0 oddity:

If you use generic display names instead of output names, and your display has the serial value empty, Hyprland for some reason expects a space at the end of the output description (called 'Generic display name' in Azote).

Azote 1.12.9

28 May 00:04

Choose a tag to compare

Hot fix for broken images path.

Azote 1.12.8

27 May 23:42

Choose a tag to compare

  • this should hopefully fix #189