Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Releases: allusive-dev/compfy

1.1.0

31 Oct 03:24
Compare
Choose a tag to compare

Changelogs

  • This update should have resolved the frequent crashes and window freezing. Relates to #12
  • See Full Changelog for more info.

Issues

AwesomeWM graphical rendering errors on some rounded window corners.

You can get this release using any of these methods:

Building Manually

$ meson setup --buildtype=release . build
$ ninja -C build
$ ninja -C build install

Arch Linux or other Arch derivatives

paru -S picom-allusive

or

yay -S picom-allusive

NixOS Stable (in either of the positions shown above)

      (picom.overrideAttrs (oldAttrs: rec {
        pname = "picom-allusive";
        version = "1.1.0";
        src = pkgs.fetchFromGitHub {
          owner = "allusive-dev";
          repo = "picom-allusive";
          rev = version;
          hash = "sha256-8C4Bxz4tw9SUiYz7m04CvZ8H9AtvS5cj3fF/XBzaa9Q=";
        };
        postInstall =
          ''
            chmod +x $out/bin/picom-trans
          ''
          + oldAttrs.postInstall;
      }))

Full Changelog: 1.0.4...1.1.0

1.0.4

30 Oct 23:41
Compare
Choose a tag to compare

Changelogs

  • This update will attempt to fix transient windows crashing picom.
  • See Full Changelog for more info.

Issues

Some strange random graphical glitches. (Transient windows not unmapping correctly)

You can get this release using any of these methods:

Building Manually

$ meson setup --buildtype=release . build
$ ninja -C build
$ ninja -C build install

Arch Linux or other Arch derivatives

paru -S picom-allusive

or

yay -S picom-allusive

NixOS Stable (in either of the positions shown above)

      (picom.overrideAttrs (oldAttrs: rec {
        pname = "picom-allusive";
        version = "1.0.4";
        src = pkgs.fetchFromGitHub {
          owner = "allusive-dev";
          repo = "picom-allusive";
          rev = version;
          hash = "sha256-prMX+v5jDY8BfdhKKNgrqZeV3alfAlxAaHGdCRcqkas=";
        };
        postInstall =
          ''
            chmod +x $out/bin/picom-trans
          ''
          + oldAttrs.postInstall;
      }))

Full Changelog: 1.0.3...1.0.4

1.0.3

30 Oct 10:30
Compare
Choose a tag to compare

Changelogs

  • This update should hopefully fix the issue outlined below. (And the one i just created in 1.0.1 and 1.0.2)
  • See release notes for more info.

Issues

Picom seems to be crashing after around 10 minutes.

Some strange random graphical glitches. (Windows not unmapping correctly)

You can get this release using any of these methods:

Building Manually

$ meson setup --buildtype=release . build
$ ninja -C build
$ ninja -C build install

Arch Linux or other Arch derivatives

paru -S picom-allusive

or

yay -S picom-allusive

NixOS Stable (in either of the positions shown above)

      (picom.overrideAttrs (oldAttrs: rec {
        pname = "picom-allusive";
        version = "1.0.3";
        src = pkgs.fetchFromGitHub {
          owner = "allusive-dev";
          repo = "picom-allusive";
          rev = version;
          hash = "sha256-v3QDKXYOEpr74R//3a8MSL1YAlqRaoQtGNoIxuGJ3+w=";
        };
        postInstall =
          ''
            chmod +x $out/bin/picom-trans
          ''
          + oldAttrs.postInstall;
      }))

Full Changelog: 1.0.2...1.0.3

1.0.2

30 Oct 10:25
Compare
Choose a tag to compare

Changelogs

  • This update should hopefully fix the issue outlined below. (And the one i just created in 1.0.1)
  • See release notes for more info.

Issues

Picom seems to be crashing after around 10 minutes.

Some strange random graphical glitches. (Windows not unmapping correctly)

You can get this release using any of these methods:

Building Manually

$ meson setup --buildtype=release . build
$ ninja -C build
$ ninja -C build install

Arch Linux or other Arch derivatives

paru -S picom-allusive

or

yay -S picom-allusive

NixOS Stable (in either of the positions shown above)

      (picom.overrideAttrs (oldAttrs: rec {
        pname = "picom-allusive";
        version = "1.0.2";
        src = pkgs.fetchFromGitHub {
          owner = "allusive-dev";
          repo = "picom-allusive";
          rev = version;
          hash = "";
        };
        postInstall =
          ''
            chmod +x $out/bin/picom-trans
          ''
          + oldAttrs.postInstall;
      }))

Full Changelog: 1.0.1...1.0.2

1.0.1

30 Oct 10:18
Compare
Choose a tag to compare

Changelogs

  • This update should hopefully fix the issue outlined below.
  • See release notes for more info.

Issues

Picom seems to be crashing after around 10 minutes.

Some strange random graphical glitches. (Windows not unmapping correctly)

You can get this release using any of these methods:

Building Manually

$ meson setup --buildtype=release . build
$ ninja -C build
$ ninja -C build install

Arch Linux or other Arch derivatives

paru -S picom-allusive

or

yay -S picom-allusive

NixOS Stable (in either of the positions shown above)

      (picom.overrideAttrs (oldAttrs: rec {
        pname = "picom-allusive";
        version = "1.0.1";
        src = pkgs.fetchFromGitHub {
          owner = "allusive-dev";
          repo = "picom-allusive";
          rev = version;
          hash = "sha256-S2ED5md3tOiab+yOH+MzFHi720HzD8/7oMaFA4Iw86s=";
        };
        postInstall =
          ''
            chmod +x $out/bin/picom-trans
          ''
          + oldAttrs.postInstall;
      }))

Full Changelog: 1.0.0...1.0.1

RELEASE 1.0.0

30 Oct 04:15
Compare
Choose a tag to compare

Changelogs

  • Its finally here. Version 1.0 updated with all features from yshui/picom-v10.2
  • See release notes for more info.

Issues

None for this release yet.

You can get this release using any of these methods:

Building Manually

$ meson setup --buildtype=release . build
$ ninja -C build
$ ninja -C build install

Arch Linux or other Arch derivatives

paru -S picom-allusive

or

yay -S picom-allusive

NixOS Stable (in either of the positions shown above)

      (picom.overrideAttrs (oldAttrs: rec {
        pname = "picom-allusive";
        version = "1.0.0";
        src = pkgs.fetchFromGitHub {
          owner = "allusive-dev";
          repo = "picom-allusive";
          rev = version;
          hash = "sha256-RLuVREIeRYrmMwKRRniP1KmdgghW9fWXdGXOYCLTtvA=";
        };
        postInstall =
          ''
            chmod +x $out/bin/picom-trans
          ''
          + oldAttrs.postInstall;
      }))

Full Changelog: 0.3.2...1.0.0

0.3.2

13 Oct 06:12
Compare
Choose a tag to compare

Changelogs

  • ROUNDED CORNER RULES ARE HERE WOOP WOOP

Issues

dwm does not render workspace switch animations.

Currently qtile and bspwm are for unknown reasons experiencing graphical glitches.

If you are using either of these WM's and are not experiencing graphical glitches please join issue #3 and submit your bspwm or qtile configuration/system specs/and or other useful information.

You can get this release using any of these methods:

Building Manually

$ meson setup --buildtype=release . build
$ ninja -C build
$ ninja -C build install

Arch Linux or other Arch derivatives

paru -S picom-allusive

or

yay -S picom-allusive

For NixOS Unstable

environment.systemPackages = [ pkgs.picom-allusive ];

or for home-manager

home.packages = [ pkgs.picom-allusive ];

NixOS Stable (in either of the positions shown above)

      (picom.overrideAttrs (oldAttrs: rec {
        pname = "picom-allusive";
        version = "0.3.2";
        src = pkgs.fetchFromGitHub {
          owner = "allusive-dev";
          repo = "picom-allusive";
          rev = version;
          hash = "sha256-1zWntz2QKp/O9ZuOUZy9NkCNXFsBqRRvcd0SAr+7G/o=";
        };
        postInstall =
          ''
            chmod +x $out/bin/picom-trans
          ''
          + oldAttrs.postInstall;
      }))

Full Changelog: 0.3.1...0.3.2

v0.3.1-1

29 Sep 04:08
Compare
Choose a tag to compare

Changelogs

  • Fiddled with picom-trans. No major or important changes.

Issues

dwm does not render workspace switch animations.

Currently qtile and bspwm are for unknown reasons experiencing graphical glitches.

If you are using either of these WM's and are not experiencing graphical glitches please join issue #3 and submit your bspwm or qtile configuration/system specs/and or other useful information.

You can get this release using any of these methods:

Building Manually

$ meson setup --buildtype=release . build
$ ninja -C build
$ ninja -C build install

Arch Linux or other Arch derivatives

paru -S picom-allusive

or

yay -S picom-allusive

Full Changelog: release...0.3

Full Changelog: 0.2.2...0.3.1

v0.3-1

28 Sep 00:25
Compare
Choose a tag to compare

Changelogs

  • Added animation-open-exclude and animation-unmap-exclude rule sets.

Issues

Currently qtile and bspwm are for unknown reasons experiencing graphical glitches.

If you are using either of these WM's and are not experiencing graphical glitches please join issue #3 and submit your bspwm or qtile configuration/system specs/and or other useful information.

You can get this release using any of these methods:

Building Manually

$ meson setup --buildtype=release . build
$ ninja -C build
$ ninja -C build install

Arch Linux or other Arch derivatives

paru -S picom-allusive

or

yay -S picom-allusive

Full Changelog: release...0.3

v0.2.2-4

22 Sep 22:44
Compare
Choose a tag to compare

Changelogs FROM v0.1

  • Updated README
  • Optimized meson.build
  • Fixed man pages and removed asciidoc dependancy
  • Updated sample configuration.
  • Removed compton and related bloat.

Issues

Currently qtile and bspwm are for unknown reasons experiencing graphical glitches.

If you are using either of these WM's and are not experiencing graphical glitches please join issue #3 and submit your bspwm or qtile configuration/system specs/and or other useful information.

You can get this release using any of these methods:

Building Manually

$ meson setup --buildtype=release . build
$ ninja -C build
$ ninja -C build install

Arch Linux or other Arch derivatives

paru -S picom-allusive

or

yay -S picom-allusive

For those on Crystal Linux

ame -S picom-allusive