Releases: itz-me-zappex/flux
Releases · itz-me-zappex/flux
flux v1.18.2
Release notes:
- Fixed a bug which causes window minimization when trying switch game/app to windowed/borderless/fullscreen mode.
- Now daemon prints username of process owner instead of UID.
- Minor fixes and improvements.
flux v1.18.1
Release notes:
- Now daemon can print messages related to unsetting limits when receives
SIGINT
orSIGTERM
signal. - Rewritten module which responsible for unsetting limits on daemon termination, removed old dependencies (arrays with PIDs of limited processes, loops used to refresh arrays and local variables in some modules).
- Minor fixes and improvements.
flux v1.18
Release notes:
- Added
minimize
config key. - Minor fixes and improvements.
flux v1.17
Release notes:
- Added boolean
idle
config key. - Fixed a bug that makes daemon create new line before
fps_limit = <value>
if MangoHud config file appears blank. - Fixed a bug that prevents daemon run as root saying that X11 session is invalid.
- Minor fixes and improvements.
flux v1.16
Release notes:
- Added support for list of comma-separated integers in
fps-focus
config key. - Added support for usernames (login) in
owner
config key. - Fixed a bug that prevents key name from showing in error message related to MangoHud config absence.
- Minor fixes and improvements.
flux v1.15.1
Release note:
- Now daemon executes command from
lazy-exec-unfocus
config key if focused window matches with section and if command is specified there when receivesSIGINT
/SIGTERM
signal.
flux v1.15
Release notes:
- Now daemon passes environment variables with info about window/process to
lazy-exec-focus
/exec-focus
andlazy-exec-unfocus
/exec-unfocus
config keys in different ways, in focus related keys$FLUX_*
means focused window and$FLUX_PREV_*
previous one, when in unfocus related$FLUX_*
means unfocused window and$FLUX_NEW_*
focused one. More in README.md.
flux v1.14.6
Release notes:
- Now daemon should be built using
build.sh
script to make a singleflux
executable from source code. Merging all code before installation allows simplify installation, split code into modules properly instead of reserving needed functions in main code and speed up daemon startup.
flux v1.14.5
Release notes:
- Fixed issue that prevents value of exported from daemon variables (
$FLUX_*
) from being shown when executing commands fromexec-focus
,exec-unfocus
,lazy-exec-focus
andlazy-exec-unfocus
config keys.
flux v1.14.4
Release notes:
- Reworked
message()
function to fix output breakage when text with backslash escapes appears (in config file line, in command-line options etc.).