Skip to content

Releases: jhuckaby/Cronicle

Version 0.9.11

29 Aug 02:56
Compare
Choose a tag to compare
  • Fixed security issue where websockets auth'ed with user sessions could run admin commands. Thanks to @mikeTWC1984 for catching this.
  • Reference: #523 (comment)

Version 0.9.10

23 Aug 05:37
Compare
Choose a tag to compare
  • Fixed bug where rogue JSON from Plugin could overwrite sensitive job data.

    • This is specifically to fix a case where a Plugin emitted a JSON document containing an id property. This property overwrote the internal Job ID and Cronicle became extremely confused, and could not view or abort the job.
  • Fixed #516 (no custom html output when stderr used) -- thank you @dheise-rheinenergie-trading-com

  • README: Added blurb about JSON output and complete flag.

  • README: Removed old notice at top of README.

Version 0.9.9

29 Jul 05:20
Compare
Choose a tag to compare

Version 0.9.8

27 Jul 04:27
Compare
Choose a tag to compare

Version 0.9.7

05 May 04:40
Compare
Choose a tag to compare
  • New Feature: Schedule page now shows "Last Run" result for each event (success or fail).
    • Saved in state database, survives restarts.
    • Updated in real-time.
    • Click on last run bubbles to jump to latest job detail.
    • Filter events based on last run status.
    • Huge thanks to user @dheise-rheinenergie-trading-com for this feature idea!
  • Misc: Removed redundant call to npm install.
  • Misc: If no packages were found to restore, don't call npm install a second time.

Screen Shot 2022-05-04 at 9 35 09 PM

Version 0.9.6

28 Apr 05:56
Compare
Choose a tag to compare
  • Bumped moment to v2.29.2 for vuln patch
  • GHSA-8hfj-j24r-96c4
  • Bumped moment-timezone to v0.5.34 for latest TZ data.

Version 0.9.5

28 Apr 05:49
Compare
Choose a tag to compare

Version 0.9.4

28 Apr 04:39
Compare
Choose a tag to compare
  • Bug fix: Event List: Redraw breaks menus and search box
  • Added note about Couchbase Client API v2

Version 0.9.3

07 Apr 04:35
Compare
Choose a tag to compare
  • Bumped pixl-request to v2.0.1
  • Fixes #486 (thanks user @Musarrath!)
  • Fixed bug in unit tests with queue collision.
    • If running unit tests on a server which may have detached jobs running, the queue directories may collide and cause race conditions.
    • This fix uses a separate, dedicated queue dir for the unit tests.

Version 0.9.2

17 Dec 06:13
Compare
Choose a tag to compare
  • Updated copyright year in various places.