Skip to content

Charadex v1.5.01

Latest
Compare
Choose a tag to compare
@cheeriko cheeriko released this 13 Apr 16:06
· 1 commit to v1.5.0 since this release

Charadex v1.5.01 || Minor bug fixes

Sheets

  • Image column was turning all links into img.l links. You can replace all Image header cells with the following formula to correct:
={"Image";ARRAYFORMULA(IF(OFFSET(E1:E,1,0) = "", "", IF(COUNTIF(OFFSET(E1:E,1,0), "*google*"), "https://img-l.ink/img/" & REGEXEXTRACT(OFFSET(E1:E,1,0), ".*/(.*)/") & ".png", OFFSET(E1:E,1,0))))}

HTML and Site

  • Prices on items were not showing up due to a typo, has since been corrected. All you need to do is lowercase 'price'.

JS

  • Squashed bug that kept item links from loading the correct item. (Like item #\17 would load the #\7 card instead).
  • Fixed links to items in player inventories

Documentation

  • I've updated the Transfer to v1.5 section to actually be helpful. I hadn't realized that the order of the Public Masterlsit was also descending > . < my bad
  • Getting Ready to Host section has be updated for clarity on where you need to update the SheetID