From 25cf9528d0251b1c06eaf7b4933e8c3eba9b7cb0 Mon Sep 17 00:00:00 2001 From: serversdwn Date: Fri, 23 Jan 2026 08:26:23 +0000 Subject: [PATCH] docs: update to 0.2.1 --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfbbee4..b265e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to SLMM (Sound Level Meter Manager) will be documented in th 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). +## [0.2.1] - 2026-01-23 + +### Added +- **Roster management**: UI and API endpoints for managing device rosters. +- **Delete config endpoint**: Remove device configuration alongside cached status data. +- **Scheduler hooks**: `start_cycle` and `stop_cycle` helpers for Terra-View scheduling integration. + +### Changed +- **FTP logging**: Connection, authentication, and transfer phases now log explicitly. +- **Documentation**: Reorganized docs/scripts and updated API notes for FTP/TCP verification. + ## [0.2.0] - 2026-01-15 ### Added @@ -135,5 +146,6 @@ None. This release is fully backward-compatible with v0.1.x. All existing endpoi ## Version History Summary +- **v0.2.1** (2026-01-23) - Roster management, scheduler hooks, FTP logging, doc cleanup - **v0.2.0** (2026-01-15) - Background Polling System - **v0.1.0** (2025-12-XX) - Initial Release diff --git a/README.md b/README.md index e6521cc..5a4c2dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SLMM - Sound Level Meter Manager -**Version 0.2.0** +**Version 0.2.1** Backend API service for controlling and monitoring Rion NL-43/NL-53 Sound Level Meters via TCP and FTP protocols.