Releases: jhuckaby/Cronicle
Releases · jhuckaby/Cronicle
Version 0.9.21
- Support for Discord Web Hooks, added
content
property into web hook text props.- Thanks to @mikeTWC1984 for this fix!
- Updated copyright year.
Version 0.9.20
- Now validating timezone on create_event, update_event, run_event and update_job APIs
- Fixes #571
Version 0.9.19
- Bumped pixl-logger to v2.0.2
- Bumped pixl-webapp to v2.0.2
Version 0.9.18
- Add new
tz
configuration property in theclient
object. This will override the auto-detected TZ in all users browsers. - Fixes #565.... maybe
Version 0.9.17
- Bump
socket.io
to v4.5.4 to fix vulns.- Bump
engine.io
in order to fix CVE-2022-41940 - Bump
socket.io-parser
in order to fix CVE-2022-2421
- Bump
- Bump
pixl-server-web
to v1.3.15 to fix vulns in formidable.- Bump
formidable
to v2.1.1 to fix vuln in sub-dependencyqs
: https://security.snyk.io/vuln/SNYK-JS-QS-3153490
- Bump
- Fixed unit test when config API was changed.
Version 0.9.16
- Fix dependency vuln: GHSA-qm95-pgcg-qqfq
Version 0.9.15
- Addresses XSS aspect of issue #546
Version 0.9.14
- Fixed issue with newest pixl-server-storage and @aws-sdk/client-s3 library.
Version 0.9.13
- Removed block that was preventing API keys from becoming admins. See: #479
- Updated S3 docs to reflect latest pixl-server-storage changes.
- More minor doc nav tweaks.
- Minor tweaks to docs.
Version 0.9.12
- Bumped moment-timezone to v0.5.35 for vulns.
- Reworked docs, split into several files in new
docs/
directory.