Skip to content

Latest commit

 

History

History
108 lines (67 loc) · 2.87 KB

File metadata and controls

108 lines (67 loc) · 2.87 KB

Changelog

[0.1.10] - 2025-04-25

⛰️ Features

  • Refactor item selection and improve user interaction in app
  • Enhance machine selection and user interaction in TUI
  • Refactor machine listing command and implement table formatting

🐛 Bug Fixes

  • Cleanup stupid staff

🚜 Refactor

  • Machine command and help message in mod.rs and list.rs
  • Refactor machine addition functionality
  • Refactor code for improved readability and maintainability
  • Refactor and add traits to Host and Machine structs
  • Refactor machine handling and add TOML support
  • Refactor code for improved readability and maintainability

⚙️ Miscellaneous Tasks

  • Use Jammy Jellyfish in GitHub Actions
  • Refactor command handling and improve environment integration
  • Refactor devbox configuration for improved build process
  • Refactor machine listing and table generation
  • Update widget appearance in UI
  • Add regex dependency with version 1.10.5 to Cargo.toml

Build

  • Refine build and script execution environment

Refractor

  • Refactor machine command and methods in Machines
  • Update tabled crate and refactor handle function

[0.1.6] - 2024-06-24

⛰️ Features

  • Refactor machine management logic
  • Handle serialization and deserialization of machines.toml
  • Update dependencies and refactor machine handling
  • Add serde dependency and refactor machine-related code
  • Add 'inquire' dependency and 'list' subcommand
  • Update machine commands to support interfaces
  • Refactor machine-related code and add config related crates
  • Refactor interactive mode interface and error handling
  • Refactor interactive UI functionality with ratatui

🚜 Refactor

  • Refactor code structure and remove unused imports and commented code

⚙️ Miscellaneous Tasks

  • Refactor code and optimize imports in machine commands

[0.1.5] - 2024-06-22

⛰️ Features

  • Update machine arguments and commands

[0.1.4] - 2024-06-22

⚙️ Miscellaneous Tasks

  • Update TOOLCHAIN_VERSION in release workflow

[0.1.3] - 2024-06-22

⛰️ Features

  • Update command line interface options
  • Refactor file structure and remove unused imports in arguments and commands
  • Add commands for managing projects, workspaces, and templates

⚙️ Miscellaneous Tasks

  • Update rust-build/rust-build.action action to v1.4.5 in release workflow
  • Update .gitignore to ignore devbox.lock file

[0.1.1] - 2024-06-21

⛰️ Features

  • Refactor command line argument handling and add subcommands

🚜 Refactor

  • Remove commented out code and utilities

📚 Documentation

  • Update devpilot description in README file
  • Update README.md file and fix license badge

Build

  • Update build and run export aliases