Releases: jeandeaual/tts-deckconverter
v0.8
Download
This software is available as a graphical interface (GUI) and a command-line interface (CLI).
Most users will want to download the GUI for Windows or for macOS.
Note for MacOS: there is currently an issue preventing tts-deckconverter-gui.app
from running normally. For now, please follow these steps:
- Right-Click on
tts-deckconverter-gui.app
→ Show Package Contents - Double click on Contents → MacOS → tts-deckconverter-gui?
Changelog
- Update JSON for TTS v13.0
- Update the dependencies
- Various bugfixes
- Magic
- Make the MTG card description simpler by default so that it works better with table encoders
- Fix Cubecobra import
- GUI
- Set a better minimum size for the window
- Show the file selection dialogs in the current folder by default
- Upgrade to Fyne v2
v0.7
Download
This software is available as a graphical interface (GUI) and a command-line interface (CLI).
Most users will want to download the GUI for Windows or for macOS.
Changelog
- Fix an issue where the home folder would sometimes be set to OneDrive on Windows
- Use a folder selection dialog in the GUI
- Fix GUI layout on some displays
- Cardfight!! Vanguard
- Fix broken Vanguard Wiki parsing
v0.6.2
v0.6.1
Download
This software is available as a graphical interface (GUI) and a command-line interface (CLI).
Most users will want to download the GUI for Windows.
Changelog
- Add automated tests for all supported URLs, to better find out when a website updates its layout
- Fix for decks containing multiple cards with the same name from different sets (#11)
- Magic
- Fix parsing of Amonkhet Invocations (MP2) cards from deckstats.net (#8)
- Fix for Aetherhub, Deckbox, MTGGoldFish, Frogtown and Cubetutor links
v0.6
Download
This software is available as a graphical interface (GUI) and a command-line interface (CLI).
Most users will want to download the GUI for Windows.
Changelog
- Add sample deck placeholders in the GUI
- Allows the user to edit the front and back images after importing the deck into TTS (#3)
- Fix for decks containing only multiple instances of a single card
- Magic
- Include the card type and CMC in the nickname field to make tutoring for cards easier (#2)
- Add support for modal double-faced cards (introduced in Zendikar Rising) (#6)
- Add support for emblems
- Add support for double-faced tokens
- Fix for deckstats.net set names containing an underscore (#5)
- Fix moxfield.com handling (#7)
- Fix for archidekt.com URLs starting with www
- The thumbnail corners are now transparent
v0.5
- Magic
- Automatically generate the tokens required by the deck(s)
- Add support for https://aetherhub.com
- Add support for https://mtg.wtf
- Fix parsing MTG Arena decks with commander(s)
- Fix the "rulings" option not working
- Yu-Gi-Oh!
- The cards are not rounded anymore
- Add support for https://yugioh.fandom.com deck lists
- Token support
- Vanguard
- Add support for G deck, tokens and tickets
- Add support for https://cardfight.fandom.com deck lists
v0.4
-
GUI improvements
-
New plugin: custom cards
You can create custom decks from a list of image URLs or local paths, using the format
<Count> <Image URL or path> (<Card name>)
. For example:1 https://example.com/cards/card1.png (Card Name 1) 4 https://example.com/cards/card2.png (Card Name 2) 2 C:\Users\User\Documents\Cards\card3.png (Card Name 3) 1 C:\Users\User\Documents\Cards\card4.png (Card Name 4)
v0.3
- You can now enter the deck list directly into the application
- Improve the layout of the GUI
- Show a preview link for the card back presets in the GUI
- Magic
- When a set name is provided, also check if it's a MTGO code (we previously checked only for Scryfall codes)
- Improve support for http://tappedout.net/ (Commanders should now appear first)
- Bugfix: the maybeboard was replaced by the sideboard if both existed
- Vanguard
- Put the first vanguard on top of the deck by default
- Fix a bug when searching for V series cards
- Fix parsing deck titles for some https://en.cf-vanguard.com links
v0.2
- Cardfight!! Vanguard plugin
- Magic
- Fix tappedout deck import and add support for cubes
- Support for the following URLs:
- Print the CMC in the card description
- Set the default image size to normal
- Yu-Gi-Oh!
- Support for Rush Duel decks
- Automatically detect Rush Duel decks from YGOPRODeck URLs
- Switch to YGOPRODeck API v7
Initial release
v0.1 Add a demo GIF to the README