Commit 117facd
Release v1.4.2 - macOS support and dependency fix
This patch release improves installation experience on macOS and fixes
a missing dependency that caused ModuleNotFoundError on fresh installs.
## Fixed
- Add markdown>=3.0.0 to all dependency configurations
- Updated requirements.txt, pyproject.toml, and setup.py
- Resolves "ModuleNotFoundError: No module named 'markdown'" on fresh installations
- Ensures markdown module is automatically installed with package
## Added
- Comprehensive macOS setup guide (MACOS_SETUP.md)
- Detailed virtual environment setup instructions
- Troubleshooting section for macOS-specific issues
- Tips for permanent aliases and global installation
- Architecture support info (Apple Silicon M1/M2/M3/M4 and Intel)
- Tested on macOS 11-15 (Big Sur through Sequoia)
## Documentation
- Add macOS installation section to README.md
- Quick start guide with virtual environment setup
- Troubleshooting for "externally-managed-environment" error
- Link to detailed MACOS_SETUP.md guide
- Update What's New section in README.md
- Update CHANGELOG.md with v1.4.2 release notes
## Version Updates
- Bump version to 1.4.2 in pyproject.toml, setup.py, and __init__.py
- Update published date to 2025-10-31 in README.md
This is a maintenance release with no code changes to core functionality.
All existing features remain unchanged.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 2621a7e commit 117facd
File tree
7 files changed
+494
-5
lines changed- md2pdf
7 files changed
+494
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
18 | 44 | | |
19 | 45 | | |
20 | 46 | | |
| |||
0 commit comments