Skip to content

v0.4.1 October 25th 2025 Release

Choose a tag to compare

@Joe-Ortiz Joe-Ortiz released this 25 Oct 23:53
· 14 commits to main since this release
e5420b1

What's Changed

Major refactoring for testability to allow for automated testing. Added a Settings button in the calendar project designer. Currently only changing calendar margins is supported in the settings.

  • Add XML documentation comments to CalendarProject model by @Copilot in #48
  • Add XML documentation to FontAsset model by @Copilot in #42
  • Add XML documentation comments to Margins model by @Copilot in #43
  • Add XML documentation to LayoutSpec model by @Copilot in #40
  • Add XML documentation comments to ImageAsset model by @Copilot in #44
  • Add XML documentation to CoverSpec model by @Copilot in #46
  • Add XML documentation to PageSizes model by @Copilot in #45
  • Add XML documentation to PageSpec model by @Copilot in #41
  • Add XML documentation to ThemeSpec model by @Copilot in #47
  • Refactor TemplateKey default value to use TemplateService as single source of truth by @Copilot in #39
  • Update README with detailed features and instructions by @JoeProgrammer88 in #49
  • Refactor and cleanup project structure and codebase by @JoeProgrammer88 in #52
  • Refactor for testability by @JoeProgrammer88 in #53

New Contributors

  • @Copilot made their first contribution in #48

Full Changelog: v0.4...v0.5