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.7.2

01 Dec 21:55
Compare
Choose a tag to compare

Changelogs

  • Updated man pages
  • See Full Changelog

Issues

#49
#41
#46

Sponsors

Huge thank you to these people for supporting the project!

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

You can get this release using any of these methods:

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.2";
        buildInputs = [
          pcre2
        ]
        ++
          oldAttrs.buildInputs;
        src = pkgs.fetchFromGitHub {
          owner = "allusive-dev";
          repo = "compfy";
          rev = version;
          hash = "sha256-7hvzwLEG5OpJzsrYa2AaIW8X0CPyOnTLxz+rgWteNYY=";
        };
        postInstall = '''';
      }))

Full Changelog: 1.7.1...1.7.2

1.7.1

17 Nov 21:24
Compare
Choose a tag to compare

Changelogs

  • Removed test subprojects and links.
  • Deprecated modularize and sanitize options.
  • 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.1";
        buildInputs = [
          pcre2
        ]
        ++
          oldAttrs.buildInputs;
        src = pkgs.fetchFromGitHub {
          owner = "allusive-dev";
          repo = "compfy";
          rev = version;
          hash = "sha256-FaGPT7qbMSpbpnWR82h7FgyAbz1isIJYl/z9rwpM1Tw=";
        };
        postInstall = '''';
      }))

Full Changelog: 1.7.0...1.7.1

1.7.0

17 Nov 01:32
Compare
Choose a tag to compare

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

1.6.6

16 Nov 08:42
Compare
Choose a tag to compare

Changelogs

  • Changed meson.build
  • 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.6.6";
        buildInputs = [
          pcre2
        ]
        ++
          oldAttrs.buildInputs;
        src = pkgs.fetchFromGitHub {
          owner = "allusive-dev";
          repo = "compfy";
          rev = version;
          hash = "sha256-gE2iDlNgShuby3kZ+POFg9YshVTDoP0GhEvzc5Q0KEg=";
        };
        postInstall = '''';
      }))

Full Changelog: 1.6.5...1.6.6

1.6.5

16 Nov 00:42
Compare
Choose a tag to compare

Changelogs

  • GLX errors will now print except for specific unnecessary ones.
  • 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) (And the first ever 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.6.5";
        buildInputs = [
          pcre2
        ]
        ++
          oldAttrs.buildInputs;
        src = pkgs.fetchFromGitHub {
          owner = "allusive-dev";
          repo = "compfy";
          rev = version;
          hash = "sha256-MyWhxQaviq1ody7a7AR2cAATVr7yTI2Uo7hGpePcQiM=";
        };
        postInstall = '''';
      }))

Full Changelog: 1.6.4...1.6.5

1.6.4

16 Nov 00:04
Compare
Choose a tag to compare

Changelogs

  • Add media directory
  • Install icons
  • Update desktop files
  • See Full Changelog

Issues

A few apps randomly turn black sometimes.

#40

You can get this release using any of these methods:

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.6.4";
        buildInputs = [
          pcre2
        ]
        ++
          oldAttrs.buildInputs;
        src = pkgs.fetchFromGitHub {
          owner = "allusive-dev";
          repo = "compfy";
          rev = version;
          hash = "sha256-bhA0U5zuE5M5R42SLfHI6+YkpixR4glMo7Ymu1bqdRE=";
        };
        postInstall = '''';
      }))

Full Changelog: 1.6.3...1.6.4

1.6.3

15 Nov 22:16
Compare
Choose a tag to compare

Changelogs

  • Fix build errors and update version nuber
  • See Full Changelog

Issues

A few apps randomly turn black sometimes.

#40

You can get this release using any of these methods:

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.6.3";
        buildInputs = [
          pcre2
        ]
        ++
          oldAttrs.buildInputs;
        src = pkgs.fetchFromGitHub {
          owner = "allusive-dev";
          repo = "compfy";
          rev = version;
          hash = "sha256-efGvnu86WX7q6NmNMSFiF1yqw0n48hyf2UTRPxtiWq0=";
        };
        postInstall = '''';
      }))

Full Changelog: 1.6.2...1.6.3

1.6.2

15 Nov 21:56
Compare
Choose a tag to compare

Changelogs

  • Hide more GL Errors to avoid user confusion
  • See Full Changelog

Issues

A few apps randomly turn black sometimes.

#40

Nothing Here!

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 compfy

or

yay -S compfy

NixOS Stable (in either of the positions shown above)

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

Full Changelog: 1.6.1...1.6.2

1.6.1

15 Nov 21:47
Compare
Choose a tag to compare

Changelogs

  • Hide GL Errors to avoid user confusion
  • Update modularization function.
  • See Full Changelog

Issues

A few apps randomly turn black sometimes.

#40

Nothing Here!

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 compfy

or

yay -S compfy

NixOS Stable (in either of the positions shown above)

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

What's Changed

New Contributors

Full Changelog: 1.6.0...1.6.1

1.6.0 - COMPFY UPDATE

15 Nov 04:15
Compare
Choose a tag to compare

Changelogs

  • Moved all changes from compfy branch to main.
  • See Full Changelog

Issues

Nothing Here!

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 compfy

or

yay -S compfy

NixOS Stable (in either of the positions shown above)

      (picom.overrideAttrs (oldAttrs: rec {
        pname = "compfy";
        version = "1.6.0";
        buildInputs = [
          pcre2
        ]
        ++
          oldAttrs.buildInputs;
        src = pkgs.fetchFromGitHub {
          owner = "allusive-dev";
          repo = "compfy";
          rev = version;
          hash = "sha256-IbU1nuDp6ddS3I6rHDXfR/zbfk8WUNPZd7TYnOa2/2o=";
        };
        postInstall = '''';
      }))

Full Changelog: 1.5.0...1.6.0