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

@ -9,7 +9,7 @@ This format follows Keep a Changelog principles and aims for Semantic Versioning
## [Unreleased]
### Added
- **Smart Land Bases checkbox**: The New Deck modal Preferences section now has a **Smart Land Bases** checkbox (checked by default) to enable or disable smart land analysis per-build, replacing the `ENABLE_SMART_LANDS` environment variable.
_No unreleased changes yet_
### Changed
_No unreleased changes yet_
@ -17,6 +17,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 Preferences section now has a **Smart Land Bases** checkbox (checked by default) to enable or disable smart land analysis per-build, replacing the `ENABLE_SMART_LANDS` environment variable.
### Removed
- **`ENABLE_SMART_LANDS` environment variable**: Removed in favor of the per-build checkbox in the New Deck modal. Use `LAND_PROFILE` or `LAND_COUNT` for headless/CLI control.