Skip to content

Proxyshop v1.1.6

Compare
Choose a tag to compare
@Investigamer Investigamer released this 16 Jul 17:01
· 849 commits to main since this release

Major Stability Release

I suggest you update to this release immediately, a LOT of bugs have been fixed and major improvements have been made.

Changelog

  • Complex expansion symbol implementation using multi-layering. Each symbol layer can have its own stroke, fill, rarity settings, font color
  • New setting: dev_mode, enabling this will change the GUI into a testing mode where you can test templates for functionality, running a deep test will check for multiple card types to find missing compatibility
  • Template classes: New raise_error method to handle errors with less code, deprecated the template_file_name and template_suffix methods, it is now best practice to set these as class attributes at the top of your custom templates
  • New art reference logic including automatic art reference for full art detection, default art reference if none provided, ability to provide name of layer instead of layer itself, automatic art reference for dev_mode etc
  • Fixed multiple bugs with the alternative language system, now works with mdfc/transform cards
  • Layer selection functions, content_fill_empty_area, and mask functions now targeted
  • Close document now uses a reference so it doesn't close unintended documents
  • Enabled targeted text replace for newer photoshop versions
  • Added a real select_layer_pixels that does as the name says
  • Lots of templates have received fixes or refactoring
  • Fixed frame logic for lands like Urborg and Yavimaya
  • New helper function: marge_layers(layer1, layer2)
  • New helper function: rasterize_layer_style(layer)
  • New helper function: clear_layer_style(layer)
  • Fixed blacked out console text bug
  • Improved fill_expansion_symbol
  • Improved scryfall data fetching
  • Fixed card creator crash
  • Fixed basic land crash
  • Relocated some files
  • Improved logging
  • Stronger typing