You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [v1.3.3] - 2025-10-14
8
+
### New Features
9
+
-[`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))*
10
+
-[`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))*
11
+
-[`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))*
12
+
-[`c79ded4`](https://github.com/HydroRoll-Team/OneRoll/commit/c79ded44babda43d13fdc9ccd5b45aa397fa1a1a) - update Makefile to use ppm for Sphinx commands *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
13
+
-[`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))*
14
+
-[`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))*
15
+
-[`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))*
16
+
-[`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))*
17
+
-[`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))*
18
+
19
+
### Bug Fixes
20
+
-[`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))*
21
+
-[`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))*
22
+
-[`ef254f5`](https://github.com/HydroRoll-Team/OneRoll/commit/ef254f501e29ab8ae125e0c4fb6c6d3d4282fe20) - remove unnecessary make command from LaTeX build step *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
23
+
-[`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))*
24
+
25
+
### Refactors
26
+
-[`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))*
27
+
28
+
### Chores
29
+
-[`2e7cff9`](https://github.com/HydroRoll-Team/OneRoll/commit/2e7cff9561b439485d3bff4d0cad4d0251ee7d24) - remove README.rst as part of project restructuring *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
30
+
-[`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))*
31
+
-[`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))*
32
+
-[`6ba4462`](https://github.com/HydroRoll-Team/OneRoll/commit/6ba44621ae1b289e07562108164bd0419ccf6d75) - remove unused Optional import from __init__.py *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
33
+
-[`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))*
34
+
35
+
7
36
## [v1.3.2] - 2025-09-12
8
37
### New Features
9
38
-[`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
20
49
-[`88a6ddc`](https://github.com/HydroRoll-Team/OneRoll/commit/88a6ddcd196cc95964a8abc9c247884ece9028f6) - bump version into 1.3.2 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
0 commit comments