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

This commit is contained in:
matt 2025-10-13 16:06:58 -07:00
parent 6f67ee79ca
commit f6a6f72950
7 changed files with 39 additions and 11 deletions

17
docs/releases/v2.6.1.md Normal file
View file

@ -0,0 +1,17 @@
# MTG Python Deckbuilder v2.6.1
## Summary
- Fixed issues with custom themes in the web UI.
- Added non-basic land type tagging (i.e. Caves, Deserts, Gates, etc...) in the tagging module.
- Improved alternatives panel UX with dismissible header and cleaner owned card indicators.
## Added
- Non-basic land type tagging (i.e. Caves, Deserts, Gates, etc...) in the tagging module.
- Close button to alternatives panel header so it can be dismissed.
## Changed
- Removed the owned badge from each alternative and moved owned metadata to a data attribute on the button.
## Fixed
- Custom theme fuzzy matching now accepts selection.
- Custom themes may now be removed from the list.