chore: prepare release 4.3.2
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
matt 2026-03-25 22:11:39 -07:00
parent b808f411ea
commit 3c834222f8
7 changed files with 41 additions and 6 deletions

View file

@ -2,7 +2,7 @@
## [Unreleased]
### Added
- **Smart Land Bases checkbox**: The New Deck modal now has a **Smart Land Bases** checkbox in the Preferences section (checked by default). Enables or disables smart land analysis per-build without needing environment variables.
_No unreleased changes yet_
### Changed
_No unreleased changes yet_
@ -10,6 +10,13 @@ _No unreleased changes yet_
### Fixed
_No unreleased changes yet_
### Removed
_No unreleased changes yet_
## [4.3.2] - 2026-03-25
### Added
- **Smart Land Bases checkbox**: The New Deck modal now has a **Smart Land Bases** checkbox in the Preferences section (checked by default). Enables or disables smart land analysis per-build without needing environment variables.
### Removed
- **`ENABLE_SMART_LANDS` environment variable**: Replaced by the per-build checkbox. Use `LAND_PROFILE` or `LAND_COUNT` for headless overrides.