## v2.0.0 (unreleased) ### Breaking changes - Profile-to-profile inheritance removed. Profiles are now flat game-specific overrides applied directly on top of global defaults. - `profile tree`, `profile inherit`, and `profile clear-inherit` commands removed. - `profile export` now exports only explicitly configured settings (sparse), not fully resolved settings. Old exports with all settings baked in can still be imported. - Settings renamed: `overlay` → `mangohud`, `performance` → `gamemode` (from prior work). ### Migration If upgrading from v1: run `gamewrap config migrate` to update renamed setting keys. Profile files exported with v1 can still be imported but will include all resolved settings — re-export after import to get the sparse format.