Skip to content

Commit

Permalink
πŸ“„(CHANGELOG): add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
W-Mai committed Mar 5, 2024
1 parent 20b6065 commit dbc492f
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Changelog

## [v0.1.8] - 2024-03-04
### πŸ”– Version Tag
- 🌍 **Oranda Updates**: Configurations were updated to improve the oranda module's functionality.
- πŸ› **Bug Fixes**: Web page bugs were addressed to enhance user experience.
- 🌐 **Webpage Additions**: GitHub Pages were added for better project documentation and visibility.
- πŸ“¦ **Dependency Updates**: Homebrew configurations were updated to ensure compatibility with the latest dependencies.
- πŸš€ **New Features**: A new info command was added to the main module, and an API for image info retrieval was implemented in the icu_lib.
- πŸ›  **CI/CD**: Automated build CI was added to streamline the development process.
- πŸ“š **Documentation**: README files were updated with more examples and detailed instructions.

## [v0.1.7] - 2024-03-03
### πŸ”– Version Tag
- πŸ“š **Documentation**: README files were updated to provide more examples and clearer instructions.
- πŸ”„ **Dependencies**: Cargo dependencies were updated to the latest versions.
- πŸ”„ **Version Bump**: Version was bumped to 0.1.7 to reflect the updates and improvements.

## [v0.1.6] - 2024-03-03
### πŸ”– Version Tag
- πŸ”„ **Code Refactoring**: Significant refactoring was done to improve the main module's codebase.
- πŸ“ **File Handling**: Enhanced support for file override and recursive conversion was added.
- πŸ”„ **Version Bump**: Version was bumped to 0.1.6 following the refactoring and feature additions.

## [v0.1.4] - 2024-02-29
### πŸ”– Version Tag
- πŸ“š **README Updates**: README files were updated with new flags and detailed information about the icu tool.
- πŸ”„ **Version Bump**: The version was incremented to 0.1.4 after adding new features and making improvements.

## [v0.1.2] - 2024-02-26
### πŸ”– Version Tag
- πŸ“ **Logging**: Enhanced logging was added to improve diagnostics and error handling.
- πŸ”„ **Dependencies**: Updated midata and enum parsing for the get_endecoder function.
- πŸ”„ **Version Bump**: The version was bumped to 0.1.2 to reflect the new features and fixes.

## [v0.1.1] - 2024-02-06
### πŸ”– Version Tag
- πŸš€ **Initial Release**: The first release of the project with basic functionality and initial documentation.
- πŸ–ΌοΈ **Image Support**: Added support for image_shower and various image formats.
- πŸ”§ **Argument Parsing**: Implemented basic argument parsing and added sub-commands for better user interaction.
- πŸ”„ **Dependencies**: Updated Cargo dependencies and prepared the project for publishing.

## [v0.1.0] - 2024-02-05
### πŸ”– Version Tag
- πŸ“„ **README Updates**: Initial README file was created with basic project information.
- πŸ”§ **Project Setup**: Set up the initial project structure and added basic functionality.
- πŸ”„ **Version Tag**: Tagged the initial release as version 0.1.0.

0 comments on commit dbc492f

Please sign in to comment.