Skip to content

Releases: jeandeaual/tts-deckconverter

v0.8

20 Feb 03:54
v0.8
Compare
Choose a tag to compare

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

11 Nov 01:46
v0.7
Compare
Choose a tag to compare

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

11 Oct 03:57
v0.6.2
Compare
Choose a tag to compare

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 the macOS GUI release archive

v0.6.1

10 Oct 04:17
v0.6.1
Compare
Choose a tag to compare

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

25 Sep 11:05
v0.6
Compare
Choose a tag to compare

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

24 May 05:59
v0.5
Compare
Choose a tag to compare

v0.4

19 May 12:40
v0.4
Compare
Choose a tag to compare
  • 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

16 May 02:12
v0.3
Compare
Choose a tag to compare
  • 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

10 May 09:06
Compare
Choose a tag to compare

Initial release

30 Apr 14:19
Compare
Choose a tag to compare
v0.1

Add a demo GIF to the README