Skip to content

PzzaCode 0.2.25

Choose a tag to compare

@pzzaworks pzzaworks released this 06 Sep 21:45
· 62 commits to main since this release

What's new in 0.2.25

Fixes for project sync found on a real multi-device setup.

Project sync

  • Project cards no longer collapse into slivers once dozens of repos are listed; the file browser rows get the same fix.
  • The projects root is resolved case-insensitively on each device, so ~/Projects on the Mac finds ~/projects on a Linux box. The resolved path shows in the device pill.
  • Repos are matched across devices by origin or path: the same repo kept at different paths is updated in place instead of cloned twice, and a remote that moved between accounts still counts as one project. The card shows a device's own path when it differs and lists every origin seen.
  • Env files copy between a project's actual paths on each device.
  • Env chips sit on their own line under the project name, so long names and many env files no longer crowd each other.