Releases: jhuckaby/Cronicle
Releases · jhuckaby/Cronicle
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
Version 0.9.29
- Bump pixl-server-web to v1.3.20 for crash fix when viewing zero-byte files.
- Should fix #625
Version 0.9.28
- Fixed bug where searching for pure numbers wouldn't match any events. Fixes #624. Thanks @dheise-rheinenergie-trading-com!
- Cleaned up sample S3 config in docs.
Version 0.9.27
- Added
pixl-boot
for automatic start on server boot via systemd or others. - Updated docs for clarification on behavior.
Version 0.9.26
- Fixed several issues in the Storage CLI script.
- CLI: Disable transactions
- CLI: Make sure Cronicle isn't running for write actions
Version 0.9.25
- Bump socket.io to v4.7.1 for vuln: https://security.snyk.io/vuln/SNYK-JS-ENGINEIO-5496331
Version 0.9.24
- Enable storage transactions by default.
- Ship with new storage repair script.
- Ensure Node.js version is 16+ on startup.
Version 0.9.23
- Added new
get_master_state
API and docs. - Added docs for
update_master_state
API.