diff --git a/CHANGELOG.md b/CHANGELOG.md index 8612636..89b1929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ All notable changes to Seismo Fleet Manager 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). +## [0.4.4] - 2026-01-23 + +### Added +- **Recurring schedules**: New scheduler service, recurring schedule APIs, and schedule templates (calendar/interval/list). +- **Alerts UI + backend**: Alerting service plus dropdown/list templates for surfacing notifications. +- **Report templates + viewers**: CRUD API for report templates, report preview screen, and RND file viewer. +- **SLM tooling**: SLM settings modal and SLM project report generator workflow. + +### Changed +- **Project data management**: Unified files view, refreshed FTP browser, and new project header/templates for file/session/unit/assignment lists. +- **Device/SLM sync**: Standardized SLM device types and tightened SLMM sync paths. +- **Docs/scripts**: Cleanup pass and expanded device-type documentation. + +### Fixed +- **Scheduler actions**: Strict command definitions so actions run reliably. +- **Project view title**: Resolved JSON string rendering in project headers. + ## [0.4.3] - 2026-01-14 ### Added @@ -361,6 +378,7 @@ No database migration required for v0.4.0. All new features use existing databas - Photo management per unit - Automated status categorization (OK/Pending/Missing) +[0.4.4]: https://github.com/serversdwn/seismo-fleet-manager/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/serversdwn/seismo-fleet-manager/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/serversdwn/seismo-fleet-manager/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/serversdwn/seismo-fleet-manager/compare/v0.4.0...v0.4.1 diff --git a/README.md b/README.md index f404d5a..70e78c7 100644 --- a/README.md +++ b/README.md @@ -571,9 +571,11 @@ MIT ## Version -**Current: 0.4.3** — SLM roster/project view refresh, project insight panels, FTP browser folder downloads, and SLMM sync (2026-01-14) +**Current: 0.4.4** — Recurring schedules, alerting UI, report templates + RND viewer, and SLM workflow polish (2026-01-23) -Previous: 0.4.2 — SLM configuration interface with TCP/FTP controls, modem diagnostics, and dashboard endpoints for Sound Level Meters (2026-01-05) +Previous: 0.4.3 — SLM roster/project view refresh, project insight panels, FTP browser folder downloads, and SLMM sync (2026-01-14) + +0.4.2 — SLM configuration interface with TCP/FTP controls, modem diagnostics, and dashboard endpoints for Sound Level Meters (2026-01-05) 0.4.1 — Sound Level Meter integration with full management UI for SLM units (2026-01-05)