Tags: ezoushen/axon
Tags
Release v0.6.0 - Added official Amber Luxe icon design with reduced padding for better visibility at small sizes - Added project badges (release version, CI/CD status, license, platform) to README - Created social preview image (1280x640) for GitHub with centered layout - Generated favicon and multiple PNG icon sizes (16-512px) - Added static site support for `axon logs` command with nginx log reading - Added static site support for `axon delete` command - Added static site support for `axon health` and `axon status` commands - Block `axon restart` command for static site deployments (not applicable) - Added default security rules to static site nginx configuration - Block hidden files/directories (dotfiles) - Block sensitive file extensions (.env, .git, .yml, .config, etc.) - Block common sensitive paths (/.git, /.env, /config.json, etc.) - Blocked requests are not logged (reduces noise) - Added error_log directive to Docker proxy nginx configuration - Fixed product type detection in status command to preserve arguments - Fixed YAML parsing by using parse_yaml_key instead of non-existent get_health_endpoint function - Fixed context list layout formatting - Enhanced README.md with better feature list formatting - Added asset management documentation - Updated .gitignore for generated icon files - All nginx security rules return proper 404 status codes - Static site logs command reads from /var/log/nginx/ - Icon design uses warm amber gold palette (#8C7A52, #B89D6B, #D4BE8E, #E8D4A8) - Social preview and icons are production-ready for GitHub --- **Full Changelog**: v0.5.0...v0.6.0
Release v0.5.0 New Features: - Add support for Docker build arguments in configuration - Enhance SSH batch execution with automatic error recovery - Add connection announcement helpers for reduced duplication Improvements: - Optimize SSH library with shared helper functions - Improve SSH multiplexing reliability with stale socket detection Documentation: - Document build_args in config.example.yml - Add comprehensive examples for Next.js and React apps
release: v0.3.0 - Context Management Feature Major new feature: kubectl-like context management for seamless project switching Features: - Global context storage in ~/.axon/ - Commands: add, use, list, current, show, validate, export, import, remove - One-off context override with --context flag - Context resolution precedence: -c > --context > local > active - Export/import for team sharing and backup - Full backward compatibility with existing workflows Stages implemented: - Stage 1: Foundation (context storage, CRUD operations, config resolution) - Stage 2: Enhanced Operations (show, validate, context-aware output) - Stage 3: Advanced Features (--context flag, export/import) Breaking changes: None