pingdotgg/t3code v0.0.19 → v0.0.20

v0.0.20 is a small stability release. The main user-facing change fixes a client-settings edge case that could crash the app for people carrying forward older persisted settings.

What's new

  • Client settings hydration now fills in defaults for fields that were added after your last saved settings snapshot, instead of leaving them undefined. This specifically fixes crashes caused by missing sidebarProjectGroupingOverrides, including failures in project grouping resolution and the Sidebar override dialog when looking up a project's physical key. (#2099)

Fixes

  • Fixed a runtime crash caused by older persisted client settings that did not include sidebarProjectGroupingOverrides, which showed up as TypeError: Cannot read properties of undefined. (#2099)

Other notable changes

  • The release workflow now installs dependencies before finalizing version bumps, which fixes a failed module resolution step in the release job. (#2100)

Contributors

  • @juliusmarminge