Releases: jhuckaby/Cronicle
Releases · jhuckaby/Cronicle
Version 0.9.76
Version 0.9.75
- Bump pixl-server to 1.0.45 for log filtering feature.
- Set debug_level to 9 for debug mode.
- Drop default debug_level to 5.
- Add CHANGELOG
Version 0.9.74
- Prevent non-admins from seeing any Admin UI. Fixes #869.
- Insure NPM is preinstalled in install script. Add to docs too.
Version 0.9.73
- Bump pixl-mail to v1.1.3 for nodemailer v6.10.0, for fixing a DeprecationWarning
Version 0.9.72
- Resurrected live log links feature, now with auth.
- Add
max_clock_drift
config prop (default 10).
Version 0.9.71
- The Job Log API is now protected with a special SHA-256 cryptographic token, which is unique for every job.
- The Job Log Download URLs have been removed from all outgoing emails to reduce accidental sharing.
- Users can still view and download job logs by going to the Job Details Page (authenticated), and then clicking the links from there (which have the SHA-256 tokens embedded in them).
- Fixes #847
Version 0.9.69
- Bump pixl-server-user to v1.0.25 for new
self_delete
config property. - Fixes #845
Version 0.9.68
- Bump pixl-server-web to v2.0.7 for automatic reloading of SSL certs if they change on disk.
- Fixes #843
Version 0.9.67
- Added custom job labels.
- Change verbiage re: Node LTS versions.
Version 0.9.66
- Switched
control.sh
script over to using bash instead of sh. - Added check for nvm to work during boot, when node is not installed in the usual location.
- Fixes #780