Skip to content

v1.2.0

Compare
Choose a tag to compare
@doshidak doshidak released this 01 Jan 07:31
· 135 commits to master since this release
fb08da8

Our most Stellar patch yet! We've patched in the Gen 9 DLC 2 mechanics & our beloved Calcdex makes its first out-of-battle debut, now being served in Hellodexes everywhere. And to top it all off, we've got the obligatory bug fixes & improvements that no software release would be considered complete without.

Happy New Years, y'all!

  \ (•◡•) /

Thanks for the continued support & love ♥


Deployment

Browser Version Build Submitted Checked Status
Chrome v1.1.9 → v1.2.0 18CC3DE3280 2023 Dec 31 23:17 2024 Jan 01 21:19 Deprecated
Firefox v1.1.9 → v1.2.0 18CC3DF53E3 2023 Dec 31 23:18 2023 Dec 31 23:20 Deprecated
Opera v1.1.4 → v1.2.0 18CC3DE3280 2023 Dec 31 23:19 2024 Jan 11 07:23 Deprecated
  • Timestamps are in PST (UTC-08:00).

What's New

General

  • Added support for the Gen 9 DLC 2 mechanics, including the new Stellar type.
  • Added Honkdex, an out-of-battle Calcdex, accessible from the Hellodex.
  • Added smart forme switching when manually Terastallizing Ogerpon & Terapagos.
    • Additionally, stat boosts from Ogerpon's forme-specific Embody Aspect ability will be auto-applied.
 

+ 2

MORE CHANGES

UI

  • Added boosted stat overrides for the Protosynthesis & Quark Drive abilities.
  • Added number of hits field to the moves editor for multi-hitting moves.
    • Automatically adjusts for the Skill Link ability & Loaded Dice item.
    • Includes moves with a fixed number of hits, namely Triple Axel & Triple Kick.
    • Also applies to the field that appears when the Quick-Edit Move Hits Calcdex setting is enabled.
  • Redesigned Pokémon tooltips in the Calcdex to show additional information such as types, HP & status.
  • Improved relevancy of ordered formats in the Pokémon's sets dropdown.
  • Added a two-column moves & stats table layout on larger viewports.

Settings

  • Added Calcdex: Quick-Edit Move Hits

Bug Fixes

  • Fixed multiple neutral natures with the same EVs & IVs from Showdown Usage crashing the Calcdex.
  • Fixed Showdown Usage EVs being sourced from the second-most common spread instead of the first.
  • Fixed revealed Tera types from OTS & !showteam not properly syncing.
  • Fixed sets cache clearing itself each time Showdown reloads due to a faulty stale timestamp check.
  • Fixed initial layout shifts in Showdex panels due to their container sizes remeasuring every time they open.
  • Fixed reverting forme changes when a Pokémon has a !showteam or server-sourced set available.
  • Fixed independently editable legacy SPA/SPD EVs crashing the Calcdex due to mismatching values.
  • Fixed dropdown labels prematurely truncating into ellipses on larger viewports.
  • Fixed blocking storage routines resulting in micro-stutters when changing settings.
  • Fixed Mega evolution detection for Necrozma-Ultra during battle syncs.
  • Fixed forme change detection for Minior-Meteor & Mimikyu-Busted during battle syncs.
  • Fixed the Pokémon's HP fields changing to unpredictable values when its exact max HP is not known.
  • Fixed Teambuilder sets not auto-applying when they're the only sets in the format.
  • Fixed initial dropdown menu scroll positions when the selected option is further down off-screen.
  • Fixed missing active toggle in Doubles for some abilities such as Flash Fire & Stakeout.
  • Fixed mismatched legacy SPA/SPD spreads crashing the Calcdex after applying a set.
  • Fixed being able to select non-applicable formes for the gen, such as Mega & Gigantamax formes in legacy gens.
  • Fixed some visual inconsistencies in some Calcdex fields for legacy gens.
  • Fixed Leech Seed & Helping Hand not being accounted for in the NHKO calculations.
  • Fixed client-sourced transformed Pokémon's Tera type overriding to that of the server-sourced target Pokémon.

Under-the-Hood

 

+ 4

MORE CHANGES
  • Updated list of possible Smogon StrategyDex formats for Pokémon entries.
  • Improved Teambuilder sets retrieval & update handling routines in the Calcdex.
  • Improved Calcdex rendering performance by optimizing some of the dropdown option builders.
  • Migrated all locally-stored data from LocalStorage to IndexedDB.