feature: add non-basic land types to tagging mechanics

This commit is contained in:
matt 2025-10-13 15:07:31 -07:00
parent fbb85645e6
commit 4a8d71b16b
6 changed files with 402 additions and 177 deletions

View file

@ -1,14 +1,15 @@
# MTG Python Deckbuilder ${VERSION}
## [Unreleased]
### Summary
- _No unreleased changes yet._
- 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.
### Added
- _No unreleased changes yet._
- Non-basic land type tagging (i.e. Caves, Deserts, Gates, etc...) in the tagging module.
### Changed
- _No unreleased changes yet._
### Fixed
- _No unreleased changes yet._
- Custom theme fuzzy matching now accepts selection.
- Custom themes may now be removed from the list.