mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 07:30:13 +01:00
This commit is contained in:
parent
15c11ec3d5
commit
5753bb19f8
7 changed files with 23 additions and 9 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.7.0 # Matches dockerhub compose.
|
APP_VERSION=v2.7.1 # Matches dockerhub compose.
|
||||||
|
|
||||||
############################
|
############################
|
||||||
# Theming
|
# Theming
|
||||||
|
|
|
||||||
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -9,7 +9,7 @@ This format follows Keep a Changelog principles and aims for Semantic Versioning
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Summary
|
### Summary
|
||||||
Minor UI fixes for Quick Build progress and completion display.
|
_No unreleased changes yet._
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
_No unreleased additions yet._
|
_No unreleased additions yet._
|
||||||
|
|
@ -17,9 +17,16 @@ _No unreleased additions yet._
|
||||||
### Changed
|
### Changed
|
||||||
_No unreleased changes yet._
|
_No unreleased changes yet._
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
_No unreleased fixes yet._
|
||||||
|
|
||||||
|
## [2.7.1] - 2025-10-14
|
||||||
|
### Summary
|
||||||
|
Quick Build UI refinements for improved desktop display.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Quick Build progress display now uses full desktop width instead of narrow mobile-like layout
|
- Quick Build progress display now uses full desktop width instead of narrow mobile-like layout
|
||||||
- Quick Build completion screen properly transitions to full-width Step 5 layout matching manual build experience_
|
- Quick Build completion screen properly transitions to full-width Step 5 layout matching manual build experience
|
||||||
|
|
||||||
## [2.7.0] - 2025-10-14
|
## [2.7.0] - 2025-10-14
|
||||||
### Summary
|
### Summary
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# MTG Python Deckbuilder ${VERSION}
|
# MTG Python Deckbuilder ${VERSION}
|
||||||
|
|
||||||
### Summary
|
### Summary
|
||||||
Minor UI fixes for Quick Build progress and completion display.
|
_No unreleased changes yet._
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
_No unreleased additions yet._
|
_No unreleased additions yet._
|
||||||
|
|
@ -10,5 +10,4 @@ _No unreleased additions yet._
|
||||||
_No unreleased changes yet._
|
_No unreleased changes yet._
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Quick Build progress display now uses full desktop width instead of narrow mobile-like layout
|
_No unreleased fixes yet._
|
||||||
- Quick Build completion screen properly transitions to full-width Step 5 layout matching manual build experience_
|
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,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.7.0" # Displayed version label (set per release/tag)
|
APP_VERSION: "2.7.1" # Displayed version label (set per release/tag)
|
||||||
|
|
||||||
# ------------------------------------------------------------------
|
# ------------------------------------------------------------------
|
||||||
# Misc / Land Selection (Step 7) Environment Tuning
|
# Misc / Land Selection (Step 7) Environment Tuning
|
||||||
|
|
|
||||||
|
|
@ -121,7 +121,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.7.0" # Displayed version label (set per release/tag)
|
APP_VERSION: "2.7.1" # Displayed version label (set per release/tag)
|
||||||
|
|
||||||
# ------------------------------------------------------------------
|
# ------------------------------------------------------------------
|
||||||
# Misc / Land Selection (Step 7) Environment Tuning
|
# Misc / Land Selection (Step 7) Environment Tuning
|
||||||
|
|
|
||||||
8
docs/releases/v2.7.1.md
Normal file
8
docs/releases/v2.7.1.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# MTG Python Deckbuilder v2.7.1
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
Quick Build UI refinements for improved desktop display.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Quick Build progress display now uses full desktop width instead of narrow mobile-like layout
|
||||||
|
- Quick Build completion screen properly transitions to full-width Step 5 layout matching manual build experience
|
||||||
|
|
@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "mtg-deckbuilder"
|
name = "mtg-deckbuilder"
|
||||||
version = "2.7.0"
|
version = "2.7.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