37 lines
1.7 KiB
Markdown
37 lines
1.7 KiB
Markdown
# Changelog
|
|
|
|
## 2025-10-27 - 1.1.0 - feat(cli)
|
|
Add initial MOXYTOOL implementation, packaging, install/uninstall scripts, CI and release workflows
|
|
|
|
- Add core CLI implementation (mod.ts and ts/): vgpu-setup command, logging, paths and plugins integration
|
|
- Add Deno config (deno.json) and build/test tasks
|
|
- Add compilation and packaging scripts (scripts/compile-all.sh, scripts/install-binary.js) and binary wrapper (bin/moxytool-wrapper.js)
|
|
- Add installer and uninstaller scripts (install.sh, uninstall.sh) for easy deployment
|
|
- Add CI, build and release workflows (.gitea/workflows/) including multi-platform compilation and npm publish steps
|
|
- Add documentation and metadata: readme.md, changelog.md, package.json and license
|
|
- Add .gitignore and dist/binaries handling, plus release checksum generation in workflows
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [1.0.0] - 2025-01-24
|
|
|
|
### Added
|
|
- Initial release of MOXYTOOL
|
|
- `vgpu-setup` command for automated Proxmox vGPU installation
|
|
- Support for NVIDIA vGPU on Proxmox hosts
|
|
- Interactive installer integration with wvthoog/proxmox-vgpu-installer
|
|
- Cross-platform binary support (Linux, macOS, Windows)
|
|
- Multi-architecture support (x64, arm64)
|
|
|
|
### Features
|
|
- Automated vGPU driver download and installation
|
|
- Support for custom driver URLs and local files
|
|
- Debug mode for troubleshooting
|
|
- Step-by-step installation process
|
|
- Verification of Proxmox installation before setup
|
|
|
|
[1.0.0]: https://code.foss.global/serve.zone/moxytool/releases/tag/v1.0.0
|