Skip to content

WalBridge v1.1.0

Latest

Choose a tag to compare

@paul-cch paul-cch released this 15 Jul 18:05
a6c17da

Highlights

  • Added opt-in VS Code token-color syncing without replacing existing TextMate rules.
  • Wallpaper colors now reapply after display changes and resync when configuration changes.
  • Require Pillow 12.3.0 and escape LaunchAgent install paths before plist rendering.

Added

  • GitHub Pages project site.
  • Opt-in VS Code token-color syncing that preserves existing user TextMate rules.
  • CI coverage for sandboxed macOS installs and Swift runtime startup.

Changed

  • CI now uses the current stable major releases of actions/checkout and actions/setup-python.
  • Wallpaper colors now reapply after display configuration changes.
  • Wallpaper sync cache now invalidates when config or WALLPAPER_* overrides change.
  • Theme watcher startup and wallpaper cycling now avoid first-run double-cycle races.
  • Target App path policy, output writes, fallbacks, failure reporting, and Sync Run orchestration now use shared modules.

Security