Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.04 KB

File metadata and controls

40 lines (24 loc) · 1.04 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.

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.