Vect v0.3.4
The disk image opens like a disk image again, and the frame stops leaving
gaps where nobody asked for them.
Fixed
- The macOS download opens as a window with an arrow in it, not as a list of files. Every release built on CI shipped a volume that opened showing
.background,.VolumeIcon.icns,ApplicationsandVect.appside by side with nothing telling you to drag one onto the other: tauri arranges that window by asking Finder to do it, and a build runner has no Finder, so the arrangement was silently never written. The layout now travels with the source and is written onto the volume after the build, and the three support files are marked invisible rather than merely dot-prefixed - The content pane no longer stops well short of the status bar. In calm density the frame holds room at the bottom for the bar to float in, and that reserve was written as a hard-coded 30px bar plus 12px of air for a bar that is neither: an editor ended 16.5px above it, twice the gap every other edge keeps
Changed
- Tabs are smaller and squarer: half the corner radius of the card below them, 128px wide instead of 160px, and the air beneath a tab is now the same as the air between two of them
- The terminal draws its cells rather than building each one as an element, when there is a GPU to draw with. Measured both ways in both engines: on Windows this is a steadier frame under heavy output, on macOS both renderers were already keeping up and it changes nothing you can see. A machine with no graphics acceleration keeps the old renderer, because there the drawn one is three times slower
macOS only for this build. The Actions budget on the build account is
exhausted, so this DMG was built, signed and notarized on the maintainer's
machine instead of by CI. Windows and Linux stay on 0.3.3 until the pipeline
runs again, and the updater will not offer them anything in the meantime.