🌸Spring 2026 Pebble App Contest — View the entries!

Changelog

Version 1.5.02026-07-20T18:20:29.043

- **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.

Version 1.4.12026-07-16T18:33:01.547

**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.

Version 1.4.02026-07-15T19:59:05.078

### 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.

Version 1.3.02026-07-15T19:01:50.77

### 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.

Version 1.2.02026-07-15T18:08:40.965

## [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.

Version 1.0.12026-06-04T13:38:34.74

Add launcher menu icon

Version 1.0.02026-06-03T13:04:46.134

No release notes available