Skip to content

GitSyncMarks v3.0.5

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jul 00:43
2903502

Fixed

  • Onboarding wizard first-sync hang: The wizard's first sync (pull/push/sync) no longer spins forever with no error. The confirmation prompt was rendered by the shared #onboarding-confirm element, which lives inside #settings-shell — hidden while the wizard is active — so its Yes/No buttons were invisible and the awaited confirmation promise never resolved. confirmWizardSyncAction() now hides the busy spinner and temporarily moves the confirm dialog into the visible wizard screen while prompting, then restores it for the Git-tab flow.

Changed

  • Developer tooling: Added .tools/ to .gitignore for local Node/npm installs used during development.
  • Dev dependencies: Bumped eslint to 10.6.0, playwright and @playwright/test to 1.61.1, @types/chrome to 0.2.0, and globals to 17.7.0 (supersedes Dependabot PRs #183#187).

Installation

Chrome / Chromium / Edge / Brave

  1. Download GitSyncMarks-v3.0.5-chrome.zip
  2. Extract the ZIP
  3. Open chrome://extensions/
  4. Enable Developer mode (toggle in the top right)
  5. Click Load unpacked
  6. Select the extracted folder

Firefox

  1. Download GitSyncMarks-v3.0.5-firefox.zip
  2. Open about:debugging#/runtime/this-firefox
  3. Click Load Temporary Add-on...
  4. Select the ZIP file or the manifest.json inside the extracted folder

More info: README