Skip to content

v1.5.5 - Hotfix: File-Based Python Version Detection

Choose a tag to compare

@github-actions github-actions released this 22 Sep 12:49
· 126 commits to main since this release

πŸš€ v -

$(cat release_notes.md)

πŸ“¦ Quick Installation

Windows

curl -L -o install.bat https://github.com/LightWraith8268/Docx2Shelf/releases/latest/download/install.bat && install.bat

macOS/Linux

curl -sSL https://github.com/LightWraith8268/Docx2Shelf/releases/latest/download/install.sh | bash

Install scripts now include:

  • Automatic Python 3.11+ detection and installation (Windows)
  • Smart version checking (only installs if newer version available)
  • Optional Pandoc and EPUBCheck installation for best results
  • Automatic PATH configuration and self-cleanup

πŸ’‘ Alternative Installation Methods

Manual Python Installation:

# pipx (recommended - isolated environment)
pipx install git+https://github.com/LightWraith8268/Docx2Shelf.git

# or with pip
pip install git+https://github.com/LightWraith8268/Docx2Shelf.git

See installation guide for more options.


Full Changelog: See CHANGELOG.md