Skip to content

Proxyshop v1.13.1

Compare
Choose a tag to compare
@Investigamer Investigamer released this 01 Feb 12:44
· 66 commits to main since this release

🚀 Patch Release

This is a follow-up release for v1.13 that makes a few critical bug fixes:

  • Multiple custom creator fixes, set symbol now works properly
  • Adds 3 new rarities for custom creator: Bonus, Special, Timeshifted (these revert to mythic if not available on the chosen symbol)
  • Fixes an issue with certain plugins and allows them to use relative imports without problems
  • Fixed a bug with PT text always being "0/0" on textless renders with the Borderless template
  • Prevent outdated plugins from crashing the app
  • Fixed potential data file bugs
  • Minor GUI improvements
  • Minor Creator improvements

💌 Supporting the App

This app is entirely user supported via Patreon [Link], I really couldn't do it without you guys. It comes with a handful of perks and my undying gratitude, thanks again to all our amazing Patrons! If you want to support the app but don't wish to join Patreon, you can also buy me a cup of coffee via Paypal 🙏

v1.13.1 (2024-02-01)

Fix

  • BorderlessVectorTemplate: Fix 0/0 PT on PT-box-enabled textless renders
  • creator: Allow creator to use other symbols and rarities
  • files: Fix potential bug with data file loading
  • _loader: Fix plugin relative import issue

Refactor

  • gui: Rework how toggle buttons are added to the main toggle collection. Add minimum window size and default size
  • gui: Implement new quality of life utils for the GUI, add iter feature to StrEnum
  • plugins: Robust rework of how and when plugins are loaaded, enforce recursive import, enforce new plugin/Name/py module naming convention
  • CHANGELOG,poetry: Update changelog and poetry deps