2024-01-17
Features
- Added support for the Case card layout (same as the Class layout).
- Added support for comments in card lists (i.e. lines that begin with "#", "//", or a line that is just "Sideboard")
- Added support for including card lists in URLs under either the "list" url parameter or the "list64" parameter on the main page, enabling other tools to export lists to PlaytestProxies.
- Card lists are still separated by newlines, as this is one of the few characters not in card names.
- For other websites: if you want to be able to export a list to playtest proxies, you just need to encode your existing lists with either the "encodeURIComponent" function in javascript for the "list" parameter or the "btoa" function for the "list64" parameter.
- There's some limitations to this, as some browsers have a maximum URL length that you can enter manually (either by hand or by copying and pasting). However, the browsers I've tested at least allow you to link to a page with a longer url without cutting off the parameter (so it should still work for cubes and commander decks). Firefox lacks this limitation, as far as I can tell.
- Example URLs:
2023-12-30
Features
- Added a warning at the bottom of the page if safari browser is detected.
- Scryfall errors now get directly reported to the progress info bar.
- Set the default image quality to 90%.
- Have a placeholder cardlist by default, instead of an actual cardlist.
Bugfixes
- Fixed "Minsc & Boo, Timeless Heros" not being a valid card query.
2023-10-02
Bugfixes
- Updated codebase to account for prototype now being a specific layout in scryfall's database.
2023-04-13
Features
- Added support for the Battle card type & defense statistics.
- Planar cards use the wide, sideways template.
- Added support for other layouts on the back side of DFCs.
2023-02-10
Bugfixes
- Fixed an error in the interface not properly being loaded.
- One day, "reproducible builds" will be reproducible.
2022-11-07
Features
- Enabled meld cards
- Note: The meld cards are counted as being single-sided. If you want to have the back of the meld pair you will need to add it manually to the card list.
2022-09-21
Features
- Added initial support for attraction lights in Unfinity.
Bugfixes
2022-08-01
Features
- Added support for Scheme and Planar cards, these presently use the normal card frame.
- Acorn/"silver-border"/mystery booster playtest cards now render with a reminder in their oracle text about being acorn cards. There is still not full layout support for these acorn cards, as the layout of magic cards is one of the concepts they purposfully break in acorn design. See here for the change from silver border to acorn as the way un-cards are annotated.
2022-07-04
Features
- Added the explicit toggle for including/excluding basics from the generated PDF of proxies.
2022-02-09
Features
- Added an option to save the config in browser localStorage.
2022-02-01
Features
- Added a changelog page.
- Added a "Use magic symbols" option to the "decorations" section which is enabled by default, disabling this option will cause the symbols (such as the tap sybol) to render as their code i.e.
{T}
for the tap symbol, in all settings.
2021-12-31
Bugfixes
- Fixed specific printings not being selected when using the
Cardname [set code] [collector number]
format.