mirror of
https://github.com/alexgetmancom/miband-bot.git
synced 2026-07-19 20:20:14 +03:00
24 lines
786 B
Markdown
24 lines
786 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project are documented here.
|
|
|
|
The format follows the spirit of [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project is licensed under GNU GPL v3.0 or later.
|
|
|
|
## Unreleased
|
|
|
|
### Added
|
|
|
|
- Human-first Russian and English README files.
|
|
- Security, contributing, vendored dependency and authorship documentation.
|
|
- Example `secrets.env.example` for safe setup.
|
|
- Root GitHub Actions CI workflow for tests, linting, packaging checks and Docker build.
|
|
|
|
### Changed
|
|
|
|
- Root project metadata is now described in `pyproject.toml`.
|
|
- Ruff configuration covers a broader set of checks while allowing intentional Cyrillic UI text.
|
|
|
|
### Security
|
|
|
|
- Documented secret storage, token rotation and Telegram CSV export privacy expectations.
|