Rename to series 3 watcher

This commit is contained in:
serversdwn
2026-03-12 19:14:30 -04:00
parent 9b20d93f4c
commit 00956c022a
5 changed files with 21 additions and 12 deletions

View File

@@ -1,11 +1,20 @@
# Changelog
All notable changes to **Series3 Agent** will be documented in this file.
All notable changes to **Series 3 Watcher** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [1.3.0] - 2026-03-12
### Changed
- Renamed program to "series3-watcher" and main script to `series3_watcher.py` — better reflects what it does (watches for activity) rather than implying active data emission.
- Default `SOURCE_TYPE` updated to `series3_watcher`.
- Default log filename updated to `series3_watcher.log`.
---
## [1.2.1] - 2026-03-03
### Changed