aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHsiangNianian <44714368+HsiangNianian@users.noreply.github.com>2025-10-14 07:55:30 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-10-14 07:55:30 +0000
commitfd2fe6295e8d7b0d28659e36ea3045e0da8a6f07 (patch)
treeceb1f650febde9baea307e9e2e9fd02870f6df97
parent4b82c92e05080208aa6b6f00d60100473969b0e0 (diff)
downloadOneRoll-fd2fe6295e8d7b0d28659e36ea3045e0da8a6f07.tar.gz
OneRoll-fd2fe6295e8d7b0d28659e36ea3045e0da8a6f07.zip
docs: update CHANGELOG.md for v1.3.3 [skip ci]
-rw-r--r--CHANGELOG.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 517a97f..387108b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [v1.3.3] - 2025-10-14
+### New Features
+- [`9064943`](https://github.com/HydroRoll-Team/OneRoll/commit/9064943ad8519585df0e1d8502b43bdea42bd767) - remove FEATURE_DEVELOPMENT_EXAMPLE.md as part of project cleanup *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`8e6fdbf`](https://github.com/HydroRoll-Team/OneRoll/commit/8e6fdbf4cf68185ab9318637af0c40cdb5f66b48) - add Sphinx configuration and index file for documentation setup *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`12c771a`](https://github.com/HydroRoll-Team/OneRoll/commit/12c771ae7152520f7465e96e600daed4abf14ddc) - add GitHub Actions workflow for building and deploying documentation *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`c79ded4`](https://github.com/HydroRoll-Team/OneRoll/commit/c79ded44babda43d13fdc9ccd5b45aa397fa1a1a) - update Makefile to use ppm for Sphinx commands *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`e03dbc1`](https://github.com/HydroRoll-Team/OneRoll/commit/e03dbc1746ae2e502a2e15f316dbc7ab0ed7b6fd) - add LaTeX dependencies installation and fix publish directory path in GitHub Actions workflow *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`0feea29`](https://github.com/HydroRoll-Team/OneRoll/commit/0feea294ff710a682395208fed0580d9aa9d730a) - replace LaTeX dependencies installation step with texlive-action and update GitHub token reference *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`fac7efb`](https://github.com/HydroRoll-Team/OneRoll/commit/fac7efb7cf27425fe58dda2f3dbbb1868a647548) - add latexonly target to Makefile for building LaTeX from existing sources and update workflow to use it *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`2525e89`](https://github.com/HydroRoll-Team/OneRoll/commit/2525e8916570951a3aceaf9e922c8c1408ca101c) - enhance documentation build process with rinoh support and update dependencies *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`7cb43ca`](https://github.com/HydroRoll-Team/OneRoll/commit/7cb43cacc7652bfd4f1f08f06b83b9b21f9921d3) - expand documentation with detailed dice expression grammar and usage examples *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+
+### Bug Fixes
+- [`22557ab`](https://github.com/HydroRoll-Team/OneRoll/commit/22557ab6f02f11e9e480d4df5c61509b70f5dc0e) - correct action version for GitHub Pages deployment in workflow *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`f1431ca`](https://github.com/HydroRoll-Team/OneRoll/commit/f1431ca86a1500e3e89fa84c4c1c0b49bbbe488e) - update .gitignore to include Vscode settings and ensure proper formatting *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`ef254f5`](https://github.com/HydroRoll-Team/OneRoll/commit/ef254f501e29ab8ae125e0c4fb6c6d3d4282fe20) - remove unnecessary make command from LaTeX build step *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`4b82c92`](https://github.com/HydroRoll-Team/OneRoll/commit/4b82c92e05080208aa6b6f00d60100473969b0e0) - update package version to 1.3.3 in Cargo.toml *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+
+### Refactors
+- [`39beff8`](https://github.com/HydroRoll-Team/OneRoll/commit/39beff88ff42ec9f8365100ab1724dff2e7dd1ea) - update GitHub Actions workflow to build LaTeX PDF directly and remove latexonly target from Makefile *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+
+### Chores
+- [`2e7cff9`](https://github.com/HydroRoll-Team/OneRoll/commit/2e7cff9561b439485d3bff4d0cad4d0251ee7d24) - remove README.rst as part of project restructuring *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`cbdf86c`](https://github.com/HydroRoll-Team/OneRoll/commit/cbdf86cbf4f2cd4064e8ee6b73c65e6958ad15b4) - update README file reference from README.rst to README.md *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`93d462c`](https://github.com/HydroRoll-Team/OneRoll/commit/93d462c41cf0ed359475f07578bac511a329c580) - specify markdown content type for README in pyproject.toml *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`6ba4462`](https://github.com/HydroRoll-Team/OneRoll/commit/6ba44621ae1b289e07562108164bd0419ccf6d75) - remove unused Optional import from __init__.py *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`4abce3a`](https://github.com/HydroRoll-Team/OneRoll/commit/4abce3ad753d5a54ee57da588313bc4486a141ec) - add debug output for dependency installation and documentation build steps *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+
+
## [v1.3.2] - 2025-09-12
### New Features
- [`183e39d`](https://github.com/HydroRoll-Team/OneRoll/commit/183e39d9ebfe6e48e5ce666dee36b5347d47f53e) - add unique modifier to dice calculations and parsing *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
@@ -20,3 +49,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [`88a6ddc`](https://github.com/HydroRoll-Team/OneRoll/commit/88a6ddcd196cc95964a8abc9c247884ece9028f6) - bump version into 1.3.2 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
[v1.3.2]: https://github.com/HydroRoll-Team/OneRoll/compare/v1.0.2...v1.3.2
+[v1.3.3]: https://github.com/HydroRoll-Team/OneRoll/compare/v1.3.2...v1.3.3