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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
This file documents all notable project changes. Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
5
+
## [0.1.9] - 2026-01-07
6
+
7
+
### Fixed
8
+
9
+
- Package wheel now includes all Python source files, fixing installation failure (#40)
10
+
- Updated `pyproject.toml` build configuration to properly package source code in wheels
11
+
12
+
### Added
13
+
14
+
- Pre-commit hook `wheel-install-test` to verify package installation and execution
15
+
- Configurable font sizes: `description_font_size`, `date_font_size`, `sidebar_font_size`
0 commit comments