Skip to content

v1.1.1

Choose a tag to compare

@thebigjoe1 thebigjoe1 released this 08 Aug 03:53
· 4 commits to main since this release
a2257fa

Patch release. ntfy push-notification titles with non-ASCII characters no longer arrive mangled; Docker images now mirror to Docker Hub alongside GHCR; two open Dependabot alerts closed.

Changed

  • Docker images now mirror to Docker Hub alongside GHCR. Pull from traceapps/lifttrace:1.1.1 on Docker Hub (hub.docker.com/r/traceapps/lifttrace) or ghcr.io/traceapps/lifttrace:1.1.1 on GHCR (the existing primary). Both registries are kept in lockstep. Publish list also trimmed to just :latest and :dev (dropped noisy :main and per-commit :sha-* tags — semver-tagged pulls like :1.1.1 / :1.1 / :1 are unaffected).

Fixed

  • Push notification titles with non-ASCII characters no longer arrive mangled. The ntfy Title header carries HTTP header bytes only, so a workout name with an em-dash, accented character, or emoji (e.g. "Push — Chest Day") was being dropped or corrupted by the receiving client. Titles are now RFC 2047-encoded (=?UTF-8?B?…?=) when they contain any non-ASCII byte, so the notification shade renders them correctly on every ntfy client.

Security


services:
  lifttrace:
    image: ghcr.io/traceapps/lifttrace:1.1.1
    #