chore: prepare production rust release
ci / rust (push) Successful in 48s
ci / lint-yaml (push) Successful in 5s
release / linux-amd64 (push) Failing after 26s

This commit is contained in:
2026-07-03 15:45:22 +02:00
parent d1cc207ce4
commit 355e618c77
52 changed files with 2563 additions and 4077 deletions
+16
View File
@@ -0,0 +1,16 @@
# Changelog
All notable changes to this project are documented here.
The project uses semantic versioning. Tags are formatted as `vMAJOR.MINOR.PATCH`.
## [1.1.1] - 2026-07-03
### Changed
- Rebuilt the application as a Rust terminal binary.
- Added a Ratatui/Crossterm TUI with command preview wrapping, timer progress, and time-left display.
- Added YAML configuration, CLI `init`, `preview`, and `run` commands.
- Added Gitea CI and tag-based release workflows.
[1.1.1]: https://gitea.forust.xyz/forust/gosleep/releases/tag/v1.1.1