Releases: jhuckaby/Cronicle
Releases · jhuckaby/Cronicle
Version 0.9.39
- Added
/api/app/get_servers
route, admin only, currently undocumented.
Version 0.9.38
- Added
chain_params
feature.
Version 0.9.37
- Added package-lock.json.
- Fixes #656
Version 0.9.36
- Add some common locations into the PATH env var during startup.
Version 0.9.35
- Add
client.hide_schedule_checkboxes
config option. - Bump pixl-server-web to v1.3.22 for alt ports.
Version 0.9.34
- Remove legacy use of
NODE_TLS_REJECT_UNAUTHORIZED
env var. - Update docs on
web_hook_custom_opts
. - Support for future pixl-server-web listeners array (multi-port).
- Remove old
listRoughChop
, now using officiallistSplice
API. - Added disclaimer to doc about
remote_server_port
.
Version 0.9.33
- Fixing more bugs that surfaced because of
remote_server_port
.
Version 0.9.32
- Typo fix, thanks @seanford !
- Updated TOC.
Version 0.9.31
- Added
remote_server_port
property (optional). Fixes #641. - Updated TOC.
- Using parseInt for user active.
- Added docs on
get_event_history
andget_history
API calls.
Version 0.9.30
- Fix bug where suspending a user in the UI doesn't work at all. Fixes #626