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

1.7.0

Compare
Choose a tag to compare
@allusive-dev allusive-dev released this 17 Nov 01:32
· 21 commits to main since this release

Changelogs

  • Added --check-for-updates (See README.md)
  • See Full Changelog

Issues

A few apps randomly turn black sometimes.

#40

You can get this release using any of these methods:

Sponsors

@SolninjaA ($5 One Time) (The First Ever Sponsor!)
@maclightning2 ($3 A Month) (First Ever Monthly Sponsor)

Building Manually

$ meson setup . build
$ ninja -C build
$ ninja -C build install

Arch Linux or other Arch derivatives

paru -S compfy

or

yay -S compfy

NixOS Stable (in either of the positions shown above)

      (picom.overrideAttrs (oldAttrs: rec {
        pname = "compfy";
        version = "1.7.0";
        buildInputs = [
          pcre2
        ]
        ++
          oldAttrs.buildInputs;
        src = pkgs.fetchFromGitHub {
          owner = "allusive-dev";
          repo = "compfy";
          rev = version;
          hash = "sha256-tuM+nT2dp3L5QIMZcO/W6tmDLSDt1IQposzrS5NzYpw=";
        };
        postInstall = '''';
      }))

Full Changelog: 1.6.6...1.7.0