This commit is contained in:
serversdwn
2026-01-05 19:00:49 +00:00
parent 85b211e532
commit 96cb27ef83
2 changed files with 9 additions and 1 deletions

View File

@@ -5,6 +5,14 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.4.1] - 2026 1-5
### Added
- **SLM integration**: Sound Level meters are now managable in SFM
## Fixed ##
- Fixed an issue where unit status wat loading from a saved cache and not based on when it was actually heard from last. Unit status is now accurate.
## [0.4.0] - 2025-12-16 ## [0.4.0] - 2025-12-16
### Added ### Added

View File

@@ -1,4 +1,4 @@
# Seismo Fleet Manager v0.4.0 # Seismo Fleet Manager v0.4.1
Backend API and HTMX-powered web interface for managing a mixed fleet of seismographs and field modems. Track deployments, monitor health in real time, merge roster intent with incoming telemetry, and control your fleet through a unified database and dashboard. Backend API and HTMX-powered web interface for managing a mixed fleet of seismographs and field modems. Track deployments, monitor health in real time, merge roster intent with incoming telemetry, and control your fleet through a unified database and dashboard.
## Features ## Features