Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); version

## [Unreleased]

## [0.5.0] - 2026-08-05

### Added

- **`plate tui` — a full-screen terminal UI** (optional extra:
Expand Down Expand Up @@ -783,7 +785,8 @@ Initial development version: LAN-mode printer control (MQTT/FTPS), one-shot `job
### Removed
- `requirements.txt`, which duplicated the `dependencies` already declared in `pyproject.toml`. Install with `uv pip install -e .` (or `pip install platecli`) instead.

[Unreleased]: https://github.com/DLANSAMA/platecli/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/DLANSAMA/platecli/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/DLANSAMA/platecli/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/DLANSAMA/platecli/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/DLANSAMA/platecli/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/DLANSAMA/platecli/compare/v0.2.1...v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "platecli"
# Unreleased work carries a .devN suffix so a source build is never mistaken
# for the released wheel of the same number. Drop the suffix when tagging.
version = "0.5.0.dev0"
version = "0.5.0"
description = "platecli — local CLI for Bambu Lab printers (not affiliated with Bambu Lab)"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading