Skip to content

chore(deps): update registry.gitlab.com/duartesantos8/opengym/web docker tag to v1.3.5 - #211

Merged
mainman94 merged 1 commit into
mainfrom
renovate/registry.gitlab.com-duartesantos8-opengym-web-1.x
Sep 6, 2026
Merged

chore(deps): update registry.gitlab.com/duartesantos8/opengym/web docker tag to v1.3.5#211
mainman94 merged 1 commit into
mainfrom
renovate/registry.gitlab.com-duartesantos8-opengym-web-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
registry.gitlab.com/duartesantos8/opengym/web (source) patch 1.3.41.3.5

Release Notes

DuarteSantos8/opengym (registry.gitlab.com/duartesantos8/opengym/web)

v1.3.5

Compare Source

One bug, and the one everybody with the Android app and their own API key ran into. Web bundle and
APK; the API only carries the version number.

  • 🔑 "Bring my own API key" works on the phone. Since v1.3.0 every key-store call on Android
    hung before it started: the secure-storage plugin was handed to the app as the value of a promise,
    and a Capacitor plugin object answers any property name with a native method — then
    included — so the promise took it for a thenable, called a native SecureStorage.then() that does
    not exist, and never settled. That one stuck await was all three reports at once: "Save and use
    the Coach" greyed out forever, the key "not saved" when you came back, and a Coach that sat on
    "thinking…" without end because the job read the key first. The plugin now travels inside a plain
    object, a test drives the store through a Capacitor-style proxy so it cannot come back, and the
    whole flow — save, intake, plan, restart with the key still there — was run on an emulator before
    tagging. The web app and the "use my self-hosted openGym" mode were never affected.
    (issues #​42, #​58; reported by many on Discord)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from mainman94 as a code owner September 6, 2026 13:05
@mainman94
mainman94 merged commit 299550c into main Sep 6, 2026
2 checks passed
@mainman94
mainman94 deleted the renovate/registry.gitlab.com-duartesantos8-opengym-web-1.x branch September 6, 2026 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant