ostool-server 0.1.2

Server for managing development boards, serial sessions, and TFTP artifacts
# Changelog

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).

## [Unreleased]

## [0.1.2]https://github.com/drivercraft/ostool/compare/ostool-server-v0.1.1...ostool-server-v0.1.2 - 2026-04-02

### Added

- add board connect ([#76]https://github.com/drivercraft/ostool/pull/76)

### Fixed

- improve script robustness and update service unit template handling ([#75]https://github.com/drivercraft/ostool/pull/75)
- improve configuration cleanup process in installation script ([#74]https://github.com/drivercraft/ostool/pull/74)
- update README and service configuration for installation clarity ([#72]https://github.com/drivercraft/ostool/pull/72)

## [0.1.1]https://github.com/drivercraft/ostool/compare/ostool-server-v0.1.0...ostool-server-v0.1.1 - 2026-04-02

### Added

- enhance install script and server configuration management

### Other

- reorganize imports and improve code formatting in multiple files
- Improve ostool-server install flow
- update configuration handling in install script and remove default config writing from CLI
- release ([#68]https://github.com/drivercraft/ostool/pull/68)

## [0.1.0]https://github.com/drivercraft/ostool/releases/tag/ostool-server-v0.1.0 - 2026-04-02

### Added

- add remote support ([#67]https://github.com/drivercraft/ostool/pull/67)
- 添加英文 README 文件,提供项目概述和使用说明

### Fixed

- release frontend build and embedding flow ([#69]https://github.com/drivercraft/ostool/pull/69)

### Other

- 修复 README 中的 CI 徽章链接,更新为新的检查工作流
- add serial exit shortcut notes
- update doc
- 新配置文件,支持串口 ([#4]https://github.com/drivercraft/ostool/pull/4)
- doc
- add remote build doc
- add support for rockchip
- 修正文档
- update
- support arceos
- add arceos support
- Initial commit