Skip to content

Latest commit

 

History

History
71 lines (38 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

71 lines (38 loc) · 2.04 KB

[Unreleased]

Added

  • New features and improvements planned for the next release.

Changed

  • Updates and enhancements under consideration for future versions.

Deprecated

  • Features that will be removed in future releases.

Removed

  • Features that have been removed in this version.

Fixed

  • Bug fixes that are currently being addressed.

[Released]

[0.8.1] - 2024-09-08

  • Fixed: Fix the selection on individual files. You must install it.

[0.8.0] - 2024-09-07

  • Added: --interactive mode for enhanced user interaction.

[0.6.12] - 2024-08-01

  • Fixed: Bugs related to input variables and inclusion functionality.

[0.6.11] - 2024-07-15

  • Added: Support for dynamic variables such as {{input:var1}} in templates.
  • Added: Support for {% include "./file1.txt" %} feature.
  • Fixed: Ensured variables are only processed once.
  • Updated: Improved the price table for better clarity.

[0.6.9] - 2024-06-10

  • Improved: Display of tokens for better user experience.

[0.6.8] - 2024-05-20

  • Improved: --create-templates-flags functionality.
  • Enhanced: Overall quality of templates.

[0.6.6] - 2024-04-15

  • Added: New templates to expand functionality.
  • Fixed: Bugs related to --exclude and include features.

Guidelines for Maintaining the Changelog

  • Keep It Human-Friendly: Ensure that the changelog is written for users, not just for developers. Avoid technical jargon where possible.

  • Chronological Order: List changes in reverse chronological order, with the most recent changes at the top.

  • Linkable Versions: Ensure that each version entry is linkable for easy reference.

  • Clear Sections: Use distinct sections for added, changed, deprecated, removed, and fixed items to enhance readability.

  • Release Dates: Include the release date for each version to provide context for users.

  • Unreleased Section: Maintain an "Unreleased" section at the top for tracking upcoming changes, which helps users anticipate future updates.