Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 7.63 KB

File metadata and controls

62 lines (49 loc) · 7.63 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.

v1.3.4 - 2025-10-14

New Features

Bug Fixes

v1.3.3 - 2025-10-14

New Features

  • 9064943 - remove FEATURE_DEVELOPMENT_EXAMPLE.md as part of project cleanup (commit by @HsiangNianian)
  • 8e6fdbf - add Sphinx configuration and index file for documentation setup (commit by @HsiangNianian)
  • 12c771a - add GitHub Actions workflow for building and deploying documentation (commit by @HsiangNianian)
  • c79ded4 - update Makefile to use ppm for Sphinx commands (commit by @HsiangNianian)
  • e03dbc1 - add LaTeX dependencies installation and fix publish directory path in GitHub Actions workflow (commit by @HsiangNianian)
  • 0feea29 - replace LaTeX dependencies installation step with texlive-action and update GitHub token reference (commit by @HsiangNianian)
  • fac7efb - add latexonly target to Makefile for building LaTeX from existing sources and update workflow to use it (commit by @HsiangNianian)
  • 2525e89 - enhance documentation build process with rinoh support and update dependencies (commit by @HsiangNianian)
  • 7cb43ca - expand documentation with detailed dice expression grammar and usage examples (commit by @HsiangNianian)

Bug Fixes

Refactors

  • 39beff8 - update GitHub Actions workflow to build LaTeX PDF directly and remove latexonly target from Makefile (commit by @HsiangNianian)

Chores

v1.3.2 - 2025-09-12

New Features

Refactors

  • 745f886 - simplify grammar rules by removing unnecessary whitespace and comments (commit by @HsiangNianian)

Chores