Skip to content

Releases: seapagan/lice2

0.12.0

02 Sep 13:16
1be7a0c
Compare
Choose a tag to compare

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

28 Aug 20:22
f08d9a5
Compare
Choose a tag to compare

New Features

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

Dependency Updates

Full Changelog | Diff | Patch

0.10.2

26 Aug 15:45
616c1ff
Compare
Choose a tag to compare

There have been a few releases in very close succession, hopefully this should be the last one for a while (unless I think of a great new feature 😁)

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

26 Aug 09:42
57c5536
Compare
Choose a tag to compare

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

Full Changelog: 0.10.0...0.10.1

0.10.0

26 Aug 09:37
92eb0d6
Compare
Choose a tag to compare

Bug Fixes

Full Changelog | Diff | Patch

0.9.0

24 Aug 09:43
9d918eb
Compare
Choose a tag to compare

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

19 Aug 14:47
f834ba4
Compare
Choose a tag to compare

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

19 Aug 14:22
2388698
Compare
Choose a tag to compare

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

Full Changelog since this fork started.