- **Custom JSON progress bars.** Two new progress-bar sources, "Custom 1" and
"Custom 2", driven by a url you configure in settings. The phone fetches
`{"items":[{"name":"...","value":0-100}]}` (item 0 → Custom 1, item 1 →
Custom 2) and forwards only the parsed percentage + an icon id to the watch
— the url itself is never sent over Bluetooth. Use it to track any
percentage-based stat you can expose as JSON.
- Icon per item is picked from its `name`: an hourglass for anything
containing "session", a burst icon for anything containing "week",
otherwise a generic gauge dial.
- Hardening: the fetch refuses responses over 8KB (before and during
download) so a misbehaving endpoint can't stall the phone app, and the
watch independently clamps incoming custom values to 0–100 rather than
trusting the phone unconditionally.**Smaller store download** — a release build script (`tools/release.py`) minifies the
JavaScript bundle and strips the source map, roughly **halving** the `.pbw` size with no change in behavior.
### Added
- **Icon-only bars.** What sits beside the bar is now a choice of nothing, the icon alone, or the icon and value - replacing the on/off toggle. Showing less lengthens the track.
- **Second bar color.** The two-bar layout's lower bar can take its own accent. Off by default, in which case it follows the main accent.
### Changed
- Bigger digits in the two-bar layout - with nothing down the middle they now size off their own half of the screen.
### Added
- **Two-bar horizontal layout.** Hours beside minutes, framed by a progress bar above and below, each tracking its own metric - steps above and battery below by default. Pick it under *Indeling*; the vertical-bar horizontal layout is unchanged.
- **Second bar** setting for the lower bar's metric (steps / battery / calories / distance).
### Fixed
- Horizontal digits no longer shrink when the bar's icon and value are shown, and sit centred between the bar and the screen edge.
- The minutes no longer resize as the time changes.
## [1.1.1]
### Fixed
Fixes settings sometimes not applying correctly - bottom widgets could disappear and the layout choice could be ignored.
## [1.2.0]
### Changed
Swapping the progress bar's icon and value now also flips the bar's fill direction. The bar is slightly shorter when the icon and value are hidden.
No release notes available