Skip to content

Latest commit

 

History

History
94 lines (63 loc) · 2.61 KB

File metadata and controls

94 lines (63 loc) · 2.61 KB

Changelog

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

[1.2.2] - 2024-05-22

Added

  • Create light and dark theme project logo to README.md.

[1.2.1] - 2023-12-06

Fixed

  • Make search term matches bold and underlined.
  • Make autocomplete only match the beginning of template name.

[1.2.0] - 2023-12-04

Added

  • Autocomplete for the create, search, show, add, and remove commands.
  • Version flag to to show the current version of Ignoro.

[1.1.2] - 2023-12-03

Changed

  • Invalid reading and writing cli error messages.

[1.1.1] - 2023-12-02

Fixed

  • Add missing instructions to the Development section of README.md.

[1.1.0] - 2023-12-01

Added

  • Command to show a template from gitignore.io.
  • Instructions on how to use the show command in README.md.

Changed

  • Lint and refactor api and cli tests.

[1.0.1] - 2023-11-24

Added

  • Project information in pyproject.toml.

[1.0.0] - 2023-11-23

Added

  • Template block headers in .gitignore files generated by Ignoro.
  • Installation instructions in README.md.
  • Development instructions in README.md.

Changed

  • Improved template parsing and error handling.
  • Tests fixtures simplified and test readability improved.
  • Refactored and improved help messages for all commands.
  • Fixed mistakes command descriptions in README.md.

Deprecated

  • show command renamed to list.
  • list command renamed to search.

[0.4.0] - 2023-11-13

Added

  • Command to remove templates from a .gitignore file generated by Ignoro.
  • Instructions on how to use the remove command in README.md.

Changed

  • Improve .gitignore parsing and error handling.

[0.3.0] - 2023-10-13

Added

  • Command to add templates to a .gitignore file generated by Ignoro.
  • Instructions on how to use the add command in README.md.

[0.2.0] - 2023-09-07

Added

  • Command to show templates included in a .gitignore file generated by Ignoro.
  • Instructions on how to use the show command in README.md.

Changed

  • List and create command help descriptions.

[0.1.0] - 2023-08.26

Initial release

Added

  • Command to create a .gitignore file based on templates from gitignore.io.
  • command to list and search available templates from gitignore.io.
  • Instructions on how to use the create and list commands in README.md.