Release Notes v0.8.5.3

Release Date: February 11, 2026 Branch: production Previous Version: v0.8.5.2


Summary

Windows compatibility and setup experience improvements based on comprehensive alpha testing feedback from Ted Nadeau. This release makes Piper Morgan installable and runnable on Windows systems and significantly improves the first-time setup experience with realistic expectations and better error handling.


What’s New

Windows Compatibility Fixes

Setup Experience Improvements

Documentation Updates


Database Migrations

New migrations added (run alembic upgrade head):

  1. f5b173cbab46_create_products_table_issue_796.py
  2. 4bd02594d62d_create_features_table_issue_796.py
  3. 4ba89dbf5347_create_work_items_table_issue_796.py

Modified migration:


Files Changed

Code Changes

New Files

Documentation


Upgrade Instructions

# Pull latest changes
git pull origin production

# Update dependencies (Windows users: uvloop will now be skipped)
pip install -r requirements.txt

# Run new migrations
python -m alembic upgrade head

# Optional: Validate installation
python scripts/validate_install.py

# Start server
python main.py

Issues Resolved

Priority Issue Title
BLOCKER #795 uvloop fails to install on Windows
BLOCKER #796 Migration fails - ‘features’ table does not exist
HIGH #797 Windows CRLF line endings break Docker
HIGH #798 Schema validation reports false positives
HIGH #799 Account creation fails with generic error
MEDIUM #800 docker-compose → docker compose syntax
MEDIUM #801 Realistic time estimates in docs
MEDIUM #802 Run vs develop setup paths
MEDIUM #803 venv activation documentation
MEDIUM #804 localhost vs 127.0.0.1 on Windows
LOW #805 pip upgrade step in docs
LOW #806 Installation validation script
LOW #807 PostgreSQL database browsing docs
LOW #808 Error messages with fix suggestions

Total: 14 issues resolved


Testing Notes


Contributors


See Also


Released: February 11, 2026