Skip to content

v1.2.3

Compare
Choose a tag to compare
@doshidak doshidak released this 28 Jan 11:20
· 174 commits to master since this release
09a5ca6

Honking now easy as 1-2-3 ! We bring you the good stuff for your honks, including drag & drop, multi-Pokémon imports, improved editing, right-click menus & not to mention a much smoother, less laggier experience! omg yes finally

Let's also not forget about the bug fixes & improvements ! ( whatever that means to u o_O )

We hope you ENJOY (๑>◡<๑) !


Deployment

Browser Version Build Submitted Checked Status
Chrome v1.2.2 → v1.2.3 18D4FA678C6 2024 Jan 28 03:17 2024 Jan 29 02:40 Deprecated
Firefox v1.2.2 → v1.2.3 18D4FA73C01 2024 Jan 28 03:18 2024 Jan 28 03:20 Deprecated
Opera v1.2.1 → v1.2.3 18D4FA678C6 2024 Jan 28 03:19 2024 Jul 31 10:49 PDT Deprecated
  • Timestamps are in PST (UTC-08:00), unless otherwise noted.

What's New

General

  • Added auto-stage boosting for certain abilities, such as Intimidate, Embody Aspect, Intrepid Sword & Dauntless Shield.
    • Auto-boosted stages will be colored blue, but slightly faded out.
    • Resetting modified stages will revert it back to the auto-boosted stage.
    • These will automatically revert to the battle-reported stages during a sync.
    • Hovering over a stat value will display the auto-boosts in effect.
  • Added auto-weather & terrain based on the abilities of the selected Pokémon.
  • Added multi-Pokémon PokéPaste imports in the Honkdex.
  • Updated bundled NCP VGC 2024 sets as of 2024 Jan 19.

UI

  • Added field toggles for Leech Seed, Gravity, Stealth Rock & Spikes in the Honkdex.
  • Added experimental drag & drop functionality to Pokémon icons in the Honkdex.
    • Beware of some wild jank as the handling is a bit CPU intensive (i.e., may lag kinda hard).
    • You should be able to get a feel for its slow responsiveness after using it a bit tho.
  • Added right-click context menus to all Showdex panels, including the Calcdex & Honkdex.
  • Added a "Usages" group to the Pokémon dropdown in the Honkdex.
  • Added last modification dates as reported by the pkmn sets API for Showdown Usage sets in the sets dropdown.
    • Note that these aren't necessarily when the usage stats for a specific format were updated.
    • Timestamps appear to simultaneously update based on the last time the API ran its cron jobs.
    • (Nerd-Tip: This could also be used as a way to see how old your sets cache is!)
  • Hid "N/A" & "IMMUNE" damages when there's no opposing Pokémon in the Honkdex.
  • Truncated decimals for 100% usages.
  • Restored the original top-left "Close Calcdex" button on mobile due to the battle chat button positioned directly underneath the top-right variant.
  • Removed Ogerpon's Tera formes in the forme switchers.
    • Tera formes will automatically be applied when Terastallized, whether during a sync or manually.
  • Increased contrast of the Tera toggle on light mode when a player's Terastallization is available.
  • Abbreviated some Calcdex labels in the French locale due to alignment & clipping issues from the increased button widths.
  • Added missing French translations in the Honkdex generation selector.
  • Nerfed Honkdex undo deletion time from 5000 >>> 3000 milliseconds.
  • Reverted the Calcdex player area to the traditional 2 column layout on smaller viewports.

Settings

  • Reorganized the settings into more main sections to mitigate getting lost in the sauce.

Bug Fixes

  • Fixed general lagginess when performing any action in the Honkdex due to unoptimized sorting routines in the dropdown option builders.
  • Fixed double boostage within the damage calculations for some abilities such as Dauntless Shield.
  • Fixed out-of-order Smogon sets for some Pokémon (forreal this time!).
  • Fixed battle-reported levels being overwritten when applying sets from other formats.
  • Fixed levels of transformed Pokémon being overwritten to those of its target, offsetting damage ranges due to their miscalculated HP stats.
  • Fixed auto-switching for Iron Head & Behemoth Blade / Behemoth Bash when inherited by a transformed Pokémon.
  • Fixed broken syncing for some Pokémon after they change formes mid-turn, such as Zacian to Zacian-Crowned.
  • Fixed knocked-off items in gens 3-4 remaining after a sync due to Showdown's special handling of this mechanic unique to those gens.
  • Fixed missing dropdown options for some Pokémon when switching formats in the Honkdex.
    • Occurs when the Pokémon doesn't exist within the allowed tiers of the switched format.
    • These Pokémon will now appear as a dropdown option, but cannot be switched to once changed until the format is switched back.
  • Fixed formats in the Randomized Metas section still appearing when the Include Randoms & Customs Honkdex setting is disabled.
  • Fixed dropdown option tooltips flying off the screen when quickly scrolling through the list of options.
  • Fixed the formes dropdown option group appearing with only one option for some Pokémon in the Honkdex.
  • Fixed typos in some bundled NCP VGC 2024 sets that result in incomplete sets due to invalid values.
  • Fixed the format detection for battles on the Smogtours Showdown client.
  • Fixed "undefined" appearing for spread options with neutral natures.
  • Fixed auto-toggling & improper counting of Ruin abilities in the Honkdex.
  • Fixed jittering stat columns after manually changing a stage boost on smaller viewports.

Under-the-Hood