mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-24 05:40:15 +00:00
First two commits fix the issue when upgrading from 1.2.x to 1.3.x. (#11304) > To double check if this pr really fixes the issue, you can either archive a release build, sign with the same profile, and override manually. > > Or you can find the `savedState` files (located in `~/Library/Daemon\ Containers/<uuid>`), can copy them the local build dir (which is what I did), and run the debug build. Following commits add tests for migrations and some logs. **Currently the minimum version is set to 1.2.x**, since there's a lot changes comparing to 1.1.x. It will be difficult to restore `Ghostty.SplitNode` -> `SplitTree<Ghostty.SurfaceView>` without introducing a lot of checks.