Tags: getdango/dango
Tags
fix: update PyPI page messaging for MVP clarity (#23) - Remove author email (domain not set up) - Update hero text to avoid implying imminent production-readiness - Fix 'Why Dango' section phrasing - Bump version to 0.1.1 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
fix: use version tag instead of feature branch in install script (#12) - Changed install script to reference @v0.0.3 tag instead of @feature/oauth-implementation branch - Bumped version to 0.0.3 in pyproject.toml and install.sh - Using immutable tags is industry best practice for production installs as they cannot change between installs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
Release v0.0.2 - Windows Compatibility & Installer Improvements Full Windows support with platform-specific optimizations. Key features: - Complete Windows compatibility - Bootstrap installer improvements - Platform-specific service health checks - Cross-platform file locking and encoding - Comprehensive documentation for all platforms See CHANGELOG.md for full details.