Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.12 KB

File metadata and controls

44 lines (26 loc) · 1.12 KB

Changelog

All notable changes to this project will be documented in this file.

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

Changed

  • Update most fonts to subset to reduce distribution size.

Fixed

  • Add tag check to release workflow to prevent change with an existing tag.

Removed

  • Unused python script for generating invoice PDF (invoice.py)

[0.1.0a0]

Added

  • Start Changelog file for easy tracking.
  • Add validations for config.toml file (using pydantic)

Changed

  • Update Readme to include Pypi release information.
  • Refactor usage of config from dictionary to class objects.

Added

  • Initial release of BulkInvoicer.
  • Sample files and configuration.
  • README and other related files.