chore(deps): update registry.gitlab.com/duartesantos8/opengym/web docker tag to v1.3.5 - #211
Merged
mainman94 merged 1 commit intoSep 6, 2026
Conversation
…ker tag to v1.3.5
mainman94
deleted the
renovate/registry.gitlab.com-duartesantos8-opengym-web-1.x
branch
September 6, 2026 15:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.4→1.3.5Release Notes
DuarteSantos8/opengym (registry.gitlab.com/duartesantos8/opengym/web)
v1.3.5Compare 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.
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 —
thenincluded — so the promise took it for a thenable, called a native
SecureStorage.then()that doesnot exist, and never settled. That one stuck
awaitwas all three reports at once: "Save and usethe 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)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.