Releases: allusive-dev/compfy
1.7.2
Changelogs
- Updated man pages
- See Full Changelog
Issues
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
Changelogs
- Removed test subprojects and links.
- Deprecated
modularize
andsanitize
options. - See Full Changelog
Issues
A few apps randomly turn black sometimes.
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
Changelogs
- Added
--check-for-updates
(See README.md) - See Full Changelog
Issues
A few apps randomly turn black sometimes.
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
Changelogs
- Changed meson.build
- See Full Changelog
Issues
A few apps randomly turn black sometimes.
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
Changelogs
- GLX errors will now print except for specific unnecessary ones.
- See Full Changelog
Issues
A few apps randomly turn black sometimes.
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
Changelogs
- Add media directory
- Install icons
- Update desktop files
- See Full Changelog
Issues
A few apps randomly turn black sometimes.
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
Changelogs
- Fix build errors and update version nuber
- See Full Changelog
Issues
A few apps randomly turn black sometimes.
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
Changelogs
- Hide more GL Errors to avoid user confusion
- See Full Changelog
Issues
A few apps randomly turn black sometimes.
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
Changelogs
- Hide GL Errors to avoid user confusion
- Update modularization function.
- See Full Changelog
Issues
A few apps randomly turn black sometimes.
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
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