changelog: Add automated configuration backup/restore system to changelog

This commit is contained in:
SergeantPanda 2025-12-15 16:22:38 -06:00
parent a60fd530f3
commit 1b27472c81

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Automated configuration backup/restore system with scheduled backups, retention policies, and async task processing - Thanks [@stlalpha](https://github.com/stlalpha) (Closes #153)
### Changed
- Removed unreachable code path in m3u output - Thanks [@DawtCom](https://github.com/DawtCom)