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-confirmelement, 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.gitignorefor local Node/npm installs used during development. - Dev dependencies: Bumped
eslintto 10.6.0,playwrightand@playwright/testto 1.61.1,@types/chrometo 0.2.0, andglobalsto 17.7.0 (supersedes Dependabot PRs #183–#187).
Installation
Chrome / Chromium / Edge / Brave
- Download
GitSyncMarks-v3.0.5-chrome.zip - Extract the ZIP
- Open
chrome://extensions/ - Enable Developer mode (toggle in the top right)
- Click Load unpacked
- Select the extracted folder
Firefox
- Download
GitSyncMarks-v3.0.5-firefox.zip - Open
about:debugging#/runtime/this-firefox - Click Load Temporary Add-on...
- Select the ZIP file or the
manifest.jsoninside the extracted folder
More info: README