Releases: itz-me-zappex/flux
Releases · itz-me-zappex/flux
flux v1.4.2
- Still fixing bugs related to variable renaming in
v1.3.5
, fuck it. Also unsetfound
variable on 655th line.
flux v1.4.1
- Fixed a bug when garbage collection algorithm triggers on
--hot
.
flux v1.4
- Fixed variables names on 40-41th lines which required to prevent ID of focused window from showing when
--hot
is specified. - Added caching algorithm to avoid obtaining process info every time window becomes focused, required to reduce CPU-usage and speed up code. Garbage collection algorithm included.
- Renamed key from
cpulimit
tocpu-limit
. - Small fixes and improvements.
flux v1.3.6
- Fixed variable name on 819th line which prevented focus commands from running.
flux v1.3.5
- Some variables have been renamed to make it easier to understand their purpose.
flux v1.3.4
- Small fixes and improvements.
flux v1.3.3
- Removed useless
cat
when reading/proc/<PID>/cmdline
replacing\0
withtr
. - Now event reading restarts after dying of
xprop
instead of exit. - Added single quotes to values in some variables just to improve code style.
flux v1.3.2
- Added check for MangoHud config file existence when applying FPS-limits.
flux v1.3.1
- Added checking for process existence on SIGTERM/SIGINT signals.
- Added error message in case
xwininfo
fails to grab cursor.
flux v1.3
- Removed useless logic and pieces of code.
- Using
sleep
binary instead ofread -t
method since it caused few issues. - Added support for FPS-limits using MangoHud.
- Now daemon ignores much more bad events than previous versions.
- Other small fixes and improvements.