Skip to content

Version 0.8.0

Compare
Choose a tag to compare
@jhuckaby jhuckaby released this 14 Feb 04:09
· 237 commits to master since this release

One big new feature this time, and a few small fixes:

  • New Event Queue
    • Optionally enable queuing support per event, and set the maximum queue limit.
    • Jobs are queued when they cannot run immediately, due to concurrency or other settings.
    • Queued events and counts are displayed on the Home tab, and are accessible via API.
    • The queue is robust and durable, and survives server restarts and crashes.
  • Better dialog keyboard shortcuts (i.e. ESC and enter keys)
  • Misc UI tweaks