mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 23:50:12 +01:00
This commit is contained in:
parent
6f67ee79ca
commit
f6a6f72950
7 changed files with 39 additions and 11 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
# HOST=0.0.0.0 # Uvicorn bind host (only when APP_MODE=web).
|
# HOST=0.0.0.0 # Uvicorn bind host (only when APP_MODE=web).
|
||||||
# PORT=8080 # Uvicorn port.
|
# PORT=8080 # Uvicorn port.
|
||||||
# WORKERS=1 # Uvicorn worker count.
|
# WORKERS=1 # Uvicorn worker count.
|
||||||
APP_VERSION=v2.6.0 # Matches dockerhub compose.
|
APP_VERSION=v2.6.1 # Matches dockerhub compose.
|
||||||
|
|
||||||
############################
|
############################
|
||||||
# Theming
|
# Theming
|
||||||
|
|
|
||||||
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -9,8 +9,22 @@ This format follows Keep a Changelog principles and aims for Semantic Versioning
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Summary
|
### Summary
|
||||||
|
- _No unreleased changes yet._
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- _No unreleased changes yet._
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- _No unreleased changes yet._
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- _No unreleased changes yet._
|
||||||
|
|
||||||
|
## [2.6.1] - 2025-10-13
|
||||||
|
### Summary
|
||||||
- Fixed issues with custom themes in the web UI.
|
- 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 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
|
### Added
|
||||||
- Non-basic land type tagging (i.e. Caves, Deserts, Gates, etc...) in the tagging module.
|
- Non-basic land type tagging (i.e. Caves, Deserts, Gates, etc...) in the tagging module.
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,13 @@
|
||||||
# MTG Python Deckbuilder ${VERSION}
|
# MTG Python Deckbuilder ${VERSION}
|
||||||
|
|
||||||
### Summary
|
### Summary
|
||||||
- Fixed issues with custom themes in the web UI.
|
- _No unreleased changes yet._
|
||||||
- Added non-basic land type tagging (i.e. Caves, Deserts, Gates, etc...) in the tagging module.
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Non-basic land type tagging (i.e. Caves, Deserts, Gates, etc...) in the tagging module.
|
- _No unreleased changes yet._
|
||||||
- Close button to alternatives panel header so it can be dismissed.
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Removed the owned badge from each alternative and moved owned metadata to a data attribute on the button.
|
- _No unreleased changes yet._
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Custom theme fuzzy matching now accepts selection.
|
- _No unreleased changes yet._
|
||||||
- Custom themes may now be removed from the list.
|
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@ services:
|
||||||
# WEB_THEME_FILTER_PREWARM: "0"
|
# WEB_THEME_FILTER_PREWARM: "0"
|
||||||
WEB_AUTO_ENFORCE: "0" # 1=auto-run compliance export after builds
|
WEB_AUTO_ENFORCE: "0" # 1=auto-run compliance export after builds
|
||||||
WEB_CUSTOM_EXPORT_BASE: "" # Optional: custom base dir for deck export artifacts
|
WEB_CUSTOM_EXPORT_BASE: "" # Optional: custom base dir for deck export artifacts
|
||||||
APP_VERSION: "2.6.0" # Displayed version label (set per release/tag)
|
APP_VERSION: "2.6.1" # Displayed version label (set per release/tag)
|
||||||
|
|
||||||
# ------------------------------------------------------------------
|
# ------------------------------------------------------------------
|
||||||
# Misc / Land Selection (Step 7) Environment Tuning
|
# Misc / Land Selection (Step 7) Environment Tuning
|
||||||
|
|
|
||||||
|
|
@ -115,7 +115,7 @@ services:
|
||||||
# WEB_THEME_FILTER_PREWARM: "0"
|
# WEB_THEME_FILTER_PREWARM: "0"
|
||||||
WEB_AUTO_ENFORCE: "0" # 1=auto-run compliance export after builds
|
WEB_AUTO_ENFORCE: "0" # 1=auto-run compliance export after builds
|
||||||
WEB_CUSTOM_EXPORT_BASE: "" # Optional: custom base dir for deck export artifacts
|
WEB_CUSTOM_EXPORT_BASE: "" # Optional: custom base dir for deck export artifacts
|
||||||
APP_VERSION: "2.6.0" # Displayed version label (set per release/tag)
|
APP_VERSION: "2.6.1" # Displayed version label (set per release/tag)
|
||||||
|
|
||||||
# ------------------------------------------------------------------
|
# ------------------------------------------------------------------
|
||||||
# Misc / Land Selection (Step 7) Environment Tuning
|
# Misc / Land Selection (Step 7) Environment Tuning
|
||||||
|
|
|
||||||
17
docs/releases/v2.6.1.md
Normal file
17
docs/releases/v2.6.1.md
Normal 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.
|
||||||
|
|
@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "mtg-deckbuilder"
|
name = "mtg-deckbuilder"
|
||||||
version = "2.6.0"
|
version = "2.6.1"
|
||||||
description = "A command-line tool for building and analyzing Magic: The Gathering decks"
|
description = "A command-line tool for building and analyzing Magic: The Gathering decks"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = {file = "LICENSE"}
|
license = {file = "LICENSE"}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue