LaunchBack 1.0.2 Beta
Pre-releaseFixed swipe transitions overlapping/gapping mid-page-flip
Each page reserved its own left/right margin to get that centered "framed" look, but mid-swipe — with two pages partially on screen at once — both pages' margins landed in the middle of the screen simultaneously, leaving a big blank gap between the outgoing and incoming icons. The margin is now applied to the scrollable area as a whole instead of to each page individually, so pages slide directly flush against each other with no gap.
Faster, more consistent page-change animation
Swiping with a mouse or tapping a page dot now uses a quick, explicit animation instead of SwiftUI's default (looser, ~0.55s) spring, so it matches the snappier feel of trackpad swiping and classic Launchpad's own page flip.
Background now matches your actual wallpaper
Previously the background used a system blur material that could wash out colors compared to your real desktop picture. It now reads and blurs your actual wallpaper image directly for an exact color match. For macOS's newer animated/procedural wallpapers (which have no image file to read), it falls back to a live screen snapshot of just the desktop layer — this requires one-time Screen Recording permission (you'll be prompted; approve it and relaunch once).
Dock now hides while the grid is open
Matches classic Launchpad's behavior instead of leaving the Dock visible underneath.
Centering fix
Fixed a regression from the swipe-gap fix where the grid could render flush to one side instead of centered.