Skip to content

Releases: mzuther/MoccaFaux

Improve status information on command line

11 Sep 19:30
980ad2d
Compare
Choose a tag to compare

Added

  • show idle tasks on stdout

  • show changed idle watches on stdout

Changed

  • add applications to sample configuration

  • update dependencies

  • update documentation

v1.4.1: maintenance release

12 Jan 15:34
3a60154
Compare
Choose a tag to compare

Changed

  • add applications and new section to sample configuration

Fixed

  • detect remote SSH logins correctly (new version of sshd)

v1.4.0 Add tray bar icon

15 Aug 19:45
c7ae84e
Compare
Choose a tag to compare

Added

  • add tray bar icon that changes according to state of tasks (green
    if at least one task is idle, red-yellow-green if all tasks are
    idle); please note that Java currently reports the wrong icon size
    for i3bar

  • show current task states in tray bar menu

  • allow users to disable tray bar icon

  • check status of watches in parallel threads

  • clean up when application ends

Changed

  • breaking changes (please see README):

    • rename task states to improve code readability

    • read settings from EDN file

    • change section "scheduler" in configuration file to "settings"

  • correctly licence files

  • update documentation

v1.3.1 Add unit tests and fix runtime error

27 Jul 12:49
7885db3
Compare
Choose a tag to compare

Added

  • complete unit tests

Changed

  • extract functionality to "poll-task-states" to improve unit test
    coverage

Fixed

  • fix calling "shell-exec" with empty command

  • fix wrong order of arguments when calling "poll-task-states"

v1.2.0 Several small improvements

13 Jul 11:26
a37bd41
Compare
Choose a tag to compare

Added

  • add command line help and version display

  • add Leiningen debug profile

  • add a first unit test

Changed

  • improve console logging

  • return process object from "shell-exec"

  • place guards around IO operations

  • re-factor code

Fixed

  • fix reflection warning

v1.1.0 Unlimited user-defined tasks

23 Jun 18:40
07b6524
Compare
Choose a tag to compare
  • let users define tasks and do not limit the number of tasks

  • add complete documentation

  • display an error message if the settings file cannot be opened or is
    broken

  • completely change the structure of the settings file

  • do not skip the first state update when MoccaFaux is started

  • drop the default settings

  • rename the sample settings file

  • kill the scheduler and end MoccaFaux if an exception is thrown

v1.0.0 Initial release

20 Jun 21:25
65017ce
Compare
Choose a tag to compare

This is the initial release of MoccaFaux.

Enjoy! 😄