Releases: mzuther/MoccaFaux
Improve status information on command line
v1.4.1: maintenance release
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
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
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
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
-
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
This is the initial release of MoccaFaux.
Enjoy! 😄