# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.4] - 2025-12-09

### Fixed

-   Missing packages

## [0.1.3] - 2025-12-09

### Added

-   /api/sysinfo endpoint to return system information
-   /favicon.ico to return kronosjs logo

## [0.1.2] - 2025-12-04

### Added

-   Start and stop are now logged with job duration

### Changed

-   !!! BREAK Compatibility. Now jobs has waitForCompletion set to true as opposed to standard cron

### Fixed

-   Start job only if isActive (start=true)
-   Handle process termination signals
-   Documentation

## [0.1.1] - 2025-11-10

### Added

-   Terminal integration

## [0.1.0] - 2025-11-06

### Added

-   First public release

[0.1.4]: https://github.com/EmilianoBruni/kronosjs/releases/tag/v0.1.4
[0.1.3]: https://github.com/EmilianoBruni/kronosjs/releases/tag/v0.1.3
[0.1.2]: https://github.com/EmilianoBruni/kronosjs/releases/tag/v0.1.2
[0.1.1]: https://github.com/EmilianoBruni/kronosjs/releases/tag/v0.1.1
[0.1.0]: https://github.com/EmilianoBruni/kronosjs/releases/tag/v0.1.0
