Skip to content

Releases: itz-me-zappex/flux

flux v1.18.2

10 Jan 21:41
Compare
Choose a tag to compare

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

10 Jan 00:56
Compare
Choose a tag to compare

Release notes:

  • Now daemon can print messages related to unsetting limits when receives SIGINT or SIGTERM 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

09 Jan 22:42
Compare
Choose a tag to compare

Release notes:

  • Added minimize config key.
  • Minor fixes and improvements.

flux v1.17

09 Jan 01:51
Compare
Choose a tag to compare

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

05 Jan 00:52
Compare
Choose a tag to compare

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

21 Dec 14:22
Compare
Choose a tag to compare

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 receives SIGINT/SIGTERM signal.

flux v1.15

15 Dec 17:47
Compare
Choose a tag to compare

Release notes:

  • Now daemon passes environment variables with info about window/process to lazy-exec-focus/exec-focus and lazy-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

14 Dec 14:44
Compare
Choose a tag to compare

Release notes:

  • Now daemon should be built using build.sh script to make a single flux 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

13 Dec 22:40
Compare
Choose a tag to compare

Release notes:

  • Fixed issue that prevents value of exported from daemon variables ($FLUX_*) from being shown when executing commands from exec-focus, exec-unfocus, lazy-exec-focus and lazy-exec-unfocus config keys.

flux v1.14.4

13 Dec 21:16
Compare
Choose a tag to compare

Release notes:

  • Reworked message() function to fix output breakage when text with backslash escapes appears (in config file line, in command-line options etc.).