You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 0.42.182-alpha (2025-03-01 / 50cc172)
## Fixed
- Make sure CLI flags can negate options set in `.clojure/deps.edn` /
`deps.local.edn`, e.g. `{:launchpad/options {:emacs true}}` with
`--no-cider-connect`
# 0.36.159-alpha (2025-02-09 / eafa135)
## Added
- `--[no-]namespace-maps` option (disable `*print-namespace-maps*`)
## Changed
- Boolean flags are now defined as `--[no-]...`, so that you can override
local/global/project defaults from the command line, e.g. `bin/launchpad
--no-go`