Skip to content

Latest commit

 

History

History
121 lines (67 loc) · 6.85 KB

CHANGELOG.md

File metadata and controls

121 lines (67 loc) · 6.85 KB

Changelog

This is an auto-generated log of all the changes that have been made to the project since release 0.7.0.

For the original changelog, please refer to the "OLD_CHANGELOG.md" file in the repository.

This project adheres to Semantic Versioning.

0.12.0 (September 02, 2024)

New Features

  • Add some more licenses in common usage (#34) by seapagan
  • Add more language options (#33) by seapagan
  • Add an API so that lice can be used inside other applications (#31) by seapagan
  • Provide an optional JSON output, listing licenses and languages for easier integration into other tools like a GUI (#30) by seapagan
  • Add '--version' flag to the CLI (#29) by seapagan

Testing

  • Tweak some of the test layouts and contents (#32) by seapagan

Refactoring

  • Refactor some of the logic in the CLI (#35) by seapagan

Full Changelog | Diff | Patch

0.11.0 (August 28, 2024)

New Features

  • Add option to copy directly to clipboard (#27) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

0.10.2 (August 26, 2024)

Closed Issues

  • Formatting issue with 'c', 'java' style and languages using the same comment template (#17) by seapagan

New Features

  • Add markdown mapping (same as HTML) (#19) by seapagan

Bug Fixes

  • Fix bug "formatting issue with 'c', 'java' style" (#18) by seapagan

Full Changelog | Diff | Patch

0.10.1 (August 26, 2024)

Purely a documentation fix so that the updated README gets to PyPI

Full Changelog | Diff | Patch

0.10.0 (August 26, 2024)

Bug Fixes

Full Changelog | Diff | Patch

0.9.0 (August 24, 2024)

New Features

  • Convert CLI from 'argparse' to 'typer' (#8) by seapagan
  • Add config file functionality (#7) by seapagan

Testing

Documentation

  • Create a docs website for the project (#11) by seapagan

Full Changelog | Diff | Patch

0.8.0 (August 19, 2024)

New Features

  • Add prettier output for the listing of licenses and languages (#4) by seapagan

Refactoring

  • Major refactor into separate files (#5) by seapagan
  • Move templates into subfolder (#3) by seapagan
  • Refactor with strict ruff and mypy linting (#1) by seapagan

Documentation

  • Add new CHANGELOG and consolidate the old ones (#6) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

0.7.0 (August 18, 2024)

This is the first release of this new fork. Main thing was getting the Python 3.12 compatibility fixed.


This changelog was generated using github-changelog-md by Seapagan