Skip to content

Releases: itz-me-zappex/flux

flux v1.4.2

29 Sep 19:16
a91d8d5
Compare
Choose a tag to compare
  • Still fixing bugs related to variable renaming in v1.3.5, fuck it. Also unset found variable on 655th line.

flux v1.4.1

29 Sep 18:57
784d130
Compare
Choose a tag to compare
  • Fixed a bug when garbage collection algorithm triggers on --hot.

flux v1.4

29 Sep 18:36
f0756d2
Compare
Choose a tag to compare
  • 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 to cpu-limit.
  • Small fixes and improvements.

flux v1.3.6

29 Sep 13:46
10cbf58
Compare
Choose a tag to compare
  • Fixed variable name on 819th line which prevented focus commands from running.

flux v1.3.5

28 Sep 17:20
dc28651
Compare
Choose a tag to compare
  • Some variables have been renamed to make it easier to understand their purpose.

flux v1.3.4

28 Sep 16:16
af47243
Compare
Choose a tag to compare
  • Small fixes and improvements.

flux v1.3.3

28 Sep 15:31
b9f7d5f
Compare
Choose a tag to compare
  • Removed useless cat when reading /proc/<PID>/cmdline replacing \0 with via tr.
  • 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

28 Sep 11:49
e38b1b6
Compare
Choose a tag to compare
  • Added check for MangoHud config file existence when applying FPS-limits.

flux v1.3.1

28 Sep 11:30
1e875e2
Compare
Choose a tag to compare
  • Added checking for process existence on SIGTERM/SIGINT signals.
  • Added error message in case xwininfo fails to grab cursor.

flux v1.3

27 Sep 19:38
5295287
Compare
Choose a tag to compare
  • Removed useless logic and pieces of code.
  • Using sleep binary instead of read -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.