mwisnowski
|
4e03997923
|
Bracket enforcement + inline gating; global pool prune; compliance JSON artifacts; UI combos gating; compose envs consolidated; fix YAML; bump version to 2.2.5
|
2025-09-03 18:00:06 -07:00 |
|
mwisnowski
|
42c8fc9f9e
|
Merge pull request #9 from mwisnowski/maintenance/mobile-ui
|
2025-09-02 16:04:46 -07:00 |
|
matt
|
0033f07783
|
Web: mobile UI polish; Multi-Copy opt-in + tag filter; banner subtitle inline; New Deck modal refinements; version bump to 2.2.4; update release notes template
|
2025-09-02 16:03:12 -07:00 |
|
mwisnowski
|
ef858e6d6a
|
chore:removed unused combo.json file to fix an action error
|
2025-09-02 11:45:25 -07:00 |
|
mwisnowski
|
44f9665f4e
|
Merge pull request #8 from mwisnowski/maintenance/code-cleanup
web: DRY Step 5 and alternatives (partial+macro), centralize start_ctx/owned_set, adopt builder_*;
|
2025-09-02 11:39:52 -07:00 |
|
mwisnowski
|
014bcc37b7
|
web: DRY Step 5 and alternatives (partial+macro), centralize start_ctx/owned_set, adopt builder_*
|
2025-09-02 11:39:14 -07:00 |
|
mwisnowski
|
fe9aabbce9
|
chore(release): v2.2.3 - fixed bug causing basic lands to not be added; updated removal tagging logic causing non-removal cards to be tagged due to wording
|
2025-09-01 20:20:04 -07:00 |
|
mwisnowski
|
a0a12baa9b
|
chore(release): v2.2.2 – seed default config files on startup; preserve defaults in image; bump versions in compose; update changelog
|
2025-09-01 17:54:38 -07:00 |
|
mwisnowski
|
1988f98c5b
|
Merge pull request #7 from mwisnowski/feature/combos-tagging
feat(combos): add Combos & Synergies detection, chip-style UI with du…
|
2025-09-01 16:59:03 -07:00 |
|
mwisnowski
|
6c48fb3437
|
feat(combos): add Combos & Synergies detection, chip-style UI with dual hover; JSON persistence and headless honoring; stage ordering; docs and tests; bump to v2.2.1
|
2025-09-01 16:55:24 -07:00 |
|
mwisnowski
|
cc16c6f13a
|
Merge pull request #6 from mwisnowski/implement-multiple-copy-cards
feat(web): Multi-Copy modal earlier; Multi-Copy stage before lands; b…
|
2025-08-29 09:22:13 -07:00 |
|
matt
|
341a216ed3
|
feat(web): Multi-Copy modal earlier; Multi-Copy stage before lands; bump version to 2.1.1; update CHANGELOG\n\n- Modal triggers after commander selection (Step 2)\n- Multi-Copy applied first in Step 5, lands next\n- Keep mc_summary/clamp/adjustments wiring intact\n- Tests green
|
2025-08-29 09:19:03 -07:00 |
|
matt
|
be672ac5d2
|
release: default to Web UI in Docker image, add HEALTHCHECK and APP_VERSION; CI smoke test; compose docs and dockerhub compose file
|
2025-08-28 20:40:19 -07:00 |
|
mwisnowski
|
9357a04541
|
Merge pull request #5 from mwisnowski/implement-ui
Release v2.0.1 – Web UI upgrade, theme reset, diagnostics, docs
|
2025-08-28 16:47:22 -07:00 |
|
matt
|
cbfaf03b1b
|
including updated example docker compose file
|
2025-08-28 16:45:42 -07:00 |
|
matt
|
171fa5cbaf
|
release: v2.0.1 — Web UI major upgrade, theming reset, diagnostics polish, docs refreshed
|
2025-08-28 16:44:58 -07:00 |
|
matt
|
721e1884af
|
feat: locks/replace/compare/permalinks; perf: virtualization, LQIP, caching, diagnostics; add tests, docs, and issue/PR templates (flags OFF)
|
2025-08-28 14:57:22 -07:00 |
|
mwisnowski
|
f8c6b5c07e
|
Web UI polish: thumbnail-hover preview, white thumbnail selection, Themes bullet list; global Scryfall image retry (thumbs+previews) with fallbacks and cache-bust; standardized data-card-name. Deck Summary alignment overhaul (count//name/owned grid, tabular numerals, inset highlight, tooltips, starts under header). Added diagnostics (health + logs pages, error pages, request-id propagation), global HTMX error toasts, and docs updates. Update DOCKER guide and add run-web scripts. Update CHANGELOG and release notes template.
|
2025-08-27 11:21:46 -07:00 |
|
matt
|
8d1f6a8ac4
|
feat(web,docs): visual summaries (curve, pips/sources incl. 'C', non‑land sources), tooltip copy, favicon; diagnostics (/healthz, request‑id, global handlers); fetches excluded, basics CSV fallback, list highlight polish; README/DOCKER/release-notes/CHANGELOG updated
|
2025-08-26 20:00:07 -07:00 |
|
mwisnowski
|
625f6abb13
|
Web/builder: Owned stability+enrichment+exports; prefer-owned toggle & bias; staged build show-skipped; UI polish; docs update
|
2025-08-26 16:25:34 -07:00 |
|
mwisnowski
|
fd7fc01071
|
Web + backend: propagate tag_mode (AND/OR) end-to-end; AND-mode overlap prioritization for creatures and theme spells; headless configs support tag_mode; add Scryfall attribution footer and configs UI indicators; minor polish. (#and-overlap-pass)
|
2025-08-26 11:34:42 -07:00 |
|
mwisnowski
|
0f73a85a4e
|
Web UI: setup progress + logs folding, Finished Decks library, commander search UX (debounce, keyboard, highlights, color chips), ranking fixes (first-word priority, substring include), optional auto-select; setup start reliability (POST+GET), force runs, status with percent/ETA/timestamps; stepwise builder with added stage reporting and sidecar summaries; keyboard grid wrap-around; restrict commander search to eligible rows
|
2025-08-26 09:48:25 -07:00 |
|
mwisnowski
|
8fa040a05a
|
build(windows): fix PyInstaller packaging\n\n- Add spec file with hiddenimports and data dirs\n- Use spec in release workflow; fallback to --paths code\n- Insert ./code into sys.path when frozen to resolve local imports
|
2025-08-25 09:57:02 -07:00 |
|
mwisnowski
|
e52dfd7bb5
|
Merge branch 'owned-card-library-implementation'
|
2025-08-25 09:49:30 -07:00 |
|
mwisnowski
|
acfb29cafb
|
feat(owned-cards): add owned-only workflow, multi-file parsing, and recommendations export\n\n- Prompt to use only owned cards (gated by presence of lists)\n- Support .txt/.csv owned lists, multi-select; commander exempt\n- Owned-only filtering + add guard; recommendations CSV/TXT when incomplete\n- CSV Owned column when not owned-only\n- Docs and Docker updated (owned_cards + config mounts)\n- CI: Windows EXE on tag; Docker Hub tag fix (no major.minor)\n- Changelog added; RELEASE_NOTES.md ignored
|
2025-08-25 09:48:05 -07:00 |
|
matt
|
5f922835a6
|
chore(release): v1.1.2 bump, notes/template + README updates, Docker Hub description updater, headless/docs tweaks
|
2025-08-23 15:29:45 -07:00 |
|
matt
|
fd2530cea3
|
Release v1.1.1: headless README flags + DockerHub notes auto from template
|
2025-08-22 16:46:44 -07:00 |
|
matt
|
99005c19f8
|
Release v1.1.0: headless runner + tagging updates (Discard Matters, Freerunning, Craft, Spree, Explore/Map, Rad, Energy/Resource Engine, Spawn/Scion)
|
2025-08-22 16:32:39 -07:00 |
|
matt
|
36abbaa1dd
|
include workflow
|
2025-08-21 17:01:36 -07:00 |
|
matt
|
cb710d37ed
|
feat!: auto-setup/tagging; direct builder + rerun prompt; fix(type-summary, .txt dup); refactor(export filenames); ci(DockerHub+GH releases); docs(minimal Windows guide, release notes template)
|
2025-08-21 17:01:21 -07:00 |
|
mwisnowski
|
07605990a1
|
Fixed an issue with files uploaded to dockerhub, causing it to include some csv and text files that don't need to be there
|
2025-08-21 11:50:27 -07:00 |
|
mwisnowski
|
712cc38ef6
|
removed reference to an unpublished python package. Corrected a mistyped directory in the dockerhub instructions
|
2025-08-21 11:10:31 -07:00 |
|
mwisnowski
|
3a1dd52796
|
Updated for Docker Hub Integration
|
2025-08-21 10:57:33 -07:00 |
|
mwisnowski
|
6fc859b766
|
Planned first release
|
2025-08-21 10:50:22 -07:00 |
|
mwisnowski
|
36b887c964
|
Updated DOCKER.md
|
2025-08-21 10:32:36 -07:00 |
|
mwisnowski
|
9950838520
|
Merge pull request #4 from mwisnowski:docker_test
Docker_test
|
2025-08-21 10:27:58 -07:00 |
|
mwisnowski
|
661bf236d9
|
Preperly functional Docker instance created and working
|
2025-08-21 10:28:10 -07:00 |
|
mwisnowski
|
ada2403c40
|
Docker testing again
|
2025-08-21 10:13:19 -07:00 |
|
mwisnowski
|
e41c21b432
|
Continued testing
|
2025-08-21 09:53:55 -07:00 |
|
mwisnowski
|
041a00321b
|
Docker troubleshooting ocntinued
|
2025-08-21 09:44:16 -07:00 |
|
mwisnowski
|
1b07d4d4e0
|
docker test 3
|
2025-08-21 09:35:32 -07:00 |
|
mwisnowski
|
ae608ed6a3
|
docker test 3
|
2025-08-21 09:30:14 -07:00 |
|
mwisnowski
|
4872b57c63
|
REstoring accidentally removed functions fro mtag_utils
|
2025-08-21 09:19:58 -07:00 |
|
mwisnowski
|
d9357a98ba
|
SEcond docker test
|
2025-08-21 09:19:20 -07:00 |
|
mwisnowski
|
a1d120f700
|
Added basic docker configuration for test
|
2025-08-21 09:03:48 -07:00 |
|
mwisnowski
|
0135eeeb3d
|
Finished modularization with assistance from Github copilot
|
2025-08-21 08:40:31 -07:00 |
|
mwisnowski
|
d9b56d8e12
|
Add text file export along with csv, for easy import into moxfield or other deck building sites
|
2025-08-20 11:17:51 -07:00 |
|
mwisnowski
|
760c36d75d
|
With assistance from Github CoPilot, massively overhauled the builder functionality, splitting it into smaller modules to provide a better step-by-step focus and drastically reduce the overall size of the core builder module
|
2025-08-20 10:46:23 -07:00 |
|
mwisnowski
|
ff1912f979
|
Enacted some cleanup of builder.py. moved Imports to the top and cut out duplicate code/moved it to builder_utils.py
|
2025-08-19 15:00:28 -07:00 |
|
mwisnowski
|
b7ee6ea57d
|
Finished core deck builder. Still need to do cleanup, implement cards that are not singleton, and pricing
|
2025-08-19 14:15:23 -07:00 |
|