Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Mar 20:25

🚀 DevMate v1.1.0 - The "Documentation" Release

We are excited to announce the release of DevMate v1.1.0! This update focuses on making mate even more accessible and powerful by bringing comprehensive documentation directly to your terminal and adding intuitive command aliases.

✨ What's New?

📖 Inbuilt Documentation (mate docs)

Never leave your terminal to look up how a command works! The new docs subcommand provides detailed guides for every feature of DevMate.

  • Usage: mate docs [command]
  • Examples:
    • mate docs clone - Learn how to efficiently clone repositories.
    • mate docs workflow - Understand the recommended local development workflow.
    • mate docs status - See how to interpret the beautiful status table.

📥 Direct Downloads

Windows (.exe) | Linux | macOS

This release focuses on stability and infrastructure improvements for the standalone binaries. We've resolved persistent dependency warnings and bundled all necessary components to ensure a seamless developer experience across all platforms.

🛠️ Intuitive Command Aliases

We've added several aliases to match common developer patterns and tools like Docker and legacy CLI names:

  • mate ps & mate info (Aliases for status)
  • mate run (Alias for up)
  • mate stop (Alias for down)
  • mate doctor (Alias for init)
  • mate dep (Alias for deploy)
  • mate log (Alias for logs)
  • mate sh (Alias for shell)

🧠 Enhanced Developer Experience

  • Interactive Help: Rich-powered help text with better formatting and examples.
  • Version Tracking: Updated mate version and mate about to reflect the latest improvements.
  • Robustness: Improved dependency handling and internal logic for smoother execution.

💻 Installation & Update

If you are installing from source, simply pull the latest changes and reinstall:

git pull origin main
pip install -e .

Check your version to confirm:

mate version

🤝 Contributors

A big thanks to everyone contributing to making local development smoother!

Full Changelog: v1.0.1...v1.1.0