Scratch v0.7.1
What's New
Wikilinks
- Type
[[to link between notes with autocomplete suggestions - Click a wikilink to navigate to the target note
- Also added wikilinks to the toolbar and '/' menu
Git Pull & Multi-Device Sync
- Pull remote changes with a sync button in the footer
- Badge shows available commits to pull
- Background polling (60s) detects new remote commits
- Error handling for merge conflicts, auth failures, and diverged branches
Interface Zoom
- Zoom the entire interface from 70% to 150%
- Keyboard shortcuts:
Cmd+=(zoom in),Cmd+-(zoom out),Cmd+0(reset) - Zoom controls also available in Settings > Appearance > Typography
- Zoom level persisted per-folder
Bug Fixes
- Fixed editor find shortcut (
Cmd+F) focus behavior — repeated presses now reliably focus the search input - Fixed local image display on Windows by adding notes folder to the Tauri asset protocol scope
- Fixed settings page scrollbar layout shift
Installation
Download DMG (macOS)
- Download
Scratch_0.7.1_universal.dmgbelow - Open the DMG and drag Scratch to Applications
Homebrew
brew tap erictli/tap
brew install --cask erictli/tap/scratch
Windows
Download Scratch_0.7.1_x64-setup.exe below and run the installer. WebView2 will be downloaded automatically if needed.
Linux
Download Scratch_0.7.1_amd64.AppImage or Scratch_0.7.1_amd64.deb below.
Requirements
- macOS 10.15+ (Universal binary — Intel and Apple Silicon)
- Windows 10/11
- Linux (Ubuntu 22.04+ or equivalent)
Contributors
Thanks to everyone who contributed to this release:
- @blksmr — Wikilinks, interface zoom
- @aleksAperans — Git pull & multi-device sync
- @eeee0717 — Editor find shortcut fix, settings scrollbar fix