Skip to content

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • New features and improvements coming in the next release

Changed

  • Changes in existing functionality

Deprecated

  • Features that will be removed in upcoming releases

Removed

  • Features that have been removed

Fixed

  • Bug fixes

Security

  • Security vulnerability fixes

[1.3.16] - 2025-07-24

Stable release before restructure the project to support variou input and output formats


Version History

  • 1.3.16 - Stable release before restructure the project to support variou input and output formats (2025-07-24)

Contributing

When contributing to this project, please update this changelog by adding a new entry under the [Unreleased] section. Follow the format described in Keep a Changelog.

Changelog Entry Format

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
## [Version] - YYYY-MM-DD

### Added
- New features

### Changed
- Changes in existing functionality

### Deprecated
- Features that will be removed

### Removed
- Removed features

### Fixed
- Bug fixes

### Security
- Security fixes