Skip to content

Commit 24de8b1

Browse files
itsDNNSclaude
andcommitted
Add changelog entry for v2026-02-09.16, link changelog in README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 53d492b commit 24de8b1

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
Versioning: `YYYY-MM-DD.N` (date + sequential build number per day)
66

7+
## [2026-02-09.16]
8+
9+
### Added
10+
- **French translation** (Français): Full UI localization with SFR as cable ISP option
11+
- **Spanish translation** (Español): Full UI localization with Vodafone, Euskaltel, R, Telecable as cable ISP options
12+
- **Installation guide** (`INSTALL.md`): Step-by-step beginner guide with 4 install methods (Docker CLI, Compose, Portainer, Dockhand), setup wizard walkthrough, troubleshooting, and uninstall instructions
13+
- **Timezone-aware snapshot hint**: Setup and settings show converted local time next to server timezone for daily snapshot scheduling
14+
- **Dedicated user recommendation**: Setup wizard and install guide recommend creating a separate modem user for DOCSight
15+
16+
### Changed
17+
- **i18n modularized**: Translations moved from single Python file to `app/i18n/` package with per-language JSON files — adding a new language now only requires dropping a `.json` file
18+
- **Poll interval default**: Changed from 5 minutes (300s) to **15 minutes** (900s)
19+
- **Poll interval maximum**: Increased from 1 hour (3600s) to **4 hours** (14400s)
20+
- **History default**: Changed to unlimited (0 = keep all snapshots)
21+
- **Documentation generalized**: Replaced FRITZ!Box-specific references with modem-agnostic wording throughout README and INSTALL
22+
- **Environment variable rename**: `FRITZ_*` env vars deprecated in favor of `MODEM_*` (old vars still work as fallback)
23+
- **Config key migration**: Old `fritz_*` keys in config.json automatically migrated to `modem_*` on load
24+
725
## [2026-02-09.15] - Initial Public Release
826

927
### Added

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
- [Requirements](#requirements)
2828
- [Roadmap](#roadmap)
2929
- [Contributing](#contributing)
30+
- [Changelog](#changelog)
3031

3132
## Features
3233

@@ -161,6 +162,10 @@ Copy `.env.example` to `.env` and edit:
161162

162163
See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and guidelines.
163164

165+
## Changelog
166+
167+
See [CHANGELOG.md](CHANGELOG.md) for a detailed list of changes per version.
168+
164169
## License
165170

166171
[MIT](LICENSE)

0 commit comments

Comments
 (0)