Skip to content

v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@doshidak doshidak released this 15 Mar 04:47
· 2293 commits to master since this release

Mostly UI improvements with a few bug fixes.

What's New

General

  • Configurable weather/terrain.
  • Configurable EVs/IVs.
  • gen8bdsp* formats (except for gen8bdsprandom) now load gen4 sets in addition to gen8.
    • Sets for some Pokémon like Breloom & Infernape only exist in gen4.
  • Minor UI improvements.

Bug Fixes

  • Fixed Electric Terrain detection.
  • Fixed non-updating calculated stats after syncing boosts from the battle state.

Installation Instructions

Warning
This version is considered a pre-release. Install at your own risk!

  1. Download and extract showdex-v0.1.1-b1647317680120.zip to somewhere accessible.
  2. Open Chrome and navigate to chrome://extensions.
  3. Enable developer mode (if not enabled already).
  4. Select "Load unpacked" and point it to the extracted showdex-v0.1.1-b1647317680120 dir.
  5. Once the extension appears in the list, navigate to https://play.pokemonshowdown.com/.
  6. ???
  7. Profit!

Known Issues

  • No light mode support.
  • No responsive layout (still looks sparse on larger viewport widths).
  • HP value is still not configurable yet.
  • "Auto" button next to "Sets" still does nothing.
  • Knocked-off item bug still exists.
  • Same Pokémon sets are download multiple times, though retrieved from cache afterwards.
    • loading state in Calcdex/usePresetCache is unused, but returning based on loading won't allow for proper awaiting.
  • Minor edge cases causing invalid nature/EVs/IVs for ServerPokemon were found.
  • While a rare occurrence, the KO chance could display "0.0%".
    • Only a visual bug, since the value is < 0.1.
    • e.g., a chance of 0.0009 (0.09%) becomes '0.0' after chance.toFixed(1).